Shades of Melrose #B4A9E7
Tints of Melrose #B4A9E7
RGB
CMYK
RGB Variations
Color information
#B4A9E7 (or 0xB4A9E7) is known color: Melrose. HEX triplet: B4, A9 and E7. RGB value is (180,169,231). Sum of RGB (Red+Green+Blue) = 180+169+231=580 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.03% from 580); Green value is 169 (66.41% from 255 or 29.14% from 580); Blue value is 231 (90.62% from 255 or 39.83% from 580); Max value from RGB is 231 - color contains mainly: blue. Hex color #B4A9E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4A9E7 is #4B5618. Grayscale: #B3B3B3. Windows color (decimal): -4937241 or 15182260. OLE color: 15182260.
HSL color Cylindrical-coordinate representation of color #B4A9E7: hue angle of 250.65º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4A9E7 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 169 | 231 | - |
| CMYK | 0.22 | 0.27 | 0 | 0.09 |
| HSL | 250.65º | 0.56% | 0.78% | - |
| HSV(B) | 250.65º | 0.27% | 0.91% | - |
| XYZ | 47.43 | 43.85 | 81.56 | - |
| YUV | 179.36 | 157.14 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 169 | 231 | 0.22 | 0.27 | 0 | 0.09 | 250.65 | 0.56 | 0.78 |
| Hex | B4 | A9 | E7 | 16 | 1B | 0 | 9 | FB | 38 | 4E |
| Octal | 264 | 251 | 347 | 26 | 33 | 0 | 11 | 373 | 70 | 116 |
| Binary | 10110100 | 10101001 | 11100111 | 10110 | 11011 | 0 | 1001 | 11111011 | 111000 | 1001110 |
Color Harmonies of #B4A9E7
Complementary color
Monochromatic Colors of #B4A9E7
Black with #B4A9E7
Text Example
Text Example
White with #B4A9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A9E7; }
p { color: rgb(180,169,231); }
H1.HeaderClassName
{
color: #B4A9E7;
}
.AnyTagClassName
{
color: #B4A9E7;
}
</style>
background-color css
<style>
a { background-color: #B4A9E7; }
a { background-color: rgb(180,169,231); }
div.DivClassName
{
background-color: #B4A9E7;
}
.BgClassName
{
background-color: #B4A9E7;
}
</style>
border-color css
<style>
span { border-color: #B4A9E7; }
span { border-color: rgb(180,169,231); }
td.TdClassName
{
border-color: #B4A9E7;
}
.TagClassName
{
border-color: #B4A9E7;
}
</style>