Shades of Melrose #B9A5EC
Tints of Melrose #B9A5EC
RGB
CMYK
RGB Variations
Color information
#B9A5EC (or 0xB9A5EC) is known color: Melrose. HEX triplet: B9, A5 and EC. RGB value is (185,165,236). Sum of RGB (Red+Green+Blue) = 185+165+236=586 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.57% from 586); Green value is 165 (64.84% from 255 or 28.16% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 236 - color contains mainly: blue. Hex color #B9A5EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A5EC is #465A13. Grayscale: #B2B2B2. Windows color (decimal): -4610580 or 15508921. OLE color: 15508921.
HSL color Cylindrical-coordinate representation of color #B9A5EC: hue angle of 256.9º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B9A5EC is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 165 | 236 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.07 |
| HSL | 256.9º | 0.65% | 0.79% | - |
| HSV(B) | 256.9º | 0.3% | 0.93% | - |
| XYZ | 48.6 | 43.28 | 85.15 | - |
| YUV | 179.07 | 160.13 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 165 | 236 | 0.22 | 0.30 | 0 | 0.07 | 256.9 | 0.65 | 0.79 |
| Hex | B9 | A5 | EC | 16 | 1E | 0 | 7 | 101 | 41 | 4F |
| Octal | 271 | 245 | 354 | 26 | 36 | 0 | 7 | 401 | 101 | 117 |
| Binary | 10111001 | 10100101 | 11101100 | 10110 | 11110 | 0 | 111 | 100000001 | 1000001 | 1001111 |
Color Harmonies of #B9A5EC
Complementary color
Monochromatic Colors of #B9A5EC
Black with #B9A5EC
Text Example
Text Example
White with #B9A5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A5EC; }
p { color: rgb(185,165,236); }
H1.HeaderClassName
{
color: #B9A5EC;
}
.AnyTagClassName
{
color: #B9A5EC;
}
</style>
background-color css
<style>
a { background-color: #B9A5EC; }
a { background-color: rgb(185,165,236); }
div.DivClassName
{
background-color: #B9A5EC;
}
.BgClassName
{
background-color: #B9A5EC;
}
</style>
border-color css
<style>
span { border-color: #B9A5EC; }
span { border-color: rgb(185,165,236); }
td.TdClassName
{
border-color: #B9A5EC;
}
.TagClassName
{
border-color: #B9A5EC;
}
</style>