Shades of French Grey #C3BBCD
Tints of French Grey #C3BBCD
RGB
CMYK
RGB Variations
Color information
#C3BBCD (or 0xC3BBCD) is known color: French Grey. HEX triplet: C3, BB and CD. RGB value is (195,187,205). Sum of RGB (Red+Green+Blue) = 195+187+205=587 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.22% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 205 - color contains mainly: blue. Hex color #C3BBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BBCD is #3C4432. Grayscale: #BFBFBF. Windows color (decimal): -3949619 or 13482947. OLE color: 13482947.
HSL color Cylindrical-coordinate representation of color #C3BBCD: hue angle of 266.67º 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 #C3BBCD is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 187 | 205 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.20 |
| HSL | 266.67º | 0.15% | 0.77% | - |
| HSV(B) | 266.67º | 0.09% | 0.8% | - |
| XYZ | 51.3 | 51.55 | 65 | - |
| YUV | 191.44 | 135.65 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 187 | 205 | 0.05 | 0.09 | 0 | 0.20 | 266.67 | 0.15 | 0.77 |
| Hex | C3 | BB | CD | 5 | 9 | 0 | 14 | 10B | F | 4D |
| Octal | 303 | 273 | 315 | 5 | 11 | 0 | 24 | 413 | 17 | 115 |
| Binary | 11000011 | 10111011 | 11001101 | 101 | 1001 | 0 | 10100 | 100001011 | 1111 | 1001101 |
Color Harmonies of #C3BBCD
Complementary color
Monochromatic Colors of #C3BBCD
Black with #C3BBCD
Text Example
Text Example
White with #C3BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BBCD; }
p { color: rgb(195,187,205); }
H1.HeaderClassName
{
color: #C3BBCD;
}
.AnyTagClassName
{
color: #C3BBCD;
}
</style>
background-color css
<style>
a { background-color: #C3BBCD; }
a { background-color: rgb(195,187,205); }
div.DivClassName
{
background-color: #C3BBCD;
}
.BgClassName
{
background-color: #C3BBCD;
}
</style>
border-color css
<style>
span { border-color: #C3BBCD; }
span { border-color: rgb(195,187,205); }
td.TdClassName
{
border-color: #C3BBCD;
}
.TagClassName
{
border-color: #C3BBCD;
}
</style>