Shades of French Grey #C6BECF
Tints of French Grey #C6BECF
RGB
CMYK
RGB Variations
Color information
#C6BECF (or 0xC6BECF) is known color: French Grey. HEX triplet: C6, BE and CF. RGB value is (198,190,207). Sum of RGB (Red+Green+Blue) = 198+190+207=595 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.28% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 207 - color contains mainly: blue. Hex color #C6BECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BECF is #394130. Grayscale: #C2C2C2. Windows color (decimal): -3752241 or 13614790. OLE color: 13614790.
HSL color Cylindrical-coordinate representation of color #C6BECF: hue angle of 268.24º degrees, saturation: 0.15, 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 #C6BECF is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 190 | 207 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.19 |
| HSL | 268.24º | 0.15% | 0.78% | - |
| HSV(B) | 268.24º | 0.08% | 0.81% | - |
| XYZ | 52.96 | 53.34 | 66.54 | - |
| YUV | 194.33 | 135.15 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 190 | 207 | 0.04 | 0.08 | 0 | 0.19 | 268.24 | 0.15 | 0.78 |
| Hex | C6 | BE | CF | 4 | 8 | 0 | 13 | 10C | F | 4E |
| Octal | 306 | 276 | 317 | 4 | 10 | 0 | 23 | 414 | 17 | 116 |
| Binary | 11000110 | 10111110 | 11001111 | 100 | 1000 | 0 | 10011 | 100001100 | 1111 | 1001110 |
Color Harmonies of #C6BECF
Complementary color
Monochromatic Colors of #C6BECF
Black with #C6BECF
Text Example
Text Example
White with #C6BECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BECF; }
p { color: rgb(198,190,207); }
H1.HeaderClassName
{
color: #C6BECF;
}
.AnyTagClassName
{
color: #C6BECF;
}
</style>
background-color css
<style>
a { background-color: #C6BECF; }
a { background-color: rgb(198,190,207); }
div.DivClassName
{
background-color: #C6BECF;
}
.BgClassName
{
background-color: #C6BECF;
}
</style>
border-color css
<style>
span { border-color: #C6BECF; }
span { border-color: rgb(198,190,207); }
td.TdClassName
{
border-color: #C6BECF;
}
.TagClassName
{
border-color: #C6BECF;
}
</style>