Shades of French Grey #C5BECA
Tints of French Grey #C5BECA
RGB
CMYK
RGB Variations
Color information
#C5BECA (or 0xC5BECA) is known color: French Grey. HEX triplet: C5, BE and CA. RGB value is (197,190,202). Sum of RGB (Red+Green+Blue) = 197+190+202=589 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.45% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 202 - color contains mainly: blue. Hex color #C5BECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BECA is #3A4135. Grayscale: #C1C1C1. Windows color (decimal): -3817782 or 13287109. OLE color: 13287109.
HSL color Cylindrical-coordinate representation of color #C5BECA: hue angle of 275º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C5BECA is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 190 | 202 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.21 |
| HSL | 275º | 0.1% | 0.77% | - |
| HSV(B) | 275º | 0.06% | 0.79% | - |
| XYZ | 52.1 | 52.96 | 63.35 | - |
| YUV | 193.46 | 132.82 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 190 | 202 | 0.02 | 0.06 | 0 | 0.21 | 275 | 0.1 | 0.77 |
| Hex | C5 | BE | CA | 2 | 6 | 0 | 15 | 113 | A | 4D |
| Octal | 305 | 276 | 312 | 2 | 6 | 0 | 25 | 423 | 12 | 115 |
| Binary | 11000101 | 10111110 | 11001010 | 10 | 110 | 0 | 10101 | 100010011 | 1010 | 1001101 |
Color Harmonies of #C5BECA
Complementary color
Monochromatic Colors of #C5BECA
Black with #C5BECA
Text Example
Text Example
White with #C5BECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BECA; }
p { color: rgb(197,190,202); }
H1.HeaderClassName
{
color: #C5BECA;
}
.AnyTagClassName
{
color: #C5BECA;
}
</style>
background-color css
<style>
a { background-color: #C5BECA; }
a { background-color: rgb(197,190,202); }
div.DivClassName
{
background-color: #C5BECA;
}
.BgClassName
{
background-color: #C5BECA;
}
</style>
border-color css
<style>
span { border-color: #C5BECA; }
span { border-color: rgb(197,190,202); }
td.TdClassName
{
border-color: #C5BECA;
}
.TagClassName
{
border-color: #C5BECA;
}
</style>