Shades of Melrose #B4A9E6
Tints of Melrose #B4A9E6
RGB
CMYK
RGB Variations
Color information
#B4A9E6 (or 0xB4A9E6) is known color: Melrose. HEX triplet: B4, A9 and E6. RGB value is (180,169,230). Sum of RGB (Red+Green+Blue) = 180+169+230=579 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.09% from 579); Green value is 169 (66.41% from 255 or 29.19% from 579); Blue value is 230 (90.23% from 255 or 39.72% from 579); Max value from RGB is 230 - color contains mainly: blue. Hex color #B4A9E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4A9E6 is #4B5619. Grayscale: #B3B3B3. Windows color (decimal): -4937242 or 15116724. OLE color: 15116724.
HSL color Cylindrical-coordinate representation of color #B4A9E6: hue angle of 250.82º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4A9E6 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 169 | 230 | - |
| CMYK | 0.22 | 0.27 | 0 | 0.10 |
| HSL | 250.82º | 0.55% | 0.78% | - |
| HSV(B) | 250.82º | 0.27% | 0.9% | - |
| XYZ | 47.29 | 43.79 | 80.82 | - |
| YUV | 179.24 | 156.64 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 169 | 230 | 0.22 | 0.27 | 0 | 0.10 | 250.82 | 0.55 | 0.78 |
| Hex | B4 | A9 | E6 | 16 | 1B | 0 | A | FB | 37 | 4E |
| Octal | 264 | 251 | 346 | 26 | 33 | 0 | 12 | 373 | 67 | 116 |
| Binary | 10110100 | 10101001 | 11100110 | 10110 | 11011 | 0 | 1010 | 11111011 | 110111 | 1001110 |
Color Harmonies of #B4A9E6
Complementary color
Monochromatic Colors of #B4A9E6
Black with #B4A9E6
Text Example
Text Example
White with #B4A9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A9E6; }
p { color: rgb(180,169,230); }
H1.HeaderClassName
{
color: #B4A9E6;
}
.AnyTagClassName
{
color: #B4A9E6;
}
</style>
background-color css
<style>
a { background-color: #B4A9E6; }
a { background-color: rgb(180,169,230); }
div.DivClassName
{
background-color: #B4A9E6;
}
.BgClassName
{
background-color: #B4A9E6;
}
</style>
border-color css
<style>
span { border-color: #B4A9E6; }
span { border-color: rgb(180,169,230); }
td.TdClassName
{
border-color: #B4A9E6;
}
.TagClassName
{
border-color: #B4A9E6;
}
</style>