Shades of Melrose #BEB1EF
Tints of Melrose #BEB1EF
RGB
CMYK
RGB Variations
Color information
#BEB1EF (or 0xBEB1EF) is known color: Melrose. HEX triplet: BE, B1 and EF. RGB value is (190,177,239). Sum of RGB (Red+Green+Blue) = 190+177+239=606 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.35% from 606); Green value is 177 (69.53% from 255 or 29.21% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 239 - color contains mainly: blue. Hex color #BEB1EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEB1EF is #414E10. Grayscale: #BBBBBB. Windows color (decimal): -4279825 or 15708606. OLE color: 15708606.
HSL color Cylindrical-coordinate representation of color #BEB1EF: hue angle of 252.58º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEB1EF is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 177 | 239 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.06 |
| HSL | 252.58º | 0.66% | 0.82% | - |
| HSV(B) | 252.58º | 0.26% | 0.94% | - |
| XYZ | 52.54 | 48.62 | 88.28 | - |
| YUV | 187.96 | 156.81 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 177 | 239 | 0.21 | 0.26 | 0 | 0.06 | 252.58 | 0.66 | 0.82 |
| Hex | BE | B1 | EF | 15 | 1A | 0 | 6 | FD | 42 | 52 |
| Octal | 276 | 261 | 357 | 25 | 32 | 0 | 6 | 375 | 102 | 122 |
| Binary | 10111110 | 10110001 | 11101111 | 10101 | 11010 | 0 | 110 | 11111101 | 1000010 | 1010010 |
Color Harmonies of #BEB1EF
Complementary color
Monochromatic Colors of #BEB1EF
Black with #BEB1EF
Text Example
Text Example
White with #BEB1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB1EF; }
p { color: rgb(190,177,239); }
H1.HeaderClassName
{
color: #BEB1EF;
}
.AnyTagClassName
{
color: #BEB1EF;
}
</style>
background-color css
<style>
a { background-color: #BEB1EF; }
a { background-color: rgb(190,177,239); }
div.DivClassName
{
background-color: #BEB1EF;
}
.BgClassName
{
background-color: #BEB1EF;
}
</style>
border-color css
<style>
span { border-color: #BEB1EF; }
span { border-color: rgb(190,177,239); }
td.TdClassName
{
border-color: #BEB1EF;
}
.TagClassName
{
border-color: #BEB1EF;
}
</style>