Shades of Melrose #BEB5EE
Tints of Melrose #BEB5EE
RGB
CMYK
RGB Variations
Color information
#BEB5EE (or 0xBEB5EE) is known color: Melrose. HEX triplet: BE, B5 and EE. RGB value is (190,181,238). Sum of RGB (Red+Green+Blue) = 190+181+238=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 181 (71.09% from 255 or 29.72% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEB5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB5EE is #414A11. Grayscale: #BDBDBD. Windows color (decimal): -4278802 or 15644094. OLE color: 15644094.
HSL color Cylindrical-coordinate representation of color #BEB5EE: hue angle of 249.47º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEB5EE is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 190 | 181 | 238 | - |
CMYK | 0.20 | 0.24 | 0 | 0.07 |
HSL | 249.47º | 0.63% | 0.82% | - |
HSV(B) | 249.47º | 0.24% | 0.93% | - |
XYZ | 53.19 | 50.17 | 87.77 | - |
YUV | 190.19 | 154.98 | 127.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 181 | 238 | 0.20 | 0.24 | 0 | 0.07 | 249.47 | 0.63 | 0.82 |
Hex | BE | B5 | EE | 14 | 18 | 0 | 7 | F9 | 3F | 52 |
Octal | 276 | 265 | 356 | 24 | 30 | 0 | 7 | 371 | 77 | 122 |
Binary | 10111110 | 10110101 | 11101110 | 10100 | 11000 | 0 | 111 | 11111001 | 111111 | 1010010 |
Color Harmonies of #BEB5EE
Complementary color
Monochromatic Colors of #BEB5EE
Black with #BEB5EE
Text Example
Text Example
White with #BEB5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB5EE; }
p { color: rgb(190,181,238); }
H1.HeaderClassName
{
color: #BEB5EE;
}
.AnyTagClassName
{
color: #BEB5EE;
}
</style>
background-color css
<style>
a { background-color: #BEB5EE; }
a { background-color: rgb(190,181,238); }
div.DivClassName
{
background-color: #BEB5EE;
}
.BgClassName
{
background-color: #BEB5EE;
}
</style>
border-color css
<style>
span { border-color: #BEB5EE; }
span { border-color: rgb(190,181,238); }
td.TdClassName
{
border-color: #BEB5EE;
}
.TagClassName
{
border-color: #BEB5EE;
}
</style>