Shades of Melanie #C5BBBE
Tints of Melanie #C5BBBE
RGB
CMYK
RGB Variations
Color information
#C5BBBE (or 0xC5BBBE) is known color: Melanie. HEX triplet: C5, BB and BE. RGB value is (197,187,190). Sum of RGB (Red+Green+Blue) = 197+187+190=574 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.32% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BBBE is #3A4441. Grayscale: #BEBEBE. Windows color (decimal): -3818562 or 12499909. OLE color: 12499909.
HSL color Cylindrical-coordinate representation of color #C5BBBE: hue angle of 342º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C5BBBE is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 187 | 190 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.23 |
| HSL | 342º | 0.08% | 0.75% | - |
| HSV(B) | 342º | 0.05% | 0.77% | - |
| XYZ | 50.09 | 51.13 | 55.94 | - |
| YUV | 190.33 | 127.81 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 187 | 190 | 0 | 0.05 | 0.04 | 0.23 | 342 | 0.08 | 0.75 |
| Hex | C5 | BB | BE | 0 | 5 | 4 | 17 | 156 | 8 | 4B |
| Octal | 305 | 273 | 276 | 0 | 5 | 4 | 27 | 526 | 10 | 113 |
| Binary | 11000101 | 10111011 | 10111110 | 0 | 101 | 100 | 10111 | 101010110 | 1000 | 1001011 |
Color Harmonies of #C5BBBE
Complementary color
Monochromatic Colors of #C5BBBE
Black with #C5BBBE
Text Example
Text Example
White with #C5BBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BBBE; }
p { color: rgb(197,187,190); }
H1.HeaderClassName
{
color: #C5BBBE;
}
.AnyTagClassName
{
color: #C5BBBE;
}
</style>
background-color css
<style>
a { background-color: #C5BBBE; }
a { background-color: rgb(197,187,190); }
div.DivClassName
{
background-color: #C5BBBE;
}
.BgClassName
{
background-color: #C5BBBE;
}
</style>
border-color css
<style>
span { border-color: #C5BBBE; }
span { border-color: rgb(197,187,190); }
td.TdClassName
{
border-color: #C5BBBE;
}
.TagClassName
{
border-color: #C5BBBE;
}
</style>