Shades of Melrose #BEB8EF
Tints of Melrose #BEB8EF
RGB
CMYK
RGB Variations
Color information
#BEB8EF (or 0xBEB8EF) is known color: Melrose. HEX triplet: BE, B8 and EF. RGB value is (190,184,239). Sum of RGB (Red+Green+Blue) = 190+184+239=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 184 (72.27% from 255 or 30.02% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 239 - color contains mainly: blue. Hex color #BEB8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB8EF is #414710. Grayscale: #BFBFBF. Windows color (decimal): -4278033 or 15710398. OLE color: 15710398.
HSL color Cylindrical-coordinate representation of color #BEB8EF: hue angle of 246.55º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEB8EF is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 184 | 239 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.06 |
| HSL | 246.55º | 0.63% | 0.83% | - |
| HSV(B) | 246.55º | 0.23% | 0.94% | - |
| XYZ | 53.96 | 51.46 | 88.75 | - |
| YUV | 192.06 | 154.49 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 184 | 239 | 0.21 | 0.23 | 0 | 0.06 | 246.55 | 0.63 | 0.83 |
| Hex | BE | B8 | EF | 15 | 17 | 0 | 6 | F7 | 3F | 53 |
| Octal | 276 | 270 | 357 | 25 | 27 | 0 | 6 | 367 | 77 | 123 |
| Binary | 10111110 | 10111000 | 11101111 | 10101 | 10111 | 0 | 110 | 11110111 | 111111 | 1010011 |
Color Harmonies of #BEB8EF
Complementary color
Monochromatic Colors of #BEB8EF
Black with #BEB8EF
Text Example
Text Example
White with #BEB8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB8EF; }
p { color: rgb(190,184,239); }
H1.HeaderClassName
{
color: #BEB8EF;
}
.AnyTagClassName
{
color: #BEB8EF;
}
</style>
background-color css
<style>
a { background-color: #BEB8EF; }
a { background-color: rgb(190,184,239); }
div.DivClassName
{
background-color: #BEB8EF;
}
.BgClassName
{
background-color: #BEB8EF;
}
</style>
border-color css
<style>
span { border-color: #BEB8EF; }
span { border-color: rgb(190,184,239); }
td.TdClassName
{
border-color: #BEB8EF;
}
.TagClassName
{
border-color: #BEB8EF;
}
</style>