Shades of French Grey #C6BECD
Tints of French Grey #C6BECD
RGB
CMYK
RGB Variations
Color information
#C6BECD (or 0xC6BECD) is known color: French Grey. HEX triplet: C6, BE and CD. RGB value is (198,190,205). Sum of RGB (Red+Green+Blue) = 198+190+205=593 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.39% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 205 - color contains mainly: blue. Hex color #C6BECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BECD is #394132. Grayscale: #C2C2C2. Windows color (decimal): -3752243 or 13483718. OLE color: 13483718.
HSL color Cylindrical-coordinate representation of color #C6BECD: hue angle of 272º degrees, saturation: 0.13, 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 #C6BECD is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 198 | 190 | 205 | - |
CMYK | 0.03 | 0.07 | 0 | 0.20 |
HSL | 272º | 0.13% | 0.77% | - |
HSV(B) | 272º | 0.07% | 0.8% | - |
XYZ | 52.72 | 53.24 | 65.26 | - |
YUV | 194.1 | 134.15 | 130.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 190 | 205 | 0.03 | 0.07 | 0 | 0.20 | 272 | 0.13 | 0.77 |
Hex | C6 | BE | CD | 3 | 7 | 0 | 14 | 110 | D | 4D |
Octal | 306 | 276 | 315 | 3 | 7 | 0 | 24 | 420 | 15 | 115 |
Binary | 11000110 | 10111110 | 11001101 | 11 | 111 | 0 | 10100 | 100010000 | 1101 | 1001101 |
Color Harmonies of #C6BECD
Complementary color
Monochromatic Colors of #C6BECD
Black with #C6BECD
Text Example
Text Example
White with #C6BECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BECD; }
p { color: rgb(198,190,205); }
H1.HeaderClassName
{
color: #C6BECD;
}
.AnyTagClassName
{
color: #C6BECD;
}
</style>
background-color css
<style>
a { background-color: #C6BECD; }
a { background-color: rgb(198,190,205); }
div.DivClassName
{
background-color: #C6BECD;
}
.BgClassName
{
background-color: #C6BECD;
}
</style>
border-color css
<style>
span { border-color: #C6BECD; }
span { border-color: rgb(198,190,205); }
td.TdClassName
{
border-color: #C6BECD;
}
.TagClassName
{
border-color: #C6BECD;
}
</style>