Shades of Melrose #BEB7EE
Tints of Melrose #BEB7EE
RGB
CMYK
RGB Variations
Color information
#BEB7EE (or 0xBEB7EE) is known color: Melrose. HEX triplet: BE, B7 and EE. RGB value is (190,183,238). Sum of RGB (Red+Green+Blue) = 190+183+238=611 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.10% from 611); Green value is 183 (71.88% from 255 or 29.95% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEB7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB7EE is #414811. Grayscale: #BFBFBF. Windows color (decimal): -4278290 or 15644606. OLE color: 15644606.
HSL color Cylindrical-coordinate representation of color #BEB7EE: hue angle of 247.64º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEB7EE is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 190 | 183 | 238 | - |
CMYK | 0.20 | 0.23 | 0 | 0.07 |
HSL | 247.64º | 0.62% | 0.83% | - |
HSV(B) | 247.64º | 0.23% | 0.93% | - |
XYZ | 53.6 | 50.99 | 87.91 | - |
YUV | 191.36 | 154.32 | 127.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 183 | 238 | 0.20 | 0.23 | 0 | 0.07 | 247.64 | 0.62 | 0.83 |
Hex | BE | B7 | EE | 14 | 17 | 0 | 7 | F8 | 3E | 53 |
Octal | 276 | 267 | 356 | 24 | 27 | 0 | 7 | 370 | 76 | 123 |
Binary | 10111110 | 10110111 | 11101110 | 10100 | 10111 | 0 | 111 | 11111000 | 111110 | 1010011 |
Color Harmonies of #BEB7EE
Complementary color
Monochromatic Colors of #BEB7EE
Black with #BEB7EE
Text Example
Text Example
White with #BEB7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB7EE; }
p { color: rgb(190,183,238); }
H1.HeaderClassName
{
color: #BEB7EE;
}
.AnyTagClassName
{
color: #BEB7EE;
}
</style>
background-color css
<style>
a { background-color: #BEB7EE; }
a { background-color: rgb(190,183,238); }
div.DivClassName
{
background-color: #BEB7EE;
}
.BgClassName
{
background-color: #BEB7EE;
}
</style>
border-color css
<style>
span { border-color: #BEB7EE; }
span { border-color: rgb(190,183,238); }
td.TdClassName
{
border-color: #BEB7EE;
}
.TagClassName
{
border-color: #BEB7EE;
}
</style>