Shades of Melrose #B4AAE4
Tints of Melrose #B4AAE4
RGB
CMYK
RGB Variations
Color information
#B4AAE4 (or 0xB4AAE4) is known color: Melrose. HEX triplet: B4, AA and E4. RGB value is (180,170,228). Sum of RGB (Red+Green+Blue) = 180+170+228=578 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.14% from 578); Green value is 170 (66.80% from 255 or 29.41% from 578); Blue value is 228 (89.45% from 255 or 39.45% from 578); Max value from RGB is 228 - color contains mainly: blue. Hex color #B4AAE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AAE4 is #4B551B. Grayscale: #B3B3B3. Windows color (decimal): -4936988 or 14985908. OLE color: 14985908.
HSL color Cylindrical-coordinate representation of color #B4AAE4: hue angle of 250.34º 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 #B4AAE4 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 180 | 170 | 228 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.11 |
| HSL | 250.34º | 0.52% | 0.78% | - |
| HSV(B) | 250.34º | 0.25% | 0.89% | - |
| XYZ | 47.2 | 44.05 | 79.41 | - |
| YUV | 179.6 | 155.31 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 170 | 228 | 0.21 | 0.25 | 0 | 0.11 | 250.34 | 0.52 | 0.78 |
| Hex | B4 | AA | E4 | 15 | 19 | 0 | B | FA | 34 | 4E |
| Octal | 264 | 252 | 344 | 25 | 31 | 0 | 13 | 372 | 64 | 116 |
| Binary | 10110100 | 10101010 | 11100100 | 10101 | 11001 | 0 | 1011 | 11111010 | 110100 | 1001110 |
Color Harmonies of #B4AAE4
Complementary color
Monochromatic Colors of #B4AAE4
Black with #B4AAE4
Text Example
Text Example
White with #B4AAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AAE4; }
p { color: rgb(180,170,228); }
H1.HeaderClassName
{
color: #B4AAE4;
}
.AnyTagClassName
{
color: #B4AAE4;
}
</style>
background-color css
<style>
a { background-color: #B4AAE4; }
a { background-color: rgb(180,170,228); }
div.DivClassName
{
background-color: #B4AAE4;
}
.BgClassName
{
background-color: #B4AAE4;
}
</style>
border-color css
<style>
span { border-color: #B4AAE4; }
span { border-color: rgb(180,170,228); }
td.TdClassName
{
border-color: #B4AAE4;
}
.TagClassName
{
border-color: #B4AAE4;
}
</style>