Shades of French Grey #C3BDCC
Tints of French Grey #C3BDCC
RGB
CMYK
RGB Variations
Color information
#C3BDCC (or 0xC3BDCC) is known color: French Grey. HEX triplet: C3, BD and CC. RGB value is (195,189,204). Sum of RGB (Red+Green+Blue) = 195+189+204=588 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.16% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 204 - color contains mainly: blue. Hex color #C3BDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BDCC is #3C4233. Grayscale: #C0C0C0. Windows color (decimal): -3949108 or 13417923. OLE color: 13417923.
HSL color Cylindrical-coordinate representation of color #C3BDCC: hue angle of 264º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C3BDCC is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 189 | 204 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.2 |
| HSL | 264º | 0.13% | 0.77% | - |
| HSV(B) | 264º | 0.07% | 0.8% | - |
| XYZ | 51.6 | 52.36 | 64.51 | - |
| YUV | 192.5 | 134.49 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 189 | 204 | 0.04 | 0.07 | 0 | 0.2 | 264 | 0.13 | 0.77 |
| Hex | C3 | BD | CC | 4 | 7 | 0 | 14 | 108 | D | 4D |
| Octal | 303 | 275 | 314 | 4 | 7 | 0 | 24 | 410 | 15 | 115 |
| Binary | 11000011 | 10111101 | 11001100 | 100 | 111 | 0 | 10100 | 100001000 | 1101 | 1001101 |
Color Harmonies of #C3BDCC
Complementary color
Monochromatic Colors of #C3BDCC
Black with #C3BDCC
Text Example
Text Example
White with #C3BDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BDCC; }
p { color: rgb(195,189,204); }
H1.HeaderClassName
{
color: #C3BDCC;
}
.AnyTagClassName
{
color: #C3BDCC;
}
</style>
background-color css
<style>
a { background-color: #C3BDCC; }
a { background-color: rgb(195,189,204); }
div.DivClassName
{
background-color: #C3BDCC;
}
.BgClassName
{
background-color: #C3BDCC;
}
</style>
border-color css
<style>
span { border-color: #C3BDCC; }
span { border-color: rgb(195,189,204); }
td.TdClassName
{
border-color: #C3BDCC;
}
.TagClassName
{
border-color: #C3BDCC;
}
</style>