Shades of Melrose #BEB6D5
Tints of Melrose #BEB6D5
RGB
CMYK
RGB Variations
Color information
#BEB6D5 (or 0xBEB6D5) is known color: Melrose. HEX triplet: BE, B6 and D5. RGB value is (190,182,213). Sum of RGB (Red+Green+Blue) = 190+182+213=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 182 (71.48% from 255 or 31.11% from 585); Blue value is 213 (83.59% from 255 or 36.41% from 585); Max value from RGB is 213 - color contains mainly: blue. Hex color #BEB6D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB6D5 is #41492A. Grayscale: #BBBBBB. Windows color (decimal): -4278571 or 14005950. OLE color: 14005950.
HSL color Cylindrical-coordinate representation of color #BEB6D5: hue angle of 255.48º degrees, saturation: 0.27, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEB6D5 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 182 | 213 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.16 |
| HSL | 255.48º | 0.27% | 0.77% | - |
| HSV(B) | 255.48º | 0.15% | 0.84% | - |
| XYZ | 49.97 | 49.21 | 69.81 | - |
| YUV | 187.93 | 142.15 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 182 | 213 | 0.11 | 0.15 | 0 | 0.16 | 255.48 | 0.27 | 0.77 |
| Hex | BE | B6 | D5 | B | F | 0 | 10 | FF | 1B | 4D |
| Octal | 276 | 266 | 325 | 13 | 17 | 0 | 20 | 377 | 33 | 115 |
| Binary | 10111110 | 10110110 | 11010101 | 1011 | 1111 | 0 | 10000 | 11111111 | 11011 | 1001101 |
Color Harmonies of #BEB6D5
Complementary color
Monochromatic Colors of #BEB6D5
Black with #BEB6D5
Text Example
Text Example
White with #BEB6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB6D5; }
p { color: rgb(190,182,213); }
H1.HeaderClassName
{
color: #BEB6D5;
}
.AnyTagClassName
{
color: #BEB6D5;
}
</style>
background-color css
<style>
a { background-color: #BEB6D5; }
a { background-color: rgb(190,182,213); }
div.DivClassName
{
background-color: #BEB6D5;
}
.BgClassName
{
background-color: #BEB6D5;
}
</style>
border-color css
<style>
span { border-color: #BEB6D5; }
span { border-color: rgb(190,182,213); }
td.TdClassName
{
border-color: #BEB6D5;
}
.TagClassName
{
border-color: #BEB6D5;
}
</style>