Shades of Melrose #BEB7D6
Tints of Melrose #BEB7D6
RGB
CMYK
RGB Variations
Color information
#BEB7D6 (or 0xBEB7D6) is known color: Melrose. HEX triplet: BE, B7 and D6. RGB value is (190,183,214). Sum of RGB (Red+Green+Blue) = 190+183+214=587 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.37% from 587); Green value is 183 (71.88% from 255 or 31.18% from 587); Blue value is 214 (83.98% from 255 or 36.46% from 587); Max value from RGB is 214 - color contains mainly: blue. Hex color #BEB7D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB7D6 is #414829. Grayscale: #BCBCBC. Windows color (decimal): -4278314 or 14071742. OLE color: 14071742.
HSL color Cylindrical-coordinate representation of color #BEB7D6: hue angle of 253.55º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEB7D6 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 183 | 214 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.16 |
| HSL | 253.55º | 0.27% | 0.78% | - |
| HSV(B) | 253.55º | 0.14% | 0.84% | - |
| XYZ | 50.31 | 49.67 | 70.55 | - |
| YUV | 188.63 | 142.32 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 183 | 214 | 0.11 | 0.14 | 0 | 0.16 | 253.55 | 0.27 | 0.78 |
| Hex | BE | B7 | D6 | B | E | 0 | 10 | FE | 1B | 4E |
| Octal | 276 | 267 | 326 | 13 | 16 | 0 | 20 | 376 | 33 | 116 |
| Binary | 10111110 | 10110111 | 11010110 | 1011 | 1110 | 0 | 10000 | 11111110 | 11011 | 1001110 |
Color Harmonies of #BEB7D6
Complementary color
Monochromatic Colors of #BEB7D6
Black with #BEB7D6
Text Example
Text Example
White with #BEB7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB7D6; }
p { color: rgb(190,183,214); }
H1.HeaderClassName
{
color: #BEB7D6;
}
.AnyTagClassName
{
color: #BEB7D6;
}
</style>
background-color css
<style>
a { background-color: #BEB7D6; }
a { background-color: rgb(190,183,214); }
div.DivClassName
{
background-color: #BEB7D6;
}
.BgClassName
{
background-color: #BEB7D6;
}
</style>
border-color css
<style>
span { border-color: #BEB7D6; }
span { border-color: rgb(190,183,214); }
td.TdClassName
{
border-color: #BEB7D6;
}
.TagClassName
{
border-color: #BEB7D6;
}
</style>