Shades of Melrose #B4A9EF
Tints of Melrose #B4A9EF
RGB
CMYK
RGB Variations
Color information
#B4A9EF (or 0xB4A9EF) is known color: Melrose. HEX triplet: B4, A9 and EF. RGB value is (180,169,239). Sum of RGB (Red+Green+Blue) = 180+169+239=588 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.61% from 588); Green value is 169 (66.41% from 255 or 28.74% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #B4A9EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4A9EF is #4B5610. Grayscale: #B3B3B3. Windows color (decimal): -4937233 or 15706548. OLE color: 15706548.
HSL color Cylindrical-coordinate representation of color #B4A9EF: hue angle of 249.43º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4A9EF is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 180 | 169 | 239 | - |
| CMYK | 0.25 | 0.29 | 0 | 0.06 |
| HSL | 249.43º | 0.69% | 0.8% | - |
| HSV(B) | 249.43º | 0.29% | 0.94% | - |
| XYZ | 48.59 | 44.31 | 87.65 | - |
| YUV | 180.27 | 161.14 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 169 | 239 | 0.25 | 0.29 | 0 | 0.06 | 249.43 | 0.69 | 0.8 |
| Hex | B4 | A9 | EF | 19 | 1D | 0 | 6 | F9 | 45 | 50 |
| Octal | 264 | 251 | 357 | 31 | 35 | 0 | 6 | 371 | 105 | 120 |
| Binary | 10110100 | 10101001 | 11101111 | 11001 | 11101 | 0 | 110 | 11111001 | 1000101 | 1010000 |
Color Harmonies of #B4A9EF
Complementary color
Monochromatic Colors of #B4A9EF
Black with #B4A9EF
Text Example
Text Example
White with #B4A9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A9EF; }
p { color: rgb(180,169,239); }
H1.HeaderClassName
{
color: #B4A9EF;
}
.AnyTagClassName
{
color: #B4A9EF;
}
</style>
background-color css
<style>
a { background-color: #B4A9EF; }
a { background-color: rgb(180,169,239); }
div.DivClassName
{
background-color: #B4A9EF;
}
.BgClassName
{
background-color: #B4A9EF;
}
</style>
border-color css
<style>
span { border-color: #B4A9EF; }
span { border-color: rgb(180,169,239); }
td.TdClassName
{
border-color: #B4A9EF;
}
.TagClassName
{
border-color: #B4A9EF;
}
</style>