Shades of Melrose #B9ACE1
Tints of Melrose #B9ACE1
RGB
CMYK
RGB Variations
Color information
#B9ACE1 (or 0xB9ACE1) is known color: Melrose. HEX triplet: B9, AC and E1. RGB value is (185,172,225). Sum of RGB (Red+Green+Blue) = 185+172+225=582 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.79% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 225 (88.28% from 255 or 38.66% from 582); Max value from RGB is 225 - color contains mainly: blue. Hex color #B9ACE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ACE1 is #46531E. Grayscale: #B5B5B5. Windows color (decimal): -4608799 or 14789817. OLE color: 14789817.
HSL color Cylindrical-coordinate representation of color #B9ACE1: hue angle of 254.72º 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 #B9ACE1 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 172 | 225 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.12 |
| HSL | 254.72º | 0.47% | 0.78% | - |
| HSV(B) | 254.72º | 0.24% | 0.88% | - |
| XYZ | 48.35 | 45.26 | 77.42 | - |
| YUV | 181.93 | 152.31 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 172 | 225 | 0.18 | 0.24 | 0 | 0.12 | 254.72 | 0.47 | 0.78 |
| Hex | B9 | AC | E1 | 12 | 18 | 0 | C | FF | 2F | 4E |
| Octal | 271 | 254 | 341 | 22 | 30 | 0 | 14 | 377 | 57 | 116 |
| Binary | 10111001 | 10101100 | 11100001 | 10010 | 11000 | 0 | 1100 | 11111111 | 101111 | 1001110 |
Color Harmonies of #B9ACE1
Complementary color
Monochromatic Colors of #B9ACE1
Black with #B9ACE1
Text Example
Text Example
White with #B9ACE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ACE1; }
p { color: rgb(185,172,225); }
H1.HeaderClassName
{
color: #B9ACE1;
}
.AnyTagClassName
{
color: #B9ACE1;
}
</style>
background-color css
<style>
a { background-color: #B9ACE1; }
a { background-color: rgb(185,172,225); }
div.DivClassName
{
background-color: #B9ACE1;
}
.BgClassName
{
background-color: #B9ACE1;
}
</style>
border-color css
<style>
span { border-color: #B9ACE1; }
span { border-color: rgb(185,172,225); }
td.TdClassName
{
border-color: #B9ACE1;
}
.TagClassName
{
border-color: #B9ACE1;
}
</style>