Shades of Melrose #BEB6D6
Tints of Melrose #BEB6D6
RGB
CMYK
RGB Variations
Color information
#BEB6D6 (or 0xBEB6D6) is known color: Melrose. HEX triplet: BE, B6 and D6. RGB value is (190,182,214). Sum of RGB (Red+Green+Blue) = 190+182+214=586 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.42% from 586); Green value is 182 (71.48% from 255 or 31.06% from 586); Blue value is 214 (83.98% from 255 or 36.52% from 586); Max value from RGB is 214 - color contains mainly: blue. Hex color #BEB6D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB6D6 is #414929. Grayscale: #BBBBBB. Windows color (decimal): -4278570 or 14071486. OLE color: 14071486.
HSL color Cylindrical-coordinate representation of color #BEB6D6: hue angle of 255º degrees, saturation: 0.28, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEB6D6 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 182 | 214 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.16 |
| HSL | 255º | 0.28% | 0.78% | - |
| HSV(B) | 255º | 0.15% | 0.84% | - |
| XYZ | 50.1 | 49.26 | 70.49 | - |
| YUV | 188.04 | 142.65 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 182 | 214 | 0.11 | 0.15 | 0 | 0.16 | 255 | 0.28 | 0.78 |
| Hex | BE | B6 | D6 | B | F | 0 | 10 | FF | 1C | 4E |
| Octal | 276 | 266 | 326 | 13 | 17 | 0 | 20 | 377 | 34 | 116 |
| Binary | 10111110 | 10110110 | 11010110 | 1011 | 1111 | 0 | 10000 | 11111111 | 11100 | 1001110 |
Color Harmonies of #BEB6D6
Complementary color
Monochromatic Colors of #BEB6D6
Black with #BEB6D6
Text Example
Text Example
White with #BEB6D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB6D6; }
p { color: rgb(190,182,214); }
H1.HeaderClassName
{
color: #BEB6D6;
}
.AnyTagClassName
{
color: #BEB6D6;
}
</style>
background-color css
<style>
a { background-color: #BEB6D6; }
a { background-color: rgb(190,182,214); }
div.DivClassName
{
background-color: #BEB6D6;
}
.BgClassName
{
background-color: #BEB6D6;
}
</style>
border-color css
<style>
span { border-color: #BEB6D6; }
span { border-color: rgb(190,182,214); }
td.TdClassName
{
border-color: #BEB6D6;
}
.TagClassName
{
border-color: #BEB6D6;
}
</style>