Shades of French Grey #C2BACB
Tints of French Grey #C2BACB
RGB
CMYK
RGB Variations
Color information
#C2BACB (or 0xC2BACB) is known color: French Grey. HEX triplet: C2, BA and CB. RGB value is (194,186,203). Sum of RGB (Red+Green+Blue) = 194+186+203=583 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.28% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 203 - color contains mainly: blue. Hex color #C2BACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BACB is #3D4534. Grayscale: #BEBEBE. Windows color (decimal): -4015413 or 13351618. OLE color: 13351618.
HSL color Cylindrical-coordinate representation of color #C2BACB: hue angle of 268.24º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C2BACB is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 194 | 186 | 203 | - |
CMYK | 0.04 | 0.08 | 0 | 0.20 |
HSL | 268.24º | 0.14% | 0.76% | - |
HSV(B) | 268.24º | 0.08% | 0.8% | - |
XYZ | 50.59 | 50.9 | 63.66 | - |
YUV | 190.33 | 135.15 | 130.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 186 | 203 | 0.04 | 0.08 | 0 | 0.20 | 268.24 | 0.14 | 0.76 |
Hex | C2 | BA | CB | 4 | 8 | 0 | 14 | 10C | E | 4C |
Octal | 302 | 272 | 313 | 4 | 10 | 0 | 24 | 414 | 16 | 114 |
Binary | 11000010 | 10111010 | 11001011 | 100 | 1000 | 0 | 10100 | 100001100 | 1110 | 1001100 |
Color Harmonies of #C2BACB
Complementary color
Monochromatic Colors of #C2BACB
Black with #C2BACB
Text Example
Text Example
White with #C2BACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BACB; }
p { color: rgb(194,186,203); }
H1.HeaderClassName
{
color: #C2BACB;
}
.AnyTagClassName
{
color: #C2BACB;
}
</style>
background-color css
<style>
a { background-color: #C2BACB; }
a { background-color: rgb(194,186,203); }
div.DivClassName
{
background-color: #C2BACB;
}
.BgClassName
{
background-color: #C2BACB;
}
</style>
border-color css
<style>
span { border-color: #C2BACB; }
span { border-color: rgb(194,186,203); }
td.TdClassName
{
border-color: #C2BACB;
}
.TagClassName
{
border-color: #C2BACB;
}
</style>