Shades of Melrose #BCB0EE
Tints of Melrose #BCB0EE
RGB
CMYK
RGB Variations
Color information
#BCB0EE (or 0xBCB0EE) is known color: Melrose. HEX triplet: BC, B0 and EE. RGB value is (188,176,238). Sum of RGB (Red+Green+Blue) = 188+176+238=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 176 (69.14% from 255 or 29.24% from 602); Blue value is 238 (93.36% from 255 or 39.53% from 602); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCB0EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCB0EE is #434F11. Grayscale: #BABABA. Windows color (decimal): -4411154 or 15642812. OLE color: 15642812.
HSL color Cylindrical-coordinate representation of color #BCB0EE: hue angle of 251.61º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCB0EE is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 176 | 238 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.07 |
| HSL | 251.61º | 0.65% | 0.81% | - |
| HSV(B) | 251.61º | 0.26% | 0.93% | - |
| XYZ | 51.7 | 47.92 | 87.41 | - |
| YUV | 186.66 | 156.98 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 238 | 0.21 | 0.26 | 0 | 0.07 | 251.61 | 0.65 | 0.81 |
| Hex | BC | B0 | EE | 15 | 1A | 0 | 7 | FC | 41 | 51 |
| Octal | 274 | 260 | 356 | 25 | 32 | 0 | 7 | 374 | 101 | 121 |
| Binary | 10111100 | 10110000 | 11101110 | 10101 | 11010 | 0 | 111 | 11111100 | 1000001 | 1010001 |
Color Harmonies of #BCB0EE
Complementary color
Monochromatic Colors of #BCB0EE
Black with #BCB0EE
Text Example
Text Example
White with #BCB0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB0EE; }
p { color: rgb(188,176,238); }
H1.HeaderClassName
{
color: #BCB0EE;
}
.AnyTagClassName
{
color: #BCB0EE;
}
</style>
background-color css
<style>
a { background-color: #BCB0EE; }
a { background-color: rgb(188,176,238); }
div.DivClassName
{
background-color: #BCB0EE;
}
.BgClassName
{
background-color: #BCB0EE;
}
</style>
border-color css
<style>
span { border-color: #BCB0EE; }
span { border-color: rgb(188,176,238); }
td.TdClassName
{
border-color: #BCB0EE;
}
.TagClassName
{
border-color: #BCB0EE;
}
</style>