Shades of Melrose #BEB0EC
Tints of Melrose #BEB0EC
RGB
CMYK
RGB Variations
Color information
#BEB0EC (or 0xBEB0EC) is known color: Melrose. HEX triplet: BE, B0 and EC. RGB value is (190,176,236). Sum of RGB (Red+Green+Blue) = 190+176+236=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 176 (69.14% from 255 or 29.24% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEB0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEB0EC is #414F13. Grayscale: #BABABA. Windows color (decimal): -4280084 or 15511742. OLE color: 15511742.
HSL color Cylindrical-coordinate representation of color #BEB0EC: hue angle of 254º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEB0EC is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 176 | 236 | - |
| CMYK | 0.19 | 0.25 | 0 | 0.07 |
| HSL | 254º | 0.61% | 0.81% | - |
| HSV(B) | 254º | 0.25% | 0.93% | - |
| XYZ | 51.9 | 48.05 | 85.9 | - |
| YUV | 187.03 | 155.64 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 176 | 236 | 0.19 | 0.25 | 0 | 0.07 | 254 | 0.61 | 0.81 |
| Hex | BE | B0 | EC | 13 | 19 | 0 | 7 | FE | 3D | 51 |
| Octal | 276 | 260 | 354 | 23 | 31 | 0 | 7 | 376 | 75 | 121 |
| Binary | 10111110 | 10110000 | 11101100 | 10011 | 11001 | 0 | 111 | 11111110 | 111101 | 1010001 |
Color Harmonies of #BEB0EC
Complementary color
Monochromatic Colors of #BEB0EC
Black with #BEB0EC
Text Example
Text Example
White with #BEB0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB0EC; }
p { color: rgb(190,176,236); }
H1.HeaderClassName
{
color: #BEB0EC;
}
.AnyTagClassName
{
color: #BEB0EC;
}
</style>
background-color css
<style>
a { background-color: #BEB0EC; }
a { background-color: rgb(190,176,236); }
div.DivClassName
{
background-color: #BEB0EC;
}
.BgClassName
{
background-color: #BEB0EC;
}
</style>
border-color css
<style>
span { border-color: #BEB0EC; }
span { border-color: rgb(190,176,236); }
td.TdClassName
{
border-color: #BEB0EC;
}
.TagClassName
{
border-color: #BEB0EC;
}
</style>