Shades of French Grey #C4BCCE
Tints of French Grey #C4BCCE
RGB
CMYK
RGB Variations
Color information
#C4BCCE (or 0xC4BCCE) is known color: French Grey. HEX triplet: C4, BC and CE. RGB value is (196,188,206). Sum of RGB (Red+Green+Blue) = 196+188+206=590 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.22% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 206 - color contains mainly: blue. Hex color #C4BCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BCCE is #3B4331. Grayscale: #C0C0C0. Windows color (decimal): -3883826 or 13548740. OLE color: 13548740.
HSL color Cylindrical-coordinate representation of color #C4BCCE: hue angle of 266.67º 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 #C4BCCE is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 188 | 206 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.19 |
| HSL | 266.67º | 0.16% | 0.77% | - |
| HSV(B) | 266.67º | 0.09% | 0.81% | - |
| XYZ | 51.89 | 52.16 | 65.73 | - |
| YUV | 192.44 | 135.65 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 188 | 206 | 0.05 | 0.09 | 0 | 0.19 | 266.67 | 0.16 | 0.77 |
| Hex | C4 | BC | CE | 5 | 9 | 0 | 13 | 10B | 10 | 4D |
| Octal | 304 | 274 | 316 | 5 | 11 | 0 | 23 | 413 | 20 | 115 |
| Binary | 11000100 | 10111100 | 11001110 | 101 | 1001 | 0 | 10011 | 100001011 | 10000 | 1001101 |
Color Harmonies of #C4BCCE
Complementary color
Monochromatic Colors of #C4BCCE
Black with #C4BCCE
Text Example
Text Example
White with #C4BCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BCCE; }
p { color: rgb(196,188,206); }
H1.HeaderClassName
{
color: #C4BCCE;
}
.AnyTagClassName
{
color: #C4BCCE;
}
</style>
background-color css
<style>
a { background-color: #C4BCCE; }
a { background-color: rgb(196,188,206); }
div.DivClassName
{
background-color: #C4BCCE;
}
.BgClassName
{
background-color: #C4BCCE;
}
</style>
border-color css
<style>
span { border-color: #C4BCCE; }
span { border-color: rgb(196,188,206); }
td.TdClassName
{
border-color: #C4BCCE;
}
.TagClassName
{
border-color: #C4BCCE;
}
</style>