Shades of Melrose #BEB0EF
Tints of Melrose #BEB0EF
RGB
CMYK
RGB Variations
Color information
#BEB0EF (or 0xBEB0EF) is known color: Melrose. HEX triplet: BE, B0 and EF. RGB value is (190,176,239). Sum of RGB (Red+Green+Blue) = 190+176+239=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 176 (69.14% from 255 or 29.09% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #BEB0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEB0EF is #414F10. Grayscale: #BBBBBB. Windows color (decimal): -4280081 or 15708350. OLE color: 15708350.
HSL color Cylindrical-coordinate representation of color #BEB0EF: hue angle of 253.33º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEB0EF is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 176 | 239 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.06 |
| HSL | 253.33º | 0.66% | 0.81% | - |
| HSV(B) | 253.33º | 0.26% | 0.94% | - |
| XYZ | 52.34 | 48.23 | 88.21 | - |
| YUV | 187.37 | 157.14 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 176 | 239 | 0.21 | 0.26 | 0 | 0.06 | 253.33 | 0.66 | 0.81 |
| Hex | BE | B0 | EF | 15 | 1A | 0 | 6 | FD | 42 | 51 |
| Octal | 276 | 260 | 357 | 25 | 32 | 0 | 6 | 375 | 102 | 121 |
| Binary | 10111110 | 10110000 | 11101111 | 10101 | 11010 | 0 | 110 | 11111101 | 1000010 | 1010001 |
Color Harmonies of #BEB0EF
Complementary color
Monochromatic Colors of #BEB0EF
Black with #BEB0EF
Text Example
Text Example
White with #BEB0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB0EF; }
p { color: rgb(190,176,239); }
H1.HeaderClassName
{
color: #BEB0EF;
}
.AnyTagClassName
{
color: #BEB0EF;
}
</style>
background-color css
<style>
a { background-color: #BEB0EF; }
a { background-color: rgb(190,176,239); }
div.DivClassName
{
background-color: #BEB0EF;
}
.BgClassName
{
background-color: #BEB0EF;
}
</style>
border-color css
<style>
span { border-color: #BEB0EF; }
span { border-color: rgb(190,176,239); }
td.TdClassName
{
border-color: #BEB0EF;
}
.TagClassName
{
border-color: #BEB0EF;
}
</style>