Shades of Melrose #B7ACE4
Tints of Melrose #B7ACE4
RGB
CMYK
RGB Variations
Color information
#B7ACE4 (or 0xB7ACE4) is known color: Melrose. HEX triplet: B7, AC and E4. RGB value is (183,172,228). Sum of RGB (Red+Green+Blue) = 183+172+228=583 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.39% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 228 (89.45% from 255 or 39.11% from 583); Max value from RGB is 228 - color contains mainly: blue. Hex color #B7ACE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7ACE4 is #48531B. Grayscale: #B5B5B5. Windows color (decimal): -4739868 or 14986423. OLE color: 14986423.
HSL color Cylindrical-coordinate representation of color #B7ACE4: hue angle of 251.79º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B7ACE4 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 172 | 228 | - |
| CMYK | 0.20 | 0.25 | 0 | 0.11 |
| HSL | 251.79º | 0.51% | 0.78% | - |
| HSV(B) | 251.79º | 0.25% | 0.89% | - |
| XYZ | 48.28 | 45.17 | 79.57 | - |
| YUV | 181.67 | 154.14 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 172 | 228 | 0.20 | 0.25 | 0 | 0.11 | 251.79 | 0.51 | 0.78 |
| Hex | B7 | AC | E4 | 14 | 19 | 0 | B | FC | 33 | 4E |
| Octal | 267 | 254 | 344 | 24 | 31 | 0 | 13 | 374 | 63 | 116 |
| Binary | 10110111 | 10101100 | 11100100 | 10100 | 11001 | 0 | 1011 | 11111100 | 110011 | 1001110 |
Color Harmonies of #B7ACE4
Complementary color
Monochromatic Colors of #B7ACE4
Black with #B7ACE4
Text Example
Text Example
White with #B7ACE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7ACE4; }
p { color: rgb(183,172,228); }
H1.HeaderClassName
{
color: #B7ACE4;
}
.AnyTagClassName
{
color: #B7ACE4;
}
</style>
background-color css
<style>
a { background-color: #B7ACE4; }
a { background-color: rgb(183,172,228); }
div.DivClassName
{
background-color: #B7ACE4;
}
.BgClassName
{
background-color: #B7ACE4;
}
</style>
border-color css
<style>
span { border-color: #B7ACE4; }
span { border-color: rgb(183,172,228); }
td.TdClassName
{
border-color: #B7ACE4;
}
.TagClassName
{
border-color: #B7ACE4;
}
</style>