Shades of Melrose #BEB7F0
Tints of Melrose #BEB7F0
RGB
CMYK
RGB Variations
Color information
#BEB7F0 (or 0xBEB7F0) is known color: Melrose. HEX triplet: BE, B7 and F0. RGB value is (190,183,240). Sum of RGB (Red+Green+Blue) = 190+183+240=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 183 (71.88% from 255 or 29.85% from 613); Blue value is 240 (94.14% from 255 or 39.15% from 613); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEB7F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB7F0 is #41480F. Grayscale: #BFBFBF. Windows color (decimal): -4278288 or 15775678. OLE color: 15775678.
HSL color Cylindrical-coordinate representation of color #BEB7F0: hue angle of 247.37º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEB7F0 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 183 | 240 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.06 |
| HSL | 247.37º | 0.66% | 0.83% | - |
| HSV(B) | 247.37º | 0.24% | 0.94% | - |
| XYZ | 53.9 | 51.11 | 89.46 | - |
| YUV | 191.59 | 155.32 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 183 | 240 | 0.21 | 0.24 | 0 | 0.06 | 247.37 | 0.66 | 0.83 |
| Hex | BE | B7 | F0 | 15 | 18 | 0 | 6 | F7 | 42 | 53 |
| Octal | 276 | 267 | 360 | 25 | 30 | 0 | 6 | 367 | 102 | 123 |
| Binary | 10111110 | 10110111 | 11110000 | 10101 | 11000 | 0 | 110 | 11110111 | 1000010 | 1010011 |
Color Harmonies of #BEB7F0
Complementary color
Monochromatic Colors of #BEB7F0
Black with #BEB7F0
Text Example
Text Example
White with #BEB7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB7F0; }
p { color: rgb(190,183,240); }
H1.HeaderClassName
{
color: #BEB7F0;
}
.AnyTagClassName
{
color: #BEB7F0;
}
</style>
background-color css
<style>
a { background-color: #BEB7F0; }
a { background-color: rgb(190,183,240); }
div.DivClassName
{
background-color: #BEB7F0;
}
.BgClassName
{
background-color: #BEB7F0;
}
</style>
border-color css
<style>
span { border-color: #BEB7F0; }
span { border-color: rgb(190,183,240); }
td.TdClassName
{
border-color: #BEB7F0;
}
.TagClassName
{
border-color: #BEB7F0;
}
</style>