Shades of Melrose #BEB0E1
Tints of Melrose #BEB0E1
RGB
CMYK
RGB Variations
Color information
#BEB0E1 (or 0xBEB0E1) is known color: Melrose. HEX triplet: BE, B0 and E1. RGB value is (190,176,225). Sum of RGB (Red+Green+Blue) = 190+176+225=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 176 (69.14% from 255 or 29.78% from 591); Blue value is 225 (88.28% from 255 or 38.07% from 591); Max value from RGB is 225 - color contains mainly: blue. Hex color #BEB0E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB0E1 is #414F1E. Grayscale: #B9B9B9. Windows color (decimal): -4280095 or 14790846. OLE color: 14790846.
HSL color Cylindrical-coordinate representation of color #BEB0E1: hue angle of 257.14º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEB0E1 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 176 | 225 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.12 |
| HSL | 257.14º | 0.45% | 0.79% | - |
| HSV(B) | 257.14º | 0.22% | 0.88% | - |
| XYZ | 50.35 | 47.43 | 77.74 | - |
| YUV | 185.77 | 150.14 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 176 | 225 | 0.16 | 0.22 | 0 | 0.12 | 257.14 | 0.45 | 0.79 |
| Hex | BE | B0 | E1 | 10 | 16 | 0 | C | 101 | 2D | 4F |
| Octal | 276 | 260 | 341 | 20 | 26 | 0 | 14 | 401 | 55 | 117 |
| Binary | 10111110 | 10110000 | 11100001 | 10000 | 10110 | 0 | 1100 | 100000001 | 101101 | 1001111 |
Color Harmonies of #BEB0E1
Complementary color
Monochromatic Colors of #BEB0E1
Black with #BEB0E1
Text Example
Text Example
White with #BEB0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB0E1; }
p { color: rgb(190,176,225); }
H1.HeaderClassName
{
color: #BEB0E1;
}
.AnyTagClassName
{
color: #BEB0E1;
}
</style>
background-color css
<style>
a { background-color: #BEB0E1; }
a { background-color: rgb(190,176,225); }
div.DivClassName
{
background-color: #BEB0E1;
}
.BgClassName
{
background-color: #BEB0E1;
}
</style>
border-color css
<style>
span { border-color: #BEB0E1; }
span { border-color: rgb(190,176,225); }
td.TdClassName
{
border-color: #BEB0E1;
}
.TagClassName
{
border-color: #BEB0E1;
}
</style>