Shades of Melrose #BEB1E1
Tints of Melrose #BEB1E1
RGB
CMYK
RGB Variations
Color information
#BEB1E1 (or 0xBEB1E1) is known color: Melrose. HEX triplet: BE, B1 and E1. RGB value is (190,177,225). Sum of RGB (Red+Green+Blue) = 190+177+225=592 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.09% from 592); Green value is 177 (69.53% from 255 or 29.90% from 592); Blue value is 225 (88.28% from 255 or 38.01% from 592); Max value from RGB is 225 - color contains mainly: blue. Hex color #BEB1E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB1E1 is #414E1E. Grayscale: #BABABA. Windows color (decimal): -4279839 or 14791102. OLE color: 14791102.
HSL color Cylindrical-coordinate representation of color #BEB1E1: hue angle of 256.25º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEB1E1 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 177 | 225 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.12 |
| HSL | 256.25º | 0.44% | 0.79% | - |
| HSV(B) | 256.25º | 0.21% | 0.88% | - |
| XYZ | 50.55 | 47.83 | 77.8 | - |
| YUV | 186.36 | 149.81 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 177 | 225 | 0.16 | 0.21 | 0 | 0.12 | 256.25 | 0.44 | 0.79 |
| Hex | BE | B1 | E1 | 10 | 15 | 0 | C | 100 | 2C | 4F |
| Octal | 276 | 261 | 341 | 20 | 25 | 0 | 14 | 400 | 54 | 117 |
| Binary | 10111110 | 10110001 | 11100001 | 10000 | 10101 | 0 | 1100 | 100000000 | 101100 | 1001111 |
Color Harmonies of #BEB1E1
Complementary color
Monochromatic Colors of #BEB1E1
Black with #BEB1E1
Text Example
Text Example
White with #BEB1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB1E1; }
p { color: rgb(190,177,225); }
H1.HeaderClassName
{
color: #BEB1E1;
}
.AnyTagClassName
{
color: #BEB1E1;
}
</style>
background-color css
<style>
a { background-color: #BEB1E1; }
a { background-color: rgb(190,177,225); }
div.DivClassName
{
background-color: #BEB1E1;
}
.BgClassName
{
background-color: #BEB1E1;
}
</style>
border-color css
<style>
span { border-color: #BEB1E1; }
span { border-color: rgb(190,177,225); }
td.TdClassName
{
border-color: #BEB1E1;
}
.TagClassName
{
border-color: #BEB1E1;
}
</style>