Shades of Melrose #B7AAE6
Tints of Melrose #B7AAE6
RGB
CMYK
RGB Variations
Color information
#B7AAE6 (or 0xB7AAE6) is known color: Melrose. HEX triplet: B7, AA and E6. RGB value is (183,170,230). Sum of RGB (Red+Green+Blue) = 183+170+230=583 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.39% from 583); Green value is 170 (66.80% from 255 or 29.16% from 583); Blue value is 230 (90.23% from 255 or 39.45% from 583); Max value from RGB is 230 - color contains mainly: blue. Hex color #B7AAE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7AAE6 is #485519. Grayscale: #B4B4B4. Windows color (decimal): -4740378 or 15116983. OLE color: 15116983.
HSL color Cylindrical-coordinate representation of color #B7AAE6: hue angle of 253º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7AAE6 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 183 | 170 | 230 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.10 |
| HSL | 253º | 0.55% | 0.78% | - |
| HSV(B) | 253º | 0.26% | 0.9% | - |
| XYZ | 48.19 | 44.53 | 80.92 | - |
| YUV | 180.73 | 155.81 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 170 | 230 | 0.20 | 0.26 | 0 | 0.10 | 253 | 0.55 | 0.78 |
| Hex | B7 | AA | E6 | 14 | 1A | 0 | A | FD | 37 | 4E |
| Octal | 267 | 252 | 346 | 24 | 32 | 0 | 12 | 375 | 67 | 116 |
| Binary | 10110111 | 10101010 | 11100110 | 10100 | 11010 | 0 | 1010 | 11111101 | 110111 | 1001110 |
Color Harmonies of #B7AAE6
Complementary color
Monochromatic Colors of #B7AAE6
Black with #B7AAE6
Text Example
Text Example
White with #B7AAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AAE6; }
p { color: rgb(183,170,230); }
H1.HeaderClassName
{
color: #B7AAE6;
}
.AnyTagClassName
{
color: #B7AAE6;
}
</style>
background-color css
<style>
a { background-color: #B7AAE6; }
a { background-color: rgb(183,170,230); }
div.DivClassName
{
background-color: #B7AAE6;
}
.BgClassName
{
background-color: #B7AAE6;
}
</style>
border-color css
<style>
span { border-color: #B7AAE6; }
span { border-color: rgb(183,170,230); }
td.TdClassName
{
border-color: #B7AAE6;
}
.TagClassName
{
border-color: #B7AAE6;
}
</style>