Shades of Melrose #B6ACE6
Tints of Melrose #B6ACE6
RGB
CMYK
RGB Variations
Color information
#B6ACE6 (or 0xB6ACE6) is known color: Melrose. HEX triplet: B6, AC and E6. RGB value is (182,172,230). Sum of RGB (Red+Green+Blue) = 182+172+230=584 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.16% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 230 (90.23% from 255 or 39.38% from 584); Max value from RGB is 230 - color contains mainly: blue. Hex color #B6ACE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6ACE6 is #495319. Grayscale: #B5B5B5. Windows color (decimal): -4805402 or 15117494. OLE color: 15117494.
HSL color Cylindrical-coordinate representation of color #B6ACE6: hue angle of 250.34º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6ACE6 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 182 | 172 | 230 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.10 |
| HSL | 250.34º | 0.54% | 0.79% | - |
| HSV(B) | 250.34º | 0.25% | 0.9% | - |
| XYZ | 48.33 | 45.16 | 81.03 | - |
| YUV | 181.6 | 155.31 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 172 | 230 | 0.21 | 0.25 | 0 | 0.10 | 250.34 | 0.54 | 0.79 |
| Hex | B6 | AC | E6 | 15 | 19 | 0 | A | FA | 36 | 4F |
| Octal | 266 | 254 | 346 | 25 | 31 | 0 | 12 | 372 | 66 | 117 |
| Binary | 10110110 | 10101100 | 11100110 | 10101 | 11001 | 0 | 1010 | 11111010 | 110110 | 1001111 |
Color Harmonies of #B6ACE6
Complementary color
Monochromatic Colors of #B6ACE6
Black with #B6ACE6
Text Example
Text Example
White with #B6ACE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6ACE6; }
p { color: rgb(182,172,230); }
H1.HeaderClassName
{
color: #B6ACE6;
}
.AnyTagClassName
{
color: #B6ACE6;
}
</style>
background-color css
<style>
a { background-color: #B6ACE6; }
a { background-color: rgb(182,172,230); }
div.DivClassName
{
background-color: #B6ACE6;
}
.BgClassName
{
background-color: #B6ACE6;
}
</style>
border-color css
<style>
span { border-color: #B6ACE6; }
span { border-color: rgb(182,172,230); }
td.TdClassName
{
border-color: #B6ACE6;
}
.TagClassName
{
border-color: #B6ACE6;
}
</style>