
If you saturate the color by 10, you get 255, 175, 175, and if you desaturate by 10, it is 255, 226, 226. A 20 lighter version of the original color is 255, 255, 255, and 197, 146, 146 is the 20 darker color.
RBG COLOR 255 255 255 CODE
A 20 lighter version of the original color is 255, 255, 255, and 198, 198, 162 is the 20 darker color. The RGB color 255, 200, 200 is a light color, and the websafe version is hex FFCCCC.A complement of this color would be 200, 255, 255, and the grayscale version is 217, 217, 217. RGB Color Code 255 255 255 precisely matched in spray paint, brush in cap bottles, paint pens, house paint, and other sizes for touch up or painting. A complement of this color would be 217, 217, 255, and the grayscale version is 251, 251, 251. Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback. The RGB color 255, 255, 217 is a light color, and the websafe version is hex FFFFCC. Functions (Visual Basic for Applications).MyObject.Color = RGB(255, 0, 0) ' Set the Color property of MyObject to Red. RGB Color Code 255 255 255 precisely matched in spray paint, brush in cap bottles, paint pens, house paint, and other sizes for touch up or painting applications. Colors are combin on RED, GREEN, and BLUE light. Red = RGB(255, 0, 0) ' Return the value for Red. HTML Color Picker « Previous Next » 216 Web Safe Color Chart. If MyObject does not exist, or if it does not have a Color property, an error occurs. The object MyObject and its property are used for illustration purposes only. It is used for those application methods and properties that accept a color specification. This example shows how the RGB function is used to return a whole number representing an RGB color value. They may be used within the context of Microsoft applications for the Macintosh, but should not be used when communicating color changes directly to the Macintosh operating system.

The RGB color values returned by this function are incompatible with those used by the Macintosh operating system. The following table lists some standard colors and the red, green, and blue values they include: Color The value for any argument to RGB that exceeds 255 is assumed to be 255.

An RGB color value specifies the relative intensity of red, green, and blue to cause a specific color to be displayed. RGB Color Code according to the Commission for the Geological Map of the World (CGMW). Number in the range 0–255, inclusive, that represents the blue component of the color.Īpplication methods and properties that accept a color specification expect that specification to be a number representing an RGB color value. The RGB color space is a combination of the red, green, and blue. Number in the range 0–255, inclusive, that represents the green component of the color. Each channel is represented by 8 bits, and the value of each channel is a value from 0 to 255. Number in the range 0–255, inclusive, that represents the red component of the color. The RGB function syntax has these named arguments: Part Returns a Long whole number representing an RGB color value.
