Shades of Melrose #B4A9EE
Tints of Melrose #B4A9EE
RGB
CMYK
RGB Variations
Color information
#B4A9EE (or 0xB4A9EE) is known color: Melrose. HEX triplet: B4, A9 and EE. RGB value is (180,169,238). Sum of RGB (Red+Green+Blue) = 180+169+238=587 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.66% from 587); Green value is 169 (66.41% from 255 or 28.79% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #B4A9EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4A9EE is #4B5611. Grayscale: #B3B3B3. Windows color (decimal): -4937234 or 15641012. OLE color: 15641012.
HSL color Cylindrical-coordinate representation of color #B4A9EE: hue angle of 249.57º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4A9EE is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 169 | 238 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.07 |
| HSL | 249.57º | 0.67% | 0.8% | - |
| HSV(B) | 249.57º | 0.29% | 0.93% | - |
| XYZ | 48.44 | 44.25 | 86.88 | - |
| YUV | 180.16 | 160.64 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 169 | 238 | 0.24 | 0.29 | 0 | 0.07 | 249.57 | 0.67 | 0.8 |
| Hex | B4 | A9 | EE | 18 | 1D | 0 | 7 | FA | 43 | 50 |
| Octal | 264 | 251 | 356 | 30 | 35 | 0 | 7 | 372 | 103 | 120 |
| Binary | 10110100 | 10101001 | 11101110 | 11000 | 11101 | 0 | 111 | 11111010 | 1000011 | 1010000 |
Color Harmonies of #B4A9EE
Complementary color
Monochromatic Colors of #B4A9EE
Black with #B4A9EE
Text Example
Text Example
White with #B4A9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A9EE; }
p { color: rgb(180,169,238); }
H1.HeaderClassName
{
color: #B4A9EE;
}
.AnyTagClassName
{
color: #B4A9EE;
}
</style>
background-color css
<style>
a { background-color: #B4A9EE; }
a { background-color: rgb(180,169,238); }
div.DivClassName
{
background-color: #B4A9EE;
}
.BgClassName
{
background-color: #B4A9EE;
}
</style>
border-color css
<style>
span { border-color: #B4A9EE; }
span { border-color: rgb(180,169,238); }
td.TdClassName
{
border-color: #B4A9EE;
}
.TagClassName
{
border-color: #B4A9EE;
}
</style>