Shades of French Grey #C4BFC9
Tints of French Grey #C4BFC9
RGB
CMYK
RGB Variations
Color information
#C4BFC9 (or 0xC4BFC9) is known color: French Grey. HEX triplet: C4, BF and C9. RGB value is (196,191,201). Sum of RGB (Red+Green+Blue) = 196+191+201=588 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.33% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 201 (78.91% from 255 or 34.18% from 588); Max value from RGB is 201 - color contains mainly: blue. Hex color #C4BFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BFC9 is #3B4036. Grayscale: #C1C1C1. Windows color (decimal): -3883063 or 13221828. OLE color: 13221828.
HSL color Cylindrical-coordinate representation of color #C4BFC9: hue angle of 270º degrees, saturation: 0.08, 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 #C4BFC9 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 191 | 201 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.21 |
| HSL | 270º | 0.08% | 0.77% | - |
| HSV(B) | 270º | 0.05% | 0.79% | - |
| XYZ | 51.94 | 53.21 | 62.79 | - |
| YUV | 193.64 | 132.16 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 191 | 201 | 0.02 | 0.05 | 0 | 0.21 | 270 | 0.08 | 0.77 |
| Hex | C4 | BF | C9 | 2 | 5 | 0 | 15 | 10E | 8 | 4D |
| Octal | 304 | 277 | 311 | 2 | 5 | 0 | 25 | 416 | 10 | 115 |
| Binary | 11000100 | 10111111 | 11001001 | 10 | 101 | 0 | 10101 | 100001110 | 1000 | 1001101 |
Color Harmonies of #C4BFC9
Complementary color
Monochromatic Colors of #C4BFC9
Black with #C4BFC9
Text Example
Text Example
White with #C4BFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BFC9; }
p { color: rgb(196,191,201); }
H1.HeaderClassName
{
color: #C4BFC9;
}
.AnyTagClassName
{
color: #C4BFC9;
}
</style>
background-color css
<style>
a { background-color: #C4BFC9; }
a { background-color: rgb(196,191,201); }
div.DivClassName
{
background-color: #C4BFC9;
}
.BgClassName
{
background-color: #C4BFC9;
}
</style>
border-color css
<style>
span { border-color: #C4BFC9; }
span { border-color: rgb(196,191,201); }
td.TdClassName
{
border-color: #C4BFC9;
}
.TagClassName
{
border-color: #C4BFC9;
}
</style>