Shades of French Grey #C2BBCA
Tints of French Grey #C2BBCA
RGB
CMYK
RGB Variations
Color information
#C2BBCA (or 0xC2BBCA) is known color: French Grey. HEX triplet: C2, BB and CA. RGB value is (194,187,202). Sum of RGB (Red+Green+Blue) = 194+187+202=583 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.28% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 202 - color contains mainly: blue. Hex color #C2BBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BBCA is #3D4435. Grayscale: #BEBEBE. Windows color (decimal): -4015158 or 13286338. OLE color: 13286338.
HSL color Cylindrical-coordinate representation of color #C2BBCA: hue angle of 268º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C2BBCA is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 194 | 187 | 202 | - |
CMYK | 0.04 | 0.07 | 0 | 0.21 |
HSL | 268º | 0.12% | 0.76% | - |
HSV(B) | 268º | 0.07% | 0.79% | - |
XYZ | 50.68 | 51.27 | 63.1 | - |
YUV | 190.8 | 134.32 | 130.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 187 | 202 | 0.04 | 0.07 | 0 | 0.21 | 268 | 0.12 | 0.76 |
Hex | C2 | BB | CA | 4 | 7 | 0 | 15 | 10C | C | 4C |
Octal | 302 | 273 | 312 | 4 | 7 | 0 | 25 | 414 | 14 | 114 |
Binary | 11000010 | 10111011 | 11001010 | 100 | 111 | 0 | 10101 | 100001100 | 1100 | 1001100 |
Color Harmonies of #C2BBCA
Complementary color
Monochromatic Colors of #C2BBCA
Black with #C2BBCA
Text Example
Text Example
White with #C2BBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BBCA; }
p { color: rgb(194,187,202); }
H1.HeaderClassName
{
color: #C2BBCA;
}
.AnyTagClassName
{
color: #C2BBCA;
}
</style>
background-color css
<style>
a { background-color: #C2BBCA; }
a { background-color: rgb(194,187,202); }
div.DivClassName
{
background-color: #C2BBCA;
}
.BgClassName
{
background-color: #C2BBCA;
}
</style>
border-color css
<style>
span { border-color: #C2BBCA; }
span { border-color: rgb(194,187,202); }
td.TdClassName
{
border-color: #C2BBCA;
}
.TagClassName
{
border-color: #C2BBCA;
}
</style>