Shades of Melrose #BEB5F0
Tints of Melrose #BEB5F0
RGB
CMYK
RGB Variations
Color information
#BEB5F0 (or 0xBEB5F0) is known color: Melrose. HEX triplet: BE, B5 and F0. RGB value is (190,181,240). Sum of RGB (Red+Green+Blue) = 190+181+240=611 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.10% from 611); Green value is 181 (71.09% from 255 or 29.62% from 611); Blue value is 240 (94.14% from 255 or 39.28% from 611); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEB5F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB5F0 is #414A0F. Grayscale: #BEBEBE. Windows color (decimal): -4278800 or 15775166. OLE color: 15775166.
HSL color Cylindrical-coordinate representation of color #BEB5F0: hue angle of 249.15º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEB5F0 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 181 | 240 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.06 |
| HSL | 249.15º | 0.66% | 0.83% | - |
| HSV(B) | 249.15º | 0.25% | 0.94% | - |
| XYZ | 53.49 | 50.29 | 89.33 | - |
| YUV | 190.42 | 155.98 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 181 | 240 | 0.21 | 0.25 | 0 | 0.06 | 249.15 | 0.66 | 0.83 |
| Hex | BE | B5 | F0 | 15 | 19 | 0 | 6 | F9 | 42 | 53 |
| Octal | 276 | 265 | 360 | 25 | 31 | 0 | 6 | 371 | 102 | 123 |
| Binary | 10111110 | 10110101 | 11110000 | 10101 | 11001 | 0 | 110 | 11111001 | 1000010 | 1010011 |
Color Harmonies of #BEB5F0
Complementary color
Monochromatic Colors of #BEB5F0
Black with #BEB5F0
Text Example
Text Example
White with #BEB5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB5F0; }
p { color: rgb(190,181,240); }
H1.HeaderClassName
{
color: #BEB5F0;
}
.AnyTagClassName
{
color: #BEB5F0;
}
</style>
background-color css
<style>
a { background-color: #BEB5F0; }
a { background-color: rgb(190,181,240); }
div.DivClassName
{
background-color: #BEB5F0;
}
.BgClassName
{
background-color: #BEB5F0;
}
</style>
border-color css
<style>
span { border-color: #BEB5F0; }
span { border-color: rgb(190,181,240); }
td.TdClassName
{
border-color: #BEB5F0;
}
.TagClassName
{
border-color: #BEB5F0;
}
</style>