Shades of French Grey #C5BECB
Tints of French Grey #C5BECB
RGB
CMYK
RGB Variations
Color information
#C5BECB (or 0xC5BECB) is known color: French Grey. HEX triplet: C5, BE and CB. RGB value is (197,190,203). Sum of RGB (Red+Green+Blue) = 197+190+203=590 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.39% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 203 - color contains mainly: blue. Hex color #C5BECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BECB is #3A4134. Grayscale: #C1C1C1. Windows color (decimal): -3817781 or 13352645. OLE color: 13352645.
HSL color Cylindrical-coordinate representation of color #C5BECB: hue angle of 272.31º 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 #C5BECB is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 190 | 203 | - |
| CMYK | 0.03 | 0.06 | 0 | 0.20 |
| HSL | 272.31º | 0.11% | 0.77% | - |
| HSV(B) | 272.31º | 0.06% | 0.8% | - |
| XYZ | 52.22 | 53.01 | 63.98 | - |
| YUV | 193.58 | 133.32 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 190 | 203 | 0.03 | 0.06 | 0 | 0.20 | 272.31 | 0.11 | 0.77 |
| Hex | C5 | BE | CB | 3 | 6 | 0 | 14 | 110 | B | 4D |
| Octal | 305 | 276 | 313 | 3 | 6 | 0 | 24 | 420 | 13 | 115 |
| Binary | 11000101 | 10111110 | 11001011 | 11 | 110 | 0 | 10100 | 100010000 | 1011 | 1001101 |
Color Harmonies of #C5BECB
Complementary color
Monochromatic Colors of #C5BECB
Black with #C5BECB
Text Example
Text Example
White with #C5BECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BECB; }
p { color: rgb(197,190,203); }
H1.HeaderClassName
{
color: #C5BECB;
}
.AnyTagClassName
{
color: #C5BECB;
}
</style>
background-color css
<style>
a { background-color: #C5BECB; }
a { background-color: rgb(197,190,203); }
div.DivClassName
{
background-color: #C5BECB;
}
.BgClassName
{
background-color: #C5BECB;
}
</style>
border-color css
<style>
span { border-color: #C5BECB; }
span { border-color: rgb(197,190,203); }
td.TdClassName
{
border-color: #C5BECB;
}
.TagClassName
{
border-color: #C5BECB;
}
</style>