Shades of Melrose #BEB7E5
Tints of Melrose #BEB7E5
RGB
CMYK
RGB Variations
Color information
#BEB7E5 (or 0xBEB7E5) is known color: Melrose. HEX triplet: BE, B7 and E5. RGB value is (190,183,229). Sum of RGB (Red+Green+Blue) = 190+183+229=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 183 (71.88% from 255 or 30.40% from 602); Blue value is 229 (89.84% from 255 or 38.04% from 602); Max value from RGB is 229 - color contains mainly: blue. Hex color #BEB7E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB7E5 is #41481A. Grayscale: #BEBEBE. Windows color (decimal): -4278299 or 15054782. OLE color: 15054782.
HSL color Cylindrical-coordinate representation of color #BEB7E5: hue angle of 249.13º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEB7E5 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 183 | 229 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.10 |
| HSL | 249.13º | 0.47% | 0.81% | - |
| HSV(B) | 249.13º | 0.2% | 0.9% | - |
| XYZ | 52.31 | 50.47 | 81.11 | - |
| YUV | 190.34 | 149.82 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 183 | 229 | 0.17 | 0.20 | 0 | 0.10 | 249.13 | 0.47 | 0.81 |
| Hex | BE | B7 | E5 | 11 | 14 | 0 | A | F9 | 2F | 51 |
| Octal | 276 | 267 | 345 | 21 | 24 | 0 | 12 | 371 | 57 | 121 |
| Binary | 10111110 | 10110111 | 11100101 | 10001 | 10100 | 0 | 1010 | 11111001 | 101111 | 1010001 |
Color Harmonies of #BEB7E5
Complementary color
Monochromatic Colors of #BEB7E5
Black with #BEB7E5
Text Example
Text Example
White with #BEB7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB7E5; }
p { color: rgb(190,183,229); }
H1.HeaderClassName
{
color: #BEB7E5;
}
.AnyTagClassName
{
color: #BEB7E5;
}
</style>
background-color css
<style>
a { background-color: #BEB7E5; }
a { background-color: rgb(190,183,229); }
div.DivClassName
{
background-color: #BEB7E5;
}
.BgClassName
{
background-color: #BEB7E5;
}
</style>
border-color css
<style>
span { border-color: #BEB7E5; }
span { border-color: rgb(190,183,229); }
td.TdClassName
{
border-color: #BEB7E5;
}
.TagClassName
{
border-color: #BEB7E5;
}
</style>