Shades of French Grey #C4BBCE
Tints of French Grey #C4BBCE
RGB
CMYK
RGB Variations
Color information
#C4BBCE (or 0xC4BBCE) is known color: French Grey. HEX triplet: C4, BB and CE. RGB value is (196,187,206). Sum of RGB (Red+Green+Blue) = 196+187+206=589 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.28% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 206 - color contains mainly: blue. Hex color #C4BBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BBCE is #3B4431. Grayscale: #BFBFBF. Windows color (decimal): -3884082 or 13548484. OLE color: 13548484.
HSL color Cylindrical-coordinate representation of color #C4BBCE: hue angle of 268.42º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C4BBCE is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 187 | 206 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.19 |
| HSL | 268.42º | 0.16% | 0.77% | - |
| HSV(B) | 268.42º | 0.09% | 0.81% | - |
| XYZ | 51.68 | 51.73 | 65.65 | - |
| YUV | 191.86 | 135.98 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 187 | 206 | 0.05 | 0.09 | 0 | 0.19 | 268.42 | 0.16 | 0.77 |
| Hex | C4 | BB | CE | 5 | 9 | 0 | 13 | 10C | 10 | 4D |
| Octal | 304 | 273 | 316 | 5 | 11 | 0 | 23 | 414 | 20 | 115 |
| Binary | 11000100 | 10111011 | 11001110 | 101 | 1001 | 0 | 10011 | 100001100 | 10000 | 1001101 |
Color Harmonies of #C4BBCE
Complementary color
Monochromatic Colors of #C4BBCE
Black with #C4BBCE
Text Example
Text Example
White with #C4BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BBCE; }
p { color: rgb(196,187,206); }
H1.HeaderClassName
{
color: #C4BBCE;
}
.AnyTagClassName
{
color: #C4BBCE;
}
</style>
background-color css
<style>
a { background-color: #C4BBCE; }
a { background-color: rgb(196,187,206); }
div.DivClassName
{
background-color: #C4BBCE;
}
.BgClassName
{
background-color: #C4BBCE;
}
</style>
border-color css
<style>
span { border-color: #C4BBCE; }
span { border-color: rgb(196,187,206); }
td.TdClassName
{
border-color: #C4BBCE;
}
.TagClassName
{
border-color: #C4BBCE;
}
</style>