Shades of French Grey #C6BFCE
Tints of French Grey #C6BFCE
RGB
CMYK
RGB Variations
Color information
#C6BFCE (or 0xC6BFCE) is known color: French Grey. HEX triplet: C6, BF and CE. RGB value is (198,191,206). Sum of RGB (Red+Green+Blue) = 198+191+206=595 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.28% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 206 - color contains mainly: blue. Hex color #C6BFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BFCE is #394031. Grayscale: #C2C2C2. Windows color (decimal): -3751986 or 13549510. OLE color: 13549510.
HSL color Cylindrical-coordinate representation of color #C6BFCE: hue angle of 268º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C6BFCE is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 191 | 206 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.19 |
| HSL | 268º | 0.13% | 0.78% | - |
| HSV(B) | 268º | 0.07% | 0.81% | - |
| XYZ | 53.06 | 53.72 | 65.97 | - |
| YUV | 194.8 | 134.32 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 191 | 206 | 0.04 | 0.07 | 0 | 0.19 | 268 | 0.13 | 0.78 |
| Hex | C6 | BF | CE | 4 | 7 | 0 | 13 | 10C | D | 4E |
| Octal | 306 | 277 | 316 | 4 | 7 | 0 | 23 | 414 | 15 | 116 |
| Binary | 11000110 | 10111111 | 11001110 | 100 | 111 | 0 | 10011 | 100001100 | 1101 | 1001110 |
Color Harmonies of #C6BFCE
Complementary color
Monochromatic Colors of #C6BFCE
Black with #C6BFCE
Text Example
Text Example
White with #C6BFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BFCE; }
p { color: rgb(198,191,206); }
H1.HeaderClassName
{
color: #C6BFCE;
}
.AnyTagClassName
{
color: #C6BFCE;
}
</style>
background-color css
<style>
a { background-color: #C6BFCE; }
a { background-color: rgb(198,191,206); }
div.DivClassName
{
background-color: #C6BFCE;
}
.BgClassName
{
background-color: #C6BFCE;
}
</style>
border-color css
<style>
span { border-color: #C6BFCE; }
span { border-color: rgb(198,191,206); }
td.TdClassName
{
border-color: #C6BFCE;
}
.TagClassName
{
border-color: #C6BFCE;
}
</style>