Shades of French Grey #C5BBCD
Tints of French Grey #C5BBCD
RGB
CMYK
RGB Variations
Color information
#C5BBCD (or 0xC5BBCD) is known color: French Grey. HEX triplet: C5, BB and CD. RGB value is (197,187,205). Sum of RGB (Red+Green+Blue) = 197+187+205=589 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.45% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 205 - color contains mainly: blue. Hex color #C5BBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BBCD is #3A4432. Grayscale: #BFBFBF. Windows color (decimal): -3818547 or 13482949. OLE color: 13482949.
HSL color Cylindrical-coordinate representation of color #C5BBCD: hue angle of 273.33º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C5BBCD is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 187 | 205 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.20 |
| HSL | 273.33º | 0.15% | 0.77% | - |
| HSV(B) | 273.33º | 0.09% | 0.8% | - |
| XYZ | 51.82 | 51.82 | 65.03 | - |
| YUV | 192.04 | 135.31 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 187 | 205 | 0.04 | 0.09 | 0 | 0.20 | 273.33 | 0.15 | 0.77 |
| Hex | C5 | BB | CD | 4 | 9 | 0 | 14 | 111 | F | 4D |
| Octal | 305 | 273 | 315 | 4 | 11 | 0 | 24 | 421 | 17 | 115 |
| Binary | 11000101 | 10111011 | 11001101 | 100 | 1001 | 0 | 10100 | 100010001 | 1111 | 1001101 |
Color Harmonies of #C5BBCD
Complementary color
Monochromatic Colors of #C5BBCD
Black with #C5BBCD
Text Example
Text Example
White with #C5BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BBCD; }
p { color: rgb(197,187,205); }
H1.HeaderClassName
{
color: #C5BBCD;
}
.AnyTagClassName
{
color: #C5BBCD;
}
</style>
background-color css
<style>
a { background-color: #C5BBCD; }
a { background-color: rgb(197,187,205); }
div.DivClassName
{
background-color: #C5BBCD;
}
.BgClassName
{
background-color: #C5BBCD;
}
</style>
border-color css
<style>
span { border-color: #C5BBCD; }
span { border-color: rgb(197,187,205); }
td.TdClassName
{
border-color: #C5BBCD;
}
.TagClassName
{
border-color: #C5BBCD;
}
</style>