Shades of Melrose #B6ABE1
Tints of Melrose #B6ABE1
RGB
CMYK
RGB Variations
Color information
#B6ABE1 (or 0xB6ABE1) is known color: Melrose. HEX triplet: B6, AB and E1. RGB value is (182,171,225). Sum of RGB (Red+Green+Blue) = 182+171+225=578 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.49% from 578); Green value is 171 (67.19% from 255 or 29.58% from 578); Blue value is 225 (88.28% from 255 or 38.93% from 578); Max value from RGB is 225 - color contains mainly: blue. Hex color #B6ABE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ABE1 is #49541E. Grayscale: #B4B4B4. Windows color (decimal): -4805663 or 14789558. OLE color: 14789558.
HSL color Cylindrical-coordinate representation of color #B6ABE1: hue angle of 252.22º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6ABE1 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 182 | 171 | 225 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.12 |
| HSL | 252.22º | 0.47% | 0.78% | - |
| HSV(B) | 252.22º | 0.24% | 0.88% | - |
| XYZ | 47.44 | 44.51 | 77.32 | - |
| YUV | 180.45 | 153.14 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 171 | 225 | 0.19 | 0.24 | 0 | 0.12 | 252.22 | 0.47 | 0.78 |
| Hex | B6 | AB | E1 | 13 | 18 | 0 | C | FC | 2F | 4E |
| Octal | 266 | 253 | 341 | 23 | 30 | 0 | 14 | 374 | 57 | 116 |
| Binary | 10110110 | 10101011 | 11100001 | 10011 | 11000 | 0 | 1100 | 11111100 | 101111 | 1001110 |
Color Harmonies of #B6ABE1
Complementary color
Monochromatic Colors of #B6ABE1
Black with #B6ABE1
Text Example
Text Example
White with #B6ABE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6ABE1; }
p { color: rgb(182,171,225); }
H1.HeaderClassName
{
color: #B6ABE1;
}
.AnyTagClassName
{
color: #B6ABE1;
}
</style>
background-color css
<style>
a { background-color: #B6ABE1; }
a { background-color: rgb(182,171,225); }
div.DivClassName
{
background-color: #B6ABE1;
}
.BgClassName
{
background-color: #B6ABE1;
}
</style>
border-color css
<style>
span { border-color: #B6ABE1; }
span { border-color: rgb(182,171,225); }
td.TdClassName
{
border-color: #B6ABE1;
}
.TagClassName
{
border-color: #B6ABE1;
}
</style>