Shades of Melrose #C5BCE1
Tints of Melrose #C5BCE1
RGB
CMYK
RGB Variations
Color information
#C5BCE1 (or 0xC5BCE1) is known color: Melrose. HEX triplet: C5, BC and E1. RGB value is (197,188,225). Sum of RGB (Red+Green+Blue) = 197+188+225=610 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.30% from 610); Green value is 188 (73.83% from 255 or 30.82% from 610); Blue value is 225 (88.28% from 255 or 36.89% from 610); Max value from RGB is 225 - color contains mainly: blue. Hex color #C5BCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BCE1 is #3A431E. Grayscale: #C2C2C2. Windows color (decimal): -3818271 or 14793925. OLE color: 14793925.
HSL color Cylindrical-coordinate representation of color #C5BCE1: hue angle of 254.59º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5BCE1 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 188 | 225 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.12 |
| HSL | 254.59º | 0.38% | 0.81% | - |
| HSV(B) | 254.59º | 0.16% | 0.88% | - |
| XYZ | 54.6 | 53.27 | 78.64 | - |
| YUV | 194.91 | 144.98 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 225 | 0.12 | 0.16 | 0 | 0.12 | 254.59 | 0.38 | 0.81 |
| Hex | C5 | BC | E1 | C | 10 | 0 | C | FF | 26 | 51 |
| Octal | 305 | 274 | 341 | 14 | 20 | 0 | 14 | 377 | 46 | 121 |
| Binary | 11000101 | 10111100 | 11100001 | 1100 | 10000 | 0 | 1100 | 11111111 | 100110 | 1010001 |
Color Harmonies of #C5BCE1
Complementary color
Monochromatic Colors of #C5BCE1
Black with #C5BCE1
Text Example
Text Example
White with #C5BCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BCE1; }
p { color: rgb(197,188,225); }
H1.HeaderClassName
{
color: #C5BCE1;
}
.AnyTagClassName
{
color: #C5BCE1;
}
</style>
background-color css
<style>
a { background-color: #C5BCE1; }
a { background-color: rgb(197,188,225); }
div.DivClassName
{
background-color: #C5BCE1;
}
.BgClassName
{
background-color: #C5BCE1;
}
</style>
border-color css
<style>
span { border-color: #C5BCE1; }
span { border-color: rgb(197,188,225); }
td.TdClassName
{
border-color: #C5BCE1;
}
.TagClassName
{
border-color: #C5BCE1;
}
</style>