Shades of Melrose #B6ACE1
Tints of Melrose #B6ACE1
RGB
CMYK
RGB Variations
Color information
#B6ACE1 (or 0xB6ACE1) is known color: Melrose. HEX triplet: B6, AC and E1. RGB value is (182,172,225). Sum of RGB (Red+Green+Blue) = 182+172+225=579 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.43% from 579); Green value is 172 (67.58% from 255 or 29.71% from 579); Blue value is 225 (88.28% from 255 or 38.86% from 579); Max value from RGB is 225 - color contains mainly: blue. Hex color #B6ACE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ACE1 is #49531E. Grayscale: #B4B4B4. Windows color (decimal): -4805407 or 14789814. OLE color: 14789814.
HSL color Cylindrical-coordinate representation of color #B6ACE1: hue angle of 251.32º 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 #B6ACE1 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 182 | 172 | 225 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.12 |
| HSL | 251.32º | 0.47% | 0.78% | - |
| HSV(B) | 251.32º | 0.24% | 0.88% | - |
| XYZ | 47.63 | 44.89 | 77.39 | - |
| YUV | 181.03 | 152.81 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 172 | 225 | 0.19 | 0.24 | 0 | 0.12 | 251.32 | 0.47 | 0.78 |
| Hex | B6 | AC | E1 | 13 | 18 | 0 | C | FB | 2F | 4E |
| Octal | 266 | 254 | 341 | 23 | 30 | 0 | 14 | 373 | 57 | 116 |
| Binary | 10110110 | 10101100 | 11100001 | 10011 | 11000 | 0 | 1100 | 11111011 | 101111 | 1001110 |
Color Harmonies of #B6ACE1
Complementary color
Monochromatic Colors of #B6ACE1
Black with #B6ACE1
Text Example
Text Example
White with #B6ACE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6ACE1; }
p { color: rgb(182,172,225); }
H1.HeaderClassName
{
color: #B6ACE1;
}
.AnyTagClassName
{
color: #B6ACE1;
}
</style>
background-color css
<style>
a { background-color: #B6ACE1; }
a { background-color: rgb(182,172,225); }
div.DivClassName
{
background-color: #B6ACE1;
}
.BgClassName
{
background-color: #B6ACE1;
}
</style>
border-color css
<style>
span { border-color: #B6ACE1; }
span { border-color: rgb(182,172,225); }
td.TdClassName
{
border-color: #B6ACE1;
}
.TagClassName
{
border-color: #B6ACE1;
}
</style>