Shades of French Grey #C2BACA
Tints of French Grey #C2BACA
RGB
CMYK
RGB Variations
Color information
#C2BACA (or 0xC2BACA) is known color: French Grey. HEX triplet: C2, BA and CA. RGB value is (194,186,202). Sum of RGB (Red+Green+Blue) = 194+186+202=582 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.33% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 202 - color contains mainly: blue. Hex color #C2BACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BACA is #3D4535. Grayscale: #BEBEBE. Windows color (decimal): -4015414 or 13286082. OLE color: 13286082.
HSL color Cylindrical-coordinate representation of color #C2BACA: hue angle of 270º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C2BACA is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 194 | 186 | 202 | - |
CMYK | 0.04 | 0.08 | 0 | 0.21 |
HSL | 270º | 0.13% | 0.76% | - |
HSV(B) | 270º | 0.08% | 0.79% | - |
XYZ | 50.47 | 50.85 | 63.03 | - |
YUV | 190.22 | 134.65 | 130.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 186 | 202 | 0.04 | 0.08 | 0 | 0.21 | 270 | 0.13 | 0.76 |
Hex | C2 | BA | CA | 4 | 8 | 0 | 15 | 10E | D | 4C |
Octal | 302 | 272 | 312 | 4 | 10 | 0 | 25 | 416 | 15 | 114 |
Binary | 11000010 | 10111010 | 11001010 | 100 | 1000 | 0 | 10101 | 100001110 | 1101 | 1001100 |
Color Harmonies of #C2BACA
Complementary color
Monochromatic Colors of #C2BACA
Black with #C2BACA
Text Example
Text Example
White with #C2BACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BACA; }
p { color: rgb(194,186,202); }
H1.HeaderClassName
{
color: #C2BACA;
}
.AnyTagClassName
{
color: #C2BACA;
}
</style>
background-color css
<style>
a { background-color: #C2BACA; }
a { background-color: rgb(194,186,202); }
div.DivClassName
{
background-color: #C2BACA;
}
.BgClassName
{
background-color: #C2BACA;
}
</style>
border-color css
<style>
span { border-color: #C2BACA; }
span { border-color: rgb(194,186,202); }
td.TdClassName
{
border-color: #C2BACA;
}
.TagClassName
{
border-color: #C2BACA;
}
</style>