Shades of Melrose #BCB0E8
Tints of Melrose #BCB0E8
RGB
CMYK
RGB Variations
Color information
#BCB0E8 (or 0xBCB0E8) is known color: Melrose. HEX triplet: BC, B0 and E8. RGB value is (188,176,232). Sum of RGB (Red+Green+Blue) = 188+176+232=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 176 (69.14% from 255 or 29.53% from 596); Blue value is 232 (91.02% from 255 or 38.93% from 596); Max value from RGB is 232 - color contains mainly: blue. Hex color #BCB0E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCB0E8 is #434F17. Grayscale: #B9B9B9. Windows color (decimal): -4411160 or 15249596. OLE color: 15249596.
HSL color Cylindrical-coordinate representation of color #BCB0E8: hue angle of 252.86º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCB0E8 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 176 | 232 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.09 |
| HSL | 252.86º | 0.55% | 0.8% | - |
| HSV(B) | 252.86º | 0.24% | 0.91% | - |
| XYZ | 50.83 | 47.57 | 82.85 | - |
| YUV | 185.97 | 153.98 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 232 | 0.19 | 0.24 | 0 | 0.09 | 252.86 | 0.55 | 0.8 |
| Hex | BC | B0 | E8 | 13 | 18 | 0 | 9 | FD | 37 | 50 |
| Octal | 274 | 260 | 350 | 23 | 30 | 0 | 11 | 375 | 67 | 120 |
| Binary | 10111100 | 10110000 | 11101000 | 10011 | 11000 | 0 | 1001 | 11111101 | 110111 | 1010000 |
Color Harmonies of #BCB0E8
Complementary color
Monochromatic Colors of #BCB0E8
Black with #BCB0E8
Text Example
Text Example
White with #BCB0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB0E8; }
p { color: rgb(188,176,232); }
H1.HeaderClassName
{
color: #BCB0E8;
}
.AnyTagClassName
{
color: #BCB0E8;
}
</style>
background-color css
<style>
a { background-color: #BCB0E8; }
a { background-color: rgb(188,176,232); }
div.DivClassName
{
background-color: #BCB0E8;
}
.BgClassName
{
background-color: #BCB0E8;
}
</style>
border-color css
<style>
span { border-color: #BCB0E8; }
span { border-color: rgb(188,176,232); }
td.TdClassName
{
border-color: #BCB0E8;
}
.TagClassName
{
border-color: #BCB0E8;
}
</style>