Shades of Melrose #BEB1EC
Tints of Melrose #BEB1EC
RGB
CMYK
RGB Variations
Color information
#BEB1EC (or 0xBEB1EC) is known color: Melrose. HEX triplet: BE, B1 and EC. RGB value is (190,177,236). Sum of RGB (Red+Green+Blue) = 190+177+236=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 177 (69.53% from 255 or 29.35% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEB1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEB1EC is #414E13. Grayscale: #BBBBBB. Windows color (decimal): -4279828 or 15511998. OLE color: 15511998.
HSL color Cylindrical-coordinate representation of color #BEB1EC: hue angle of 253.22º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEB1EC is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 177 | 236 | - |
| CMYK | 0.19 | 0.25 | 0 | 0.07 |
| HSL | 253.22º | 0.61% | 0.81% | - |
| HSV(B) | 253.22º | 0.25% | 0.93% | - |
| XYZ | 52.1 | 48.45 | 85.96 | - |
| YUV | 187.61 | 155.31 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 177 | 236 | 0.19 | 0.25 | 0 | 0.07 | 253.22 | 0.61 | 0.81 |
| Hex | BE | B1 | EC | 13 | 19 | 0 | 7 | FD | 3D | 51 |
| Octal | 276 | 261 | 354 | 23 | 31 | 0 | 7 | 375 | 75 | 121 |
| Binary | 10111110 | 10110001 | 11101100 | 10011 | 11001 | 0 | 111 | 11111101 | 111101 | 1010001 |
Color Harmonies of #BEB1EC
Complementary color
Monochromatic Colors of #BEB1EC
Black with #BEB1EC
Text Example
Text Example
White with #BEB1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB1EC; }
p { color: rgb(190,177,236); }
H1.HeaderClassName
{
color: #BEB1EC;
}
.AnyTagClassName
{
color: #BEB1EC;
}
</style>
background-color css
<style>
a { background-color: #BEB1EC; }
a { background-color: rgb(190,177,236); }
div.DivClassName
{
background-color: #BEB1EC;
}
.BgClassName
{
background-color: #BEB1EC;
}
</style>
border-color css
<style>
span { border-color: #BEB1EC; }
span { border-color: rgb(190,177,236); }
td.TdClassName
{
border-color: #BEB1EC;
}
.TagClassName
{
border-color: #BEB1EC;
}
</style>