Shades of French Grey #C5BECC
Tints of French Grey #C5BECC
RGB
CMYK
RGB Variations
Color information
#C5BECC (or 0xC5BECC) is known color: French Grey. HEX triplet: C5, BE and CC. RGB value is (197,190,204). Sum of RGB (Red+Green+Blue) = 197+190+204=591 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.33% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 204 - color contains mainly: blue. Hex color #C5BECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BECC is #3A4133. Grayscale: #C1C1C1. Windows color (decimal): -3817780 or 13418181. OLE color: 13418181.
HSL color Cylindrical-coordinate representation of color #C5BECC: hue angle of 270º 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 #C5BECC is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 197 | 190 | 204 | - |
CMYK | 0.03 | 0.07 | 0 | 0.2 |
HSL | 270º | 0.12% | 0.77% | - |
HSV(B) | 270º | 0.07% | 0.8% | - |
XYZ | 52.34 | 53.06 | 64.61 | - |
YUV | 193.69 | 133.82 | 130.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 190 | 204 | 0.03 | 0.07 | 0 | 0.2 | 270 | 0.12 | 0.77 |
Hex | C5 | BE | CC | 3 | 7 | 0 | 14 | 10E | C | 4D |
Octal | 305 | 276 | 314 | 3 | 7 | 0 | 24 | 416 | 14 | 115 |
Binary | 11000101 | 10111110 | 11001100 | 11 | 111 | 0 | 10100 | 100001110 | 1100 | 1001101 |
Color Harmonies of #C5BECC
Complementary color
Monochromatic Colors of #C5BECC
Black with #C5BECC
Text Example
Text Example
White with #C5BECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BECC; }
p { color: rgb(197,190,204); }
H1.HeaderClassName
{
color: #C5BECC;
}
.AnyTagClassName
{
color: #C5BECC;
}
</style>
background-color css
<style>
a { background-color: #C5BECC; }
a { background-color: rgb(197,190,204); }
div.DivClassName
{
background-color: #C5BECC;
}
.BgClassName
{
background-color: #C5BECC;
}
</style>
border-color css
<style>
span { border-color: #C5BECC; }
span { border-color: rgb(197,190,204); }
td.TdClassName
{
border-color: #C5BECC;
}
.TagClassName
{
border-color: #C5BECC;
}
</style>