Shades of Melrose #BEB5E8
Tints of Melrose #BEB5E8
RGB
CMYK
RGB Variations
Color information
#BEB5E8 (or 0xBEB5E8) is known color: Melrose. HEX triplet: BE, B5 and E8. RGB value is (190,181,232). Sum of RGB (Red+Green+Blue) = 190+181+232=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 181 (71.09% from 255 or 30.02% from 603); Blue value is 232 (91.02% from 255 or 38.47% from 603); Max value from RGB is 232 - color contains mainly: blue. Hex color #BEB5E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB5E8 is #414A17. Grayscale: #BDBDBD. Windows color (decimal): -4278808 or 15250878. OLE color: 15250878.
HSL color Cylindrical-coordinate representation of color #BEB5E8: hue angle of 250.59º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEB5E8 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 181 | 232 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.09 |
| HSL | 250.59º | 0.53% | 0.81% | - |
| HSV(B) | 250.59º | 0.22% | 0.91% | - |
| XYZ | 52.32 | 49.82 | 83.2 | - |
| YUV | 189.51 | 151.98 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 181 | 232 | 0.18 | 0.22 | 0 | 0.09 | 250.59 | 0.53 | 0.81 |
| Hex | BE | B5 | E8 | 12 | 16 | 0 | 9 | FB | 35 | 51 |
| Octal | 276 | 265 | 350 | 22 | 26 | 0 | 11 | 373 | 65 | 121 |
| Binary | 10111110 | 10110101 | 11101000 | 10010 | 10110 | 0 | 1001 | 11111011 | 110101 | 1010001 |
Color Harmonies of #BEB5E8
Complementary color
Monochromatic Colors of #BEB5E8
Black with #BEB5E8
Text Example
Text Example
White with #BEB5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB5E8; }
p { color: rgb(190,181,232); }
H1.HeaderClassName
{
color: #BEB5E8;
}
.AnyTagClassName
{
color: #BEB5E8;
}
</style>
background-color css
<style>
a { background-color: #BEB5E8; }
a { background-color: rgb(190,181,232); }
div.DivClassName
{
background-color: #BEB5E8;
}
.BgClassName
{
background-color: #BEB5E8;
}
</style>
border-color css
<style>
span { border-color: #BEB5E8; }
span { border-color: rgb(190,181,232); }
td.TdClassName
{
border-color: #BEB5E8;
}
.TagClassName
{
border-color: #BEB5E8;
}
</style>