Shades of French Grey #C4BECB
Tints of French Grey #C4BECB
RGB
CMYK
RGB Variations
Color information
#C4BECB (or 0xC4BECB) is known color: French Grey. HEX triplet: C4, BE and CB. RGB value is (196,190,203). Sum of RGB (Red+Green+Blue) = 196+190+203=589 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.28% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 203 - color contains mainly: blue. Hex color #C4BECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BECB is #3B4134. Grayscale: #C1C1C1. Windows color (decimal): -3883317 or 13352644. OLE color: 13352644.
HSL color Cylindrical-coordinate representation of color #C4BECB: hue angle of 267.69º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C4BECB is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 190 | 203 | - |
| CMYK | 0.03 | 0.06 | 0 | 0.20 |
| HSL | 267.69º | 0.11% | 0.77% | - |
| HSV(B) | 267.69º | 0.06% | 0.8% | - |
| XYZ | 51.96 | 52.87 | 63.97 | - |
| YUV | 193.28 | 133.49 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 190 | 203 | 0.03 | 0.06 | 0 | 0.20 | 267.69 | 0.11 | 0.77 |
| Hex | C4 | BE | CB | 3 | 6 | 0 | 14 | 10C | B | 4D |
| Octal | 304 | 276 | 313 | 3 | 6 | 0 | 24 | 414 | 13 | 115 |
| Binary | 11000100 | 10111110 | 11001011 | 11 | 110 | 0 | 10100 | 100001100 | 1011 | 1001101 |
Color Harmonies of #C4BECB
Complementary color
Monochromatic Colors of #C4BECB
Black with #C4BECB
Text Example
Text Example
White with #C4BECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BECB; }
p { color: rgb(196,190,203); }
H1.HeaderClassName
{
color: #C4BECB;
}
.AnyTagClassName
{
color: #C4BECB;
}
</style>
background-color css
<style>
a { background-color: #C4BECB; }
a { background-color: rgb(196,190,203); }
div.DivClassName
{
background-color: #C4BECB;
}
.BgClassName
{
background-color: #C4BECB;
}
</style>
border-color css
<style>
span { border-color: #C4BECB; }
span { border-color: rgb(196,190,203); }
td.TdClassName
{
border-color: #C4BECB;
}
.TagClassName
{
border-color: #C4BECB;
}
</style>