Shades of Melrose #BEB6DB
Tints of Melrose #BEB6DB
RGB
CMYK
RGB Variations
Color information
#BEB6DB (or 0xBEB6DB) is known color: Melrose. HEX triplet: BE, B6 and DB. RGB value is (190,182,219). Sum of RGB (Red+Green+Blue) = 190+182+219=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 182 (71.48% from 255 or 30.80% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 219 - color contains mainly: blue. Hex color #BEB6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB6DB is #414924. Grayscale: #BCBCBC. Windows color (decimal): -4278565 or 14399166. OLE color: 14399166.
HSL color Cylindrical-coordinate representation of color #BEB6DB: hue angle of 252.97º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEB6DB is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 190 | 182 | 219 | - |
CMYK | 0.13 | 0.17 | 0 | 0.14 |
HSL | 252.97º | 0.34% | 0.79% | - |
HSV(B) | 252.97º | 0.17% | 0.86% | - |
XYZ | 50.75 | 49.52 | 73.9 | - |
YUV | 188.61 | 145.15 | 128.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 182 | 219 | 0.13 | 0.17 | 0 | 0.14 | 252.97 | 0.34 | 0.79 |
Hex | BE | B6 | DB | D | 11 | 0 | E | FD | 22 | 4F |
Octal | 276 | 266 | 333 | 15 | 21 | 0 | 16 | 375 | 42 | 117 |
Binary | 10111110 | 10110110 | 11011011 | 1101 | 10001 | 0 | 1110 | 11111101 | 100010 | 1001111 |
Color Harmonies of #BEB6DB
Complementary color
Monochromatic Colors of #BEB6DB
Black with #BEB6DB
Text Example
Text Example
White with #BEB6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB6DB; }
p { color: rgb(190,182,219); }
H1.HeaderClassName
{
color: #BEB6DB;
}
.AnyTagClassName
{
color: #BEB6DB;
}
</style>
background-color css
<style>
a { background-color: #BEB6DB; }
a { background-color: rgb(190,182,219); }
div.DivClassName
{
background-color: #BEB6DB;
}
.BgClassName
{
background-color: #BEB6DB;
}
</style>
border-color css
<style>
span { border-color: #BEB6DB; }
span { border-color: rgb(190,182,219); }
td.TdClassName
{
border-color: #BEB6DB;
}
.TagClassName
{
border-color: #BEB6DB;
}
</style>