Shades of French Grey #C2BCCA
Tints of French Grey #C2BCCA
RGB
CMYK
RGB Variations
Color information
#C2BCCA (or 0xC2BCCA) is known color: French Grey. HEX triplet: C2, BC and CA. RGB value is (194,188,202). Sum of RGB (Red+Green+Blue) = 194+188+202=584 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.22% from 584); Green value is 188 (73.83% from 255 or 32.19% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 202 - color contains mainly: blue. Hex color #C2BCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BCCA is #3D4335. Grayscale: #BFBFBF. Windows color (decimal): -4014902 or 13286594. OLE color: 13286594.
HSL color Cylindrical-coordinate representation of color #C2BCCA: hue angle of 265.71º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C2BCCA is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 188 | 202 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.21 |
| HSL | 265.71º | 0.12% | 0.76% | - |
| HSV(B) | 265.71º | 0.07% | 0.79% | - |
| XYZ | 50.89 | 51.7 | 63.17 | - |
| YUV | 191.39 | 133.99 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 202 | 0.04 | 0.07 | 0 | 0.21 | 265.71 | 0.12 | 0.76 |
| Hex | C2 | BC | CA | 4 | 7 | 0 | 15 | 10A | C | 4C |
| Octal | 302 | 274 | 312 | 4 | 7 | 0 | 25 | 412 | 14 | 114 |
| Binary | 11000010 | 10111100 | 11001010 | 100 | 111 | 0 | 10101 | 100001010 | 1100 | 1001100 |
Color Harmonies of #C2BCCA
Complementary color
Monochromatic Colors of #C2BCCA
Black with #C2BCCA
Text Example
Text Example
White with #C2BCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BCCA; }
p { color: rgb(194,188,202); }
H1.HeaderClassName
{
color: #C2BCCA;
}
.AnyTagClassName
{
color: #C2BCCA;
}
</style>
background-color css
<style>
a { background-color: #C2BCCA; }
a { background-color: rgb(194,188,202); }
div.DivClassName
{
background-color: #C2BCCA;
}
.BgClassName
{
background-color: #C2BCCA;
}
</style>
border-color css
<style>
span { border-color: #C2BCCA; }
span { border-color: rgb(194,188,202); }
td.TdClassName
{
border-color: #C2BCCA;
}
.TagClassName
{
border-color: #C2BCCA;
}
</style>