Shades of French Grey #C2BEC6
Tints of French Grey #C2BEC6
RGB
CMYK
RGB Variations
Color information
#C2BEC6 (or 0xC2BEC6) is known color: French Grey. HEX triplet: C2, BE and C6. RGB value is (194,190,198). Sum of RGB (Red+Green+Blue) = 194+190+198=582 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.33% from 582); Green value is 190 (74.61% from 255 or 32.65% from 582); Blue value is 198 (77.73% from 255 or 34.02% from 582); Max value from RGB is 198 - color contains mainly: blue. Hex color #C2BEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BEC6 is #3D4139. Grayscale: #C0C0C0. Windows color (decimal): -4014394 or 13024962. OLE color: 13024962.
HSL color Cylindrical-coordinate representation of color #C2BEC6: hue angle of 270º degrees, saturation: 0.07, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C2BEC6 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 194 | 190 | 198 | - |
CMYK | 0.02 | 0.04 | 0 | 0.22 |
HSL | 270º | 0.07% | 0.76% | - |
HSV(B) | 270º | 0.04% | 0.78% | - |
XYZ | 50.85 | 52.37 | 60.85 | - |
YUV | 192.11 | 131.33 | 129.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 190 | 198 | 0.02 | 0.04 | 0 | 0.22 | 270 | 0.07 | 0.76 |
Hex | C2 | BE | C6 | 2 | 4 | 0 | 16 | 10E | 7 | 4C |
Octal | 302 | 276 | 306 | 2 | 4 | 0 | 26 | 416 | 7 | 114 |
Binary | 11000010 | 10111110 | 11000110 | 10 | 100 | 0 | 10110 | 100001110 | 111 | 1001100 |
Color Harmonies of #C2BEC6
Complementary color
Monochromatic Colors of #C2BEC6
Black with #C2BEC6
Text Example
Text Example
White with #C2BEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BEC6; }
p { color: rgb(194,190,198); }
H1.HeaderClassName
{
color: #C2BEC6;
}
.AnyTagClassName
{
color: #C2BEC6;
}
</style>
background-color css
<style>
a { background-color: #C2BEC6; }
a { background-color: rgb(194,190,198); }
div.DivClassName
{
background-color: #C2BEC6;
}
.BgClassName
{
background-color: #C2BEC6;
}
</style>
border-color css
<style>
span { border-color: #C2BEC6; }
span { border-color: rgb(194,190,198); }
td.TdClassName
{
border-color: #C2BEC6;
}
.TagClassName
{
border-color: #C2BEC6;
}
</style>