Shades of French Grey #C0BDC2
Tints of French Grey #C0BDC2
RGB
CMYK
RGB Variations
Color information
#C0BDC2 (or 0xC0BDC2) is known color: French Grey. HEX triplet: C0, BD and C2. RGB value is (192,189,194). Sum of RGB (Red+Green+Blue) = 192+189+194=575 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.39% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 194 (76.17% from 255 or 33.74% from 575); Max value from RGB is 194 - color contains mainly: blue. Hex color #C0BDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BDC2 is #3F423D. Grayscale: #BEBEBE. Windows color (decimal): -4145726 or 12762560. OLE color: 12762560.
HSL color Cylindrical-coordinate representation of color #C0BDC2: hue angle of 276º degrees, saturation: 0.04, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C0BDC2 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 192 | 189 | 194 | - |
CMYK | 0.01 | 0.03 | 0 | 0.24 |
HSL | 276º | 0.04% | 0.75% | - |
HSV(B) | 276º | 0.03% | 0.76% | - |
XYZ | 49.67 | 51.5 | 58.36 | - |
YUV | 190.47 | 129.99 | 129.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 189 | 194 | 0.01 | 0.03 | 0 | 0.24 | 276 | 0.04 | 0.75 |
Hex | C0 | BD | C2 | 1 | 3 | 0 | 18 | 114 | 4 | 4B |
Octal | 300 | 275 | 302 | 1 | 3 | 0 | 30 | 424 | 4 | 113 |
Binary | 11000000 | 10111101 | 11000010 | 1 | 11 | 0 | 11000 | 100010100 | 100 | 1001011 |
Color Harmonies of #C0BDC2
Complementary color
Monochromatic Colors of #C0BDC2
Black with #C0BDC2
Text Example
Text Example
White with #C0BDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BDC2; }
p { color: rgb(192,189,194); }
H1.HeaderClassName
{
color: #C0BDC2;
}
.AnyTagClassName
{
color: #C0BDC2;
}
</style>
background-color css
<style>
a { background-color: #C0BDC2; }
a { background-color: rgb(192,189,194); }
div.DivClassName
{
background-color: #C0BDC2;
}
.BgClassName
{
background-color: #C0BDC2;
}
</style>
border-color css
<style>
span { border-color: #C0BDC2; }
span { border-color: rgb(192,189,194); }
td.TdClassName
{
border-color: #C0BDC2;
}
.TagClassName
{
border-color: #C0BDC2;
}
</style>