Shades of French Grey #C6BDCE
Tints of French Grey #C6BDCE
RGB
CMYK
RGB Variations
Color information
#C6BDCE (or 0xC6BDCE) is known color: French Grey. HEX triplet: C6, BD and CE. RGB value is (198,189,206). Sum of RGB (Red+Green+Blue) = 198+189+206=593 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.39% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 206 - color contains mainly: blue. Hex color #C6BDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BDCE is #394231. Grayscale: #C1C1C1. Windows color (decimal): -3752498 or 13548998. OLE color: 13548998.
HSL color Cylindrical-coordinate representation of color #C6BDCE: hue angle of 271.76º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C6BDCE is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 189 | 206 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.19 |
| HSL | 271.76º | 0.15% | 0.77% | - |
| HSV(B) | 271.76º | 0.08% | 0.81% | - |
| XYZ | 52.63 | 52.86 | 65.82 | - |
| YUV | 193.63 | 134.98 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 189 | 206 | 0.04 | 0.08 | 0 | 0.19 | 271.76 | 0.15 | 0.77 |
| Hex | C6 | BD | CE | 4 | 8 | 0 | 13 | 110 | F | 4D |
| Octal | 306 | 275 | 316 | 4 | 10 | 0 | 23 | 420 | 17 | 115 |
| Binary | 11000110 | 10111101 | 11001110 | 100 | 1000 | 0 | 10011 | 100010000 | 1111 | 1001101 |
Color Harmonies of #C6BDCE
Complementary color
Monochromatic Colors of #C6BDCE
Black with #C6BDCE
Text Example
Text Example
White with #C6BDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BDCE; }
p { color: rgb(198,189,206); }
H1.HeaderClassName
{
color: #C6BDCE;
}
.AnyTagClassName
{
color: #C6BDCE;
}
</style>
background-color css
<style>
a { background-color: #C6BDCE; }
a { background-color: rgb(198,189,206); }
div.DivClassName
{
background-color: #C6BDCE;
}
.BgClassName
{
background-color: #C6BDCE;
}
</style>
border-color css
<style>
span { border-color: #C6BDCE; }
span { border-color: rgb(198,189,206); }
td.TdClassName
{
border-color: #C6BDCE;
}
.TagClassName
{
border-color: #C6BDCE;
}
</style>