Shades of French Grey #C2BDCB
Tints of French Grey #C2BDCB
RGB
CMYK
RGB Variations
Color information
#C2BDCB (or 0xC2BDCB) is known color: French Grey. HEX triplet: C2, BD and CB. RGB value is (194,189,203). Sum of RGB (Red+Green+Blue) = 194+189+203=586 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.11% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 203 - color contains mainly: blue. Hex color #C2BDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BDCB is #3D4234. Grayscale: #C0C0C0. Windows color (decimal): -4014645 or 13352386. OLE color: 13352386.
HSL color Cylindrical-coordinate representation of color #C2BDCB: hue angle of 261.43º degrees, saturation: 0.12, 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 #C2BDCB is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 189 | 203 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.20 |
| HSL | 261.43º | 0.12% | 0.77% | - |
| HSV(B) | 261.43º | 0.07% | 0.8% | - |
| XYZ | 51.23 | 52.18 | 63.87 | - |
| YUV | 192.09 | 134.16 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 203 | 0.04 | 0.07 | 0 | 0.20 | 261.43 | 0.12 | 0.77 |
| Hex | C2 | BD | CB | 4 | 7 | 0 | 14 | 105 | C | 4D |
| Octal | 302 | 275 | 313 | 4 | 7 | 0 | 24 | 405 | 14 | 115 |
| Binary | 11000010 | 10111101 | 11001011 | 100 | 111 | 0 | 10100 | 100000101 | 1100 | 1001101 |
Color Harmonies of #C2BDCB
Complementary color
Monochromatic Colors of #C2BDCB
Black with #C2BDCB
Text Example
Text Example
White with #C2BDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BDCB; }
p { color: rgb(194,189,203); }
H1.HeaderClassName
{
color: #C2BDCB;
}
.AnyTagClassName
{
color: #C2BDCB;
}
</style>
background-color css
<style>
a { background-color: #C2BDCB; }
a { background-color: rgb(194,189,203); }
div.DivClassName
{
background-color: #C2BDCB;
}
.BgClassName
{
background-color: #C2BDCB;
}
</style>
border-color css
<style>
span { border-color: #C2BDCB; }
span { border-color: rgb(194,189,203); }
td.TdClassName
{
border-color: #C2BDCB;
}
.TagClassName
{
border-color: #C2BDCB;
}
</style>