Shades of Melrose #BEB7DB
Tints of Melrose #BEB7DB
RGB
CMYK
RGB Variations
Color information
#BEB7DB (or 0xBEB7DB) is known color: Melrose. HEX triplet: BE, B7 and DB. RGB value is (190,183,219). Sum of RGB (Red+Green+Blue) = 190+183+219=592 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.09% from 592); Green value is 183 (71.88% from 255 or 30.91% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: blue. Hex color #BEB7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB7DB is #414824. Grayscale: #BDBDBD. Windows color (decimal): -4278309 or 14399422. OLE color: 14399422.
HSL color Cylindrical-coordinate representation of color #BEB7DB: hue angle of 251.67º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEB7DB is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 183 | 219 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.14 |
| HSL | 251.67º | 0.33% | 0.79% | - |
| HSV(B) | 251.67º | 0.16% | 0.86% | - |
| XYZ | 50.95 | 49.93 | 73.97 | - |
| YUV | 189.2 | 144.82 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 183 | 219 | 0.13 | 0.16 | 0 | 0.14 | 251.67 | 0.33 | 0.79 |
| Hex | BE | B7 | DB | D | 10 | 0 | E | FC | 21 | 4F |
| Octal | 276 | 267 | 333 | 15 | 20 | 0 | 16 | 374 | 41 | 117 |
| Binary | 10111110 | 10110111 | 11011011 | 1101 | 10000 | 0 | 1110 | 11111100 | 100001 | 1001111 |
Color Harmonies of #BEB7DB
Complementary color
Monochromatic Colors of #BEB7DB
Black with #BEB7DB
Text Example
Text Example
White with #BEB7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB7DB; }
p { color: rgb(190,183,219); }
H1.HeaderClassName
{
color: #BEB7DB;
}
.AnyTagClassName
{
color: #BEB7DB;
}
</style>
background-color css
<style>
a { background-color: #BEB7DB; }
a { background-color: rgb(190,183,219); }
div.DivClassName
{
background-color: #BEB7DB;
}
.BgClassName
{
background-color: #BEB7DB;
}
</style>
border-color css
<style>
span { border-color: #BEB7DB; }
span { border-color: rgb(190,183,219); }
td.TdClassName
{
border-color: #BEB7DB;
}
.TagClassName
{
border-color: #BEB7DB;
}
</style>