Shades of French Grey #C6BECC
Tints of French Grey #C6BECC
RGB
CMYK
RGB Variations
Color information
#C6BECC (or 0xC6BECC) is known color: French Grey. HEX triplet: C6, BE and CC. RGB value is (198,190,204). Sum of RGB (Red+Green+Blue) = 198+190+204=592 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.45% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 204 - color contains mainly: blue. Hex color #C6BECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BECC is #394133. Grayscale: #C1C1C1. Windows color (decimal): -3752244 or 13418182. OLE color: 13418182.
HSL color Cylindrical-coordinate representation of color #C6BECC: hue angle of 274.29º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C6BECC is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 198 | 190 | 204 | - |
CMYK | 0.03 | 0.07 | 0 | 0.2 |
HSL | 274.29º | 0.12% | 0.77% | - |
HSV(B) | 274.29º | 0.07% | 0.8% | - |
XYZ | 52.6 | 53.19 | 64.62 | - |
YUV | 193.99 | 133.65 | 130.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 190 | 204 | 0.03 | 0.07 | 0 | 0.2 | 274.29 | 0.12 | 0.77 |
Hex | C6 | BE | CC | 3 | 7 | 0 | 14 | 112 | C | 4D |
Octal | 306 | 276 | 314 | 3 | 7 | 0 | 24 | 422 | 14 | 115 |
Binary | 11000110 | 10111110 | 11001100 | 11 | 111 | 0 | 10100 | 100010010 | 1100 | 1001101 |
Color Harmonies of #C6BECC
Complementary color
Monochromatic Colors of #C6BECC
Black with #C6BECC
Text Example
Text Example
White with #C6BECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BECC; }
p { color: rgb(198,190,204); }
H1.HeaderClassName
{
color: #C6BECC;
}
.AnyTagClassName
{
color: #C6BECC;
}
</style>
background-color css
<style>
a { background-color: #C6BECC; }
a { background-color: rgb(198,190,204); }
div.DivClassName
{
background-color: #C6BECC;
}
.BgClassName
{
background-color: #C6BECC;
}
</style>
border-color css
<style>
span { border-color: #C6BECC; }
span { border-color: rgb(198,190,204); }
td.TdClassName
{
border-color: #C6BECC;
}
.TagClassName
{
border-color: #C6BECC;
}
</style>