Shades of French Grey #C4BECC
Tints of French Grey #C4BECC
RGB
CMYK
RGB Variations
Color information
#C4BECC (or 0xC4BECC) is known color: French Grey. HEX triplet: C4, BE and CC. RGB value is (196,190,204). Sum of RGB (Red+Green+Blue) = 196+190+204=590 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.22% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 204 - color contains mainly: blue. Hex color #C4BECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BECC is #3B4133. Grayscale: #C1C1C1. Windows color (decimal): -3883316 or 13418180. OLE color: 13418180.
HSL color Cylindrical-coordinate representation of color #C4BECC: hue angle of 265.71º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C4BECC is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 190 | 204 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.2 |
| HSL | 265.71º | 0.12% | 0.77% | - |
| HSV(B) | 265.71º | 0.07% | 0.8% | - |
| XYZ | 52.08 | 52.92 | 64.6 | - |
| YUV | 193.39 | 133.99 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 190 | 204 | 0.04 | 0.07 | 0 | 0.2 | 265.71 | 0.12 | 0.77 |
| Hex | C4 | BE | CC | 4 | 7 | 0 | 14 | 10A | C | 4D |
| Octal | 304 | 276 | 314 | 4 | 7 | 0 | 24 | 412 | 14 | 115 |
| Binary | 11000100 | 10111110 | 11001100 | 100 | 111 | 0 | 10100 | 100001010 | 1100 | 1001101 |
Color Harmonies of #C4BECC
Complementary color
Monochromatic Colors of #C4BECC
Black with #C4BECC
Text Example
Text Example
White with #C4BECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BECC; }
p { color: rgb(196,190,204); }
H1.HeaderClassName
{
color: #C4BECC;
}
.AnyTagClassName
{
color: #C4BECC;
}
</style>
background-color css
<style>
a { background-color: #C4BECC; }
a { background-color: rgb(196,190,204); }
div.DivClassName
{
background-color: #C4BECC;
}
.BgClassName
{
background-color: #C4BECC;
}
</style>
border-color css
<style>
span { border-color: #C4BECC; }
span { border-color: rgb(196,190,204); }
td.TdClassName
{
border-color: #C4BECC;
}
.TagClassName
{
border-color: #C4BECC;
}
</style>