Shades of Melrose #C5BCE8
Tints of Melrose #C5BCE8
RGB
CMYK
RGB Variations
Color information
#C5BCE8 (or 0xC5BCE8) is known color: Melrose. HEX triplet: C5, BC and E8. RGB value is (197,188,232). Sum of RGB (Red+Green+Blue) = 197+188+232=617 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.93% from 617); Green value is 188 (73.83% from 255 or 30.47% from 617); Blue value is 232 (91.02% from 255 or 37.60% from 617); Max value from RGB is 232 - color contains mainly: blue. Hex color #C5BCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BCE8 is #3A4317. Grayscale: #C3C3C3. Windows color (decimal): -3818264 or 15252677. OLE color: 15252677.
HSL color Cylindrical-coordinate representation of color #C5BCE8: hue angle of 252.27º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5BCE8 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 188 | 232 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.09 |
| HSL | 252.27º | 0.49% | 0.82% | - |
| HSV(B) | 252.27º | 0.19% | 0.91% | - |
| XYZ | 55.57 | 53.66 | 83.77 | - |
| YUV | 195.71 | 148.48 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 232 | 0.15 | 0.19 | 0 | 0.09 | 252.27 | 0.49 | 0.82 |
| Hex | C5 | BC | E8 | F | 13 | 0 | 9 | FC | 31 | 52 |
| Octal | 305 | 274 | 350 | 17 | 23 | 0 | 11 | 374 | 61 | 122 |
| Binary | 11000101 | 10111100 | 11101000 | 1111 | 10011 | 0 | 1001 | 11111100 | 110001 | 1010010 |
Color Harmonies of #C5BCE8
Complementary color
Monochromatic Colors of #C5BCE8
Black with #C5BCE8
Text Example
Text Example
White with #C5BCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BCE8; }
p { color: rgb(197,188,232); }
H1.HeaderClassName
{
color: #C5BCE8;
}
.AnyTagClassName
{
color: #C5BCE8;
}
</style>
background-color css
<style>
a { background-color: #C5BCE8; }
a { background-color: rgb(197,188,232); }
div.DivClassName
{
background-color: #C5BCE8;
}
.BgClassName
{
background-color: #C5BCE8;
}
</style>
border-color css
<style>
span { border-color: #C5BCE8; }
span { border-color: rgb(197,188,232); }
td.TdClassName
{
border-color: #C5BCE8;
}
.TagClassName
{
border-color: #C5BCE8;
}
</style>