Shades of French Grey #C5BBCE
Tints of French Grey #C5BBCE
RGB
CMYK
RGB Variations
Color information
#C5BBCE (or 0xC5BBCE) is known color: French Grey. HEX triplet: C5, BB and CE. RGB value is (197,187,206). Sum of RGB (Red+Green+Blue) = 197+187+206=590 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.39% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 206 - color contains mainly: blue. Hex color #C5BBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BBCE is #3A4431. Grayscale: #C0C0C0. Windows color (decimal): -3818546 or 13548485. OLE color: 13548485.
HSL color Cylindrical-coordinate representation of color #C5BBCE: hue angle of 271.58º 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 #C5BBCE is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 187 | 206 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.19 |
| HSL | 271.58º | 0.16% | 0.77% | - |
| HSV(B) | 271.58º | 0.09% | 0.81% | - |
| XYZ | 51.94 | 51.87 | 65.67 | - |
| YUV | 192.16 | 135.81 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 187 | 206 | 0.04 | 0.09 | 0 | 0.19 | 271.58 | 0.16 | 0.77 |
| Hex | C5 | BB | CE | 4 | 9 | 0 | 13 | 110 | 10 | 4D |
| Octal | 305 | 273 | 316 | 4 | 11 | 0 | 23 | 420 | 20 | 115 |
| Binary | 11000101 | 10111011 | 11001110 | 100 | 1001 | 0 | 10011 | 100010000 | 10000 | 1001101 |
Color Harmonies of #C5BBCE
Complementary color
Monochromatic Colors of #C5BBCE
Black with #C5BBCE
Text Example
Text Example
White with #C5BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BBCE; }
p { color: rgb(197,187,206); }
H1.HeaderClassName
{
color: #C5BBCE;
}
.AnyTagClassName
{
color: #C5BBCE;
}
</style>
background-color css
<style>
a { background-color: #C5BBCE; }
a { background-color: rgb(197,187,206); }
div.DivClassName
{
background-color: #C5BBCE;
}
.BgClassName
{
background-color: #C5BBCE;
}
</style>
border-color css
<style>
span { border-color: #C5BBCE; }
span { border-color: rgb(197,187,206); }
td.TdClassName
{
border-color: #C5BBCE;
}
.TagClassName
{
border-color: #C5BBCE;
}
</style>