Shades of Melrose #BCB2EF
Tints of Melrose #BCB2EF
RGB
CMYK
RGB Variations
Color information
#BCB2EF (or 0xBCB2EF) is known color: Melrose. HEX triplet: BC, B2 and EF. RGB value is (188,178,239). Sum of RGB (Red+Green+Blue) = 188+178+239=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 178 (69.92% from 255 or 29.42% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #BCB2EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCB2EF is #434D10. Grayscale: #BBBBBB. Windows color (decimal): -4410641 or 15708860. OLE color: 15708860.
HSL color Cylindrical-coordinate representation of color #BCB2EF: hue angle of 249.84º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCB2EF is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 178 | 239 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.06 |
| HSL | 249.84º | 0.66% | 0.82% | - |
| HSV(B) | 249.84º | 0.26% | 0.94% | - |
| XYZ | 52.24 | 48.76 | 88.32 | - |
| YUV | 187.94 | 156.81 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 239 | 0.21 | 0.26 | 0 | 0.06 | 249.84 | 0.66 | 0.82 |
| Hex | BC | B2 | EF | 15 | 1A | 0 | 6 | FA | 42 | 52 |
| Octal | 274 | 262 | 357 | 25 | 32 | 0 | 6 | 372 | 102 | 122 |
| Binary | 10111100 | 10110010 | 11101111 | 10101 | 11010 | 0 | 110 | 11111010 | 1000010 | 1010010 |
Color Harmonies of #BCB2EF
Complementary color
Monochromatic Colors of #BCB2EF
Black with #BCB2EF
Text Example
Text Example
White with #BCB2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB2EF; }
p { color: rgb(188,178,239); }
H1.HeaderClassName
{
color: #BCB2EF;
}
.AnyTagClassName
{
color: #BCB2EF;
}
</style>
background-color css
<style>
a { background-color: #BCB2EF; }
a { background-color: rgb(188,178,239); }
div.DivClassName
{
background-color: #BCB2EF;
}
.BgClassName
{
background-color: #BCB2EF;
}
</style>
border-color css
<style>
span { border-color: #BCB2EF; }
span { border-color: rgb(188,178,239); }
td.TdClassName
{
border-color: #BCB2EF;
}
.TagClassName
{
border-color: #BCB2EF;
}
</style>