Shades of Melrose #B7AAE4
Tints of Melrose #B7AAE4
RGB
CMYK
RGB Variations
Color information
#B7AAE4 (or 0xB7AAE4) is known color: Melrose. HEX triplet: B7, AA and E4. RGB value is (183,170,228). Sum of RGB (Red+Green+Blue) = 183+170+228=581 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.50% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 228 (89.45% from 255 or 39.24% from 581); Max value from RGB is 228 - color contains mainly: blue. Hex color #B7AAE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AAE4 is #48551B. Grayscale: #B4B4B4. Windows color (decimal): -4740380 or 14985911. OLE color: 14985911.
HSL color Cylindrical-coordinate representation of color #B7AAE4: hue angle of 253.45º degrees, saturation: 0.52, 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 #B7AAE4 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 170 | 228 | - |
| CMYK | 0.20 | 0.25 | 0 | 0.11 |
| HSL | 253.45º | 0.52% | 0.78% | - |
| HSV(B) | 253.45º | 0.25% | 0.89% | - |
| XYZ | 47.91 | 44.42 | 79.45 | - |
| YUV | 180.5 | 154.81 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 170 | 228 | 0.20 | 0.25 | 0 | 0.11 | 253.45 | 0.52 | 0.78 |
| Hex | B7 | AA | E4 | 14 | 19 | 0 | B | FD | 34 | 4E |
| Octal | 267 | 252 | 344 | 24 | 31 | 0 | 13 | 375 | 64 | 116 |
| Binary | 10110111 | 10101010 | 11100100 | 10100 | 11001 | 0 | 1011 | 11111101 | 110100 | 1001110 |
Color Harmonies of #B7AAE4
Complementary color
Monochromatic Colors of #B7AAE4
Black with #B7AAE4
Text Example
Text Example
White with #B7AAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AAE4; }
p { color: rgb(183,170,228); }
H1.HeaderClassName
{
color: #B7AAE4;
}
.AnyTagClassName
{
color: #B7AAE4;
}
</style>
background-color css
<style>
a { background-color: #B7AAE4; }
a { background-color: rgb(183,170,228); }
div.DivClassName
{
background-color: #B7AAE4;
}
.BgClassName
{
background-color: #B7AAE4;
}
</style>
border-color css
<style>
span { border-color: #B7AAE4; }
span { border-color: rgb(183,170,228); }
td.TdClassName
{
border-color: #B7AAE4;
}
.TagClassName
{
border-color: #B7AAE4;
}
</style>