Shades of French Grey #C4BEC9
Tints of French Grey #C4BEC9
RGB
CMYK
RGB Variations
Color information
#C4BEC9 (or 0xC4BEC9) is known color: French Grey. HEX triplet: C4, BE and C9. RGB value is (196,190,201). Sum of RGB (Red+Green+Blue) = 196+190+201=587 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.39% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 201 (78.91% from 255 or 34.24% from 587); Max value from RGB is 201 - color contains mainly: blue. Hex color #C4BEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BEC9 is #3B4136. Grayscale: #C1C1C1. Windows color (decimal): -3883319 or 13221572. OLE color: 13221572.
HSL color Cylindrical-coordinate representation of color #C4BEC9: hue angle of 272.73º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C4BEC9 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 190 | 201 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.21 |
| HSL | 272.73º | 0.09% | 0.77% | - |
| HSV(B) | 272.73º | 0.05% | 0.79% | - |
| XYZ | 51.72 | 52.78 | 62.72 | - |
| YUV | 193.05 | 132.49 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 190 | 201 | 0.02 | 0.05 | 0 | 0.21 | 272.73 | 0.09 | 0.77 |
| Hex | C4 | BE | C9 | 2 | 5 | 0 | 15 | 111 | 9 | 4D |
| Octal | 304 | 276 | 311 | 2 | 5 | 0 | 25 | 421 | 11 | 115 |
| Binary | 11000100 | 10111110 | 11001001 | 10 | 101 | 0 | 10101 | 100010001 | 1001 | 1001101 |
Color Harmonies of #C4BEC9
Complementary color
Monochromatic Colors of #C4BEC9
Black with #C4BEC9
Text Example
Text Example
White with #C4BEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BEC9; }
p { color: rgb(196,190,201); }
H1.HeaderClassName
{
color: #C4BEC9;
}
.AnyTagClassName
{
color: #C4BEC9;
}
</style>
background-color css
<style>
a { background-color: #C4BEC9; }
a { background-color: rgb(196,190,201); }
div.DivClassName
{
background-color: #C4BEC9;
}
.BgClassName
{
background-color: #C4BEC9;
}
</style>
border-color css
<style>
span { border-color: #C4BEC9; }
span { border-color: rgb(196,190,201); }
td.TdClassName
{
border-color: #C4BEC9;
}
.TagClassName
{
border-color: #C4BEC9;
}
</style>