Shades of Melrose #BEB7EC
Tints of Melrose #BEB7EC
RGB
CMYK
RGB Variations
Color information
#BEB7EC (or 0xBEB7EC) is known color: Melrose. HEX triplet: BE, B7 and EC. RGB value is (190,183,236). Sum of RGB (Red+Green+Blue) = 190+183+236=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 183 (71.88% from 255 or 30.05% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEB7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB7EC is #414813. Grayscale: #BEBEBE. Windows color (decimal): -4278292 or 15513534. OLE color: 15513534.
HSL color Cylindrical-coordinate representation of color #BEB7EC: hue angle of 247.92º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEB7EC is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 183 | 236 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.07 |
| HSL | 247.92º | 0.58% | 0.82% | - |
| HSV(B) | 247.92º | 0.22% | 0.93% | - |
| XYZ | 53.31 | 50.87 | 86.37 | - |
| YUV | 191.14 | 153.32 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 183 | 236 | 0.19 | 0.22 | 0 | 0.07 | 247.92 | 0.58 | 0.82 |
| Hex | BE | B7 | EC | 13 | 16 | 0 | 7 | F8 | 3A | 52 |
| Octal | 276 | 267 | 354 | 23 | 26 | 0 | 7 | 370 | 72 | 122 |
| Binary | 10111110 | 10110111 | 11101100 | 10011 | 10110 | 0 | 111 | 11111000 | 111010 | 1010010 |
Color Harmonies of #BEB7EC
Complementary color
Monochromatic Colors of #BEB7EC
Black with #BEB7EC
Text Example
Text Example
White with #BEB7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB7EC; }
p { color: rgb(190,183,236); }
H1.HeaderClassName
{
color: #BEB7EC;
}
.AnyTagClassName
{
color: #BEB7EC;
}
</style>
background-color css
<style>
a { background-color: #BEB7EC; }
a { background-color: rgb(190,183,236); }
div.DivClassName
{
background-color: #BEB7EC;
}
.BgClassName
{
background-color: #BEB7EC;
}
</style>
border-color css
<style>
span { border-color: #BEB7EC; }
span { border-color: rgb(190,183,236); }
td.TdClassName
{
border-color: #BEB7EC;
}
.TagClassName
{
border-color: #BEB7EC;
}
</style>