Shades of Melrose #B7ACE1
Tints of Melrose #B7ACE1
RGB
CMYK
RGB Variations
Color information
#B7ACE1 (or 0xB7ACE1) is known color: Melrose. HEX triplet: B7, AC and E1. RGB value is (183,172,225). Sum of RGB (Red+Green+Blue) = 183+172+225=580 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.55% from 580); Green value is 172 (67.58% from 255 or 29.66% from 580); Blue value is 225 (88.28% from 255 or 38.79% from 580); Max value from RGB is 225 - color contains mainly: blue. Hex color #B7ACE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7ACE1 is #48531E. Grayscale: #B5B5B5. Windows color (decimal): -4739871 or 14789815. OLE color: 14789815.
HSL color Cylindrical-coordinate representation of color #B7ACE1: hue angle of 252.45º 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 #B7ACE1 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 172 | 225 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.12 |
| HSL | 252.45º | 0.47% | 0.78% | - |
| HSV(B) | 252.45º | 0.24% | 0.88% | - |
| XYZ | 47.87 | 45.01 | 77.4 | - |
| YUV | 181.33 | 152.64 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 172 | 225 | 0.19 | 0.24 | 0 | 0.12 | 252.45 | 0.47 | 0.78 |
| Hex | B7 | AC | E1 | 13 | 18 | 0 | C | FC | 2F | 4E |
| Octal | 267 | 254 | 341 | 23 | 30 | 0 | 14 | 374 | 57 | 116 |
| Binary | 10110111 | 10101100 | 11100001 | 10011 | 11000 | 0 | 1100 | 11111100 | 101111 | 1001110 |
Color Harmonies of #B7ACE1
Complementary color
Monochromatic Colors of #B7ACE1
Black with #B7ACE1
Text Example
Text Example
White with #B7ACE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7ACE1; }
p { color: rgb(183,172,225); }
H1.HeaderClassName
{
color: #B7ACE1;
}
.AnyTagClassName
{
color: #B7ACE1;
}
</style>
background-color css
<style>
a { background-color: #B7ACE1; }
a { background-color: rgb(183,172,225); }
div.DivClassName
{
background-color: #B7ACE1;
}
.BgClassName
{
background-color: #B7ACE1;
}
</style>
border-color css
<style>
span { border-color: #B7ACE1; }
span { border-color: rgb(183,172,225); }
td.TdClassName
{
border-color: #B7ACE1;
}
.TagClassName
{
border-color: #B7ACE1;
}
</style>