Shades of French Grey #C4BBCC
Tints of French Grey #C4BBCC
RGB
CMYK
RGB Variations
Color information
#C4BBCC (or 0xC4BBCC) is known color: French Grey. HEX triplet: C4, BB and CC. RGB value is (196,187,204). Sum of RGB (Red+Green+Blue) = 196+187+204=587 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.39% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 204 - color contains mainly: blue. Hex color #C4BBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BBCC is #3B4433. Grayscale: #BFBFBF. Windows color (decimal): -3884084 or 13417412. OLE color: 13417412.
HSL color Cylindrical-coordinate representation of color #C4BBCC: hue angle of 271.76º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C4BBCC is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 187 | 204 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.2 |
| HSL | 271.76º | 0.14% | 0.77% | - |
| HSV(B) | 271.76º | 0.08% | 0.8% | - |
| XYZ | 51.43 | 51.64 | 64.38 | - |
| YUV | 191.63 | 134.98 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 187 | 204 | 0.04 | 0.08 | 0 | 0.2 | 271.76 | 0.14 | 0.77 |
| Hex | C4 | BB | CC | 4 | 8 | 0 | 14 | 110 | E | 4D |
| Octal | 304 | 273 | 314 | 4 | 10 | 0 | 24 | 420 | 16 | 115 |
| Binary | 11000100 | 10111011 | 11001100 | 100 | 1000 | 0 | 10100 | 100010000 | 1110 | 1001101 |
Color Harmonies of #C4BBCC
Complementary color
Monochromatic Colors of #C4BBCC
Black with #C4BBCC
Text Example
Text Example
White with #C4BBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BBCC; }
p { color: rgb(196,187,204); }
H1.HeaderClassName
{
color: #C4BBCC;
}
.AnyTagClassName
{
color: #C4BBCC;
}
</style>
background-color css
<style>
a { background-color: #C4BBCC; }
a { background-color: rgb(196,187,204); }
div.DivClassName
{
background-color: #C4BBCC;
}
.BgClassName
{
background-color: #C4BBCC;
}
</style>
border-color css
<style>
span { border-color: #C4BBCC; }
span { border-color: rgb(196,187,204); }
td.TdClassName
{
border-color: #C4BBCC;
}
.TagClassName
{
border-color: #C4BBCC;
}
</style>