Shades of French Grey #C6BECE
Tints of French Grey #C6BECE
RGB
CMYK
RGB Variations
Color information
#C6BECE (or 0xC6BECE) is known color: French Grey. HEX triplet: C6, BE and CE. RGB value is (198,190,206). Sum of RGB (Red+Green+Blue) = 198+190+206=594 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.33% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 206 - color contains mainly: blue. Hex color #C6BECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BECE is #394131. Grayscale: #C2C2C2. Windows color (decimal): -3752242 or 13549254. OLE color: 13549254.
HSL color Cylindrical-coordinate representation of color #C6BECE: hue angle of 270º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C6BECE is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 190 | 206 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.19 |
| HSL | 270º | 0.14% | 0.78% | - |
| HSV(B) | 270º | 0.08% | 0.81% | - |
| XYZ | 52.84 | 53.29 | 65.89 | - |
| YUV | 194.22 | 134.65 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 190 | 206 | 0.04 | 0.08 | 0 | 0.19 | 270 | 0.14 | 0.78 |
| Hex | C6 | BE | CE | 4 | 8 | 0 | 13 | 10E | E | 4E |
| Octal | 306 | 276 | 316 | 4 | 10 | 0 | 23 | 416 | 16 | 116 |
| Binary | 11000110 | 10111110 | 11001110 | 100 | 1000 | 0 | 10011 | 100001110 | 1110 | 1001110 |
Color Harmonies of #C6BECE
Complementary color
Monochromatic Colors of #C6BECE
Black with #C6BECE
Text Example
Text Example
White with #C6BECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BECE; }
p { color: rgb(198,190,206); }
H1.HeaderClassName
{
color: #C6BECE;
}
.AnyTagClassName
{
color: #C6BECE;
}
</style>
background-color css
<style>
a { background-color: #C6BECE; }
a { background-color: rgb(198,190,206); }
div.DivClassName
{
background-color: #C6BECE;
}
.BgClassName
{
background-color: #C6BECE;
}
</style>
border-color css
<style>
span { border-color: #C6BECE; }
span { border-color: rgb(198,190,206); }
td.TdClassName
{
border-color: #C6BECE;
}
.TagClassName
{
border-color: #C6BECE;
}
</style>