Shades of Melrose #B9ACE6
Tints of Melrose #B9ACE6
RGB
CMYK
RGB Variations
Color information
#B9ACE6 (or 0xB9ACE6) is known color: Melrose. HEX triplet: B9, AC and E6. RGB value is (185,172,230). Sum of RGB (Red+Green+Blue) = 185+172+230=587 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.52% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 230 (90.23% from 255 or 39.18% from 587); Max value from RGB is 230 - color contains mainly: blue. Hex color #B9ACE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9ACE6 is #465319. Grayscale: #B6B6B6. Windows color (decimal): -4608794 or 15117497. OLE color: 15117497.
HSL color Cylindrical-coordinate representation of color #B9ACE6: hue angle of 253.45º 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 #B9ACE6 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 172 | 230 | - |
| CMYK | 0.20 | 0.25 | 0 | 0.10 |
| HSL | 253.45º | 0.54% | 0.79% | - |
| HSV(B) | 253.45º | 0.25% | 0.9% | - |
| XYZ | 49.04 | 45.53 | 81.07 | - |
| YUV | 182.5 | 154.81 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 172 | 230 | 0.20 | 0.25 | 0 | 0.10 | 253.45 | 0.54 | 0.79 |
| Hex | B9 | AC | E6 | 14 | 19 | 0 | A | FD | 36 | 4F |
| Octal | 271 | 254 | 346 | 24 | 31 | 0 | 12 | 375 | 66 | 117 |
| Binary | 10111001 | 10101100 | 11100110 | 10100 | 11001 | 0 | 1010 | 11111101 | 110110 | 1001111 |
Color Harmonies of #B9ACE6
Complementary color
Monochromatic Colors of #B9ACE6
Black with #B9ACE6
Text Example
Text Example
White with #B9ACE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ACE6; }
p { color: rgb(185,172,230); }
H1.HeaderClassName
{
color: #B9ACE6;
}
.AnyTagClassName
{
color: #B9ACE6;
}
</style>
background-color css
<style>
a { background-color: #B9ACE6; }
a { background-color: rgb(185,172,230); }
div.DivClassName
{
background-color: #B9ACE6;
}
.BgClassName
{
background-color: #B9ACE6;
}
</style>
border-color css
<style>
span { border-color: #B9ACE6; }
span { border-color: rgb(185,172,230); }
td.TdClassName
{
border-color: #B9ACE6;
}
.TagClassName
{
border-color: #B9ACE6;
}
</style>