color spaces A mathematical model that describes colors as tuples of numbers. We can represent and visualize the same image using different color spaces by RGB, HSV, HLS.Grayscale images - A single channel images that only contain information about the intensity(brightness) of the light.- Color image: usually 3 channels (BGR/RGB)- Grayscale image: 1 channel0 = black255 = whitevalues in between ..