Shades of French Grey #C6BCCE
Tints of French Grey #C6BCCE
RGB
CMYK
RGB Variations
Color information
#C6BCCE (or 0xC6BCCE) is known color: French Grey. HEX triplet: C6, BC and CE. RGB value is (198,188,206). Sum of RGB (Red+Green+Blue) = 198+188+206=592 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.45% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 206 - color contains mainly: blue. Hex color #C6BCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BCCE is #394331. Grayscale: #C0C0C0. Windows color (decimal): -3752754 or 13548742. OLE color: 13548742.
HSL color Cylindrical-coordinate representation of color #C6BCCE: hue angle of 273.33º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C6BCCE is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 188 | 206 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.19 |
| HSL | 273.33º | 0.16% | 0.77% | - |
| HSV(B) | 273.33º | 0.09% | 0.81% | - |
| XYZ | 52.41 | 52.43 | 65.75 | - |
| YUV | 193.04 | 135.31 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 188 | 206 | 0.04 | 0.09 | 0 | 0.19 | 273.33 | 0.16 | 0.77 |
| Hex | C6 | BC | CE | 4 | 9 | 0 | 13 | 111 | 10 | 4D |
| Octal | 306 | 274 | 316 | 4 | 11 | 0 | 23 | 421 | 20 | 115 |
| Binary | 11000110 | 10111100 | 11001110 | 100 | 1001 | 0 | 10011 | 100010001 | 10000 | 1001101 |
Color Harmonies of #C6BCCE
Complementary color
Monochromatic Colors of #C6BCCE
Black with #C6BCCE
Text Example
Text Example
White with #C6BCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BCCE; }
p { color: rgb(198,188,206); }
H1.HeaderClassName
{
color: #C6BCCE;
}
.AnyTagClassName
{
color: #C6BCCE;
}
</style>
background-color css
<style>
a { background-color: #C6BCCE; }
a { background-color: rgb(198,188,206); }
div.DivClassName
{
background-color: #C6BCCE;
}
.BgClassName
{
background-color: #C6BCCE;
}
</style>
border-color css
<style>
span { border-color: #C6BCCE; }
span { border-color: rgb(198,188,206); }
td.TdClassName
{
border-color: #C6BCCE;
}
.TagClassName
{
border-color: #C6BCCE;
}
</style>