Shades of Melrose #BCB0E7
Tints of Melrose #BCB0E7
RGB
CMYK
RGB Variations
Color information
#BCB0E7 (or 0xBCB0E7) is known color: Melrose. HEX triplet: BC, B0 and E7. RGB value is (188,176,231). Sum of RGB (Red+Green+Blue) = 188+176+231=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 176 (69.14% from 255 or 29.58% from 595); Blue value is 231 (90.62% from 255 or 38.82% from 595); Max value from RGB is 231 - color contains mainly: blue. Hex color #BCB0E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCB0E7 is #434F18. Grayscale: #B9B9B9. Windows color (decimal): -4411161 or 15184060. OLE color: 15184060.
HSL color Cylindrical-coordinate representation of color #BCB0E7: hue angle of 253.09º degrees, saturation: 0.53, 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 #BCB0E7 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 176 | 231 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.09 |
| HSL | 253.09º | 0.53% | 0.8% | - |
| HSV(B) | 253.09º | 0.24% | 0.91% | - |
| XYZ | 50.69 | 47.51 | 82.1 | - |
| YUV | 185.86 | 153.48 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 231 | 0.19 | 0.24 | 0 | 0.09 | 253.09 | 0.53 | 0.8 |
| Hex | BC | B0 | E7 | 13 | 18 | 0 | 9 | FD | 35 | 50 |
| Octal | 274 | 260 | 347 | 23 | 30 | 0 | 11 | 375 | 65 | 120 |
| Binary | 10111100 | 10110000 | 11100111 | 10011 | 11000 | 0 | 1001 | 11111101 | 110101 | 1010000 |
Color Harmonies of #BCB0E7
Complementary color
Monochromatic Colors of #BCB0E7
Black with #BCB0E7
Text Example
Text Example
White with #BCB0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB0E7; }
p { color: rgb(188,176,231); }
H1.HeaderClassName
{
color: #BCB0E7;
}
.AnyTagClassName
{
color: #BCB0E7;
}
</style>
background-color css
<style>
a { background-color: #BCB0E7; }
a { background-color: rgb(188,176,231); }
div.DivClassName
{
background-color: #BCB0E7;
}
.BgClassName
{
background-color: #BCB0E7;
}
</style>
border-color css
<style>
span { border-color: #BCB0E7; }
span { border-color: rgb(188,176,231); }
td.TdClassName
{
border-color: #BCB0E7;
}
.TagClassName
{
border-color: #BCB0E7;
}
</style>