Shades of Melrose #BEB0E0
Tints of Melrose #BEB0E0
RGB
CMYK
RGB Variations
Color information
#BEB0E0 (or 0xBEB0E0) is known color: Melrose. HEX triplet: BE, B0 and E0. RGB value is (190,176,224). Sum of RGB (Red+Green+Blue) = 190+176+224=590 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.20% from 590); Green value is 176 (69.14% from 255 or 29.83% from 590); Blue value is 224 (87.89% from 255 or 37.97% from 590); Max value from RGB is 224 - color contains mainly: blue. Hex color #BEB0E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB0E0 is #414F1F. Grayscale: #B9B9B9. Windows color (decimal): -4280096 or 14725310. OLE color: 14725310.
HSL color Cylindrical-coordinate representation of color #BEB0E0: hue angle of 257.5º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEB0E0 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 176 | 224 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.12 |
| HSL | 257.5º | 0.44% | 0.78% | - |
| HSV(B) | 257.5º | 0.21% | 0.88% | - |
| XYZ | 50.22 | 47.38 | 77.02 | - |
| YUV | 185.66 | 149.64 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 176 | 224 | 0.15 | 0.21 | 0 | 0.12 | 257.5 | 0.44 | 0.78 |
| Hex | BE | B0 | E0 | F | 15 | 0 | C | 102 | 2C | 4E |
| Octal | 276 | 260 | 340 | 17 | 25 | 0 | 14 | 402 | 54 | 116 |
| Binary | 10111110 | 10110000 | 11100000 | 1111 | 10101 | 0 | 1100 | 100000010 | 101100 | 1001110 |
Color Harmonies of #BEB0E0
Complementary color
Monochromatic Colors of #BEB0E0
Black with #BEB0E0
Text Example
Text Example
White with #BEB0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB0E0; }
p { color: rgb(190,176,224); }
H1.HeaderClassName
{
color: #BEB0E0;
}
.AnyTagClassName
{
color: #BEB0E0;
}
</style>
background-color css
<style>
a { background-color: #BEB0E0; }
a { background-color: rgb(190,176,224); }
div.DivClassName
{
background-color: #BEB0E0;
}
.BgClassName
{
background-color: #BEB0E0;
}
</style>
border-color css
<style>
span { border-color: #BEB0E0; }
span { border-color: rgb(190,176,224); }
td.TdClassName
{
border-color: #BEB0E0;
}
.TagClassName
{
border-color: #BEB0E0;
}
</style>