Shades of London Hue #B49AB1
Tints of London Hue #B49AB1
RGB
CMYK
RGB Variations
Color information
#B49AB1 (or 0xB49AB1) is known color: London Hue. HEX triplet: B4, 9A and B1. RGB value is (180,154,177). Sum of RGB (Red+Green+Blue) = 180+154+177=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 177 (69.53% from 255 or 34.64% from 511); Max value from RGB is 180 - color contains mainly: red. Hex color #B49AB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49AB1 is #4B654E. Grayscale: #A4A4A4. Windows color (decimal): -4941135 or 11639476. OLE color: 11639476.
HSL color Cylindrical-coordinate representation of color #B49AB1: hue angle of 306.92º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B49AB1 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 154 | 177 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.29 |
| HSL | 306.92º | 0.15% | 0.65% | - |
| HSV(B) | 306.92º | 0.14% | 0.71% | - |
| XYZ | 38.31 | 35.99 | 46.52 | - |
| YUV | 164.4 | 135.11 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 154 | 177 | 0 | 0.14 | 0.02 | 0.29 | 306.92 | 0.15 | 0.65 |
| Hex | B4 | 9A | B1 | 0 | E | 2 | 1D | 133 | F | 41 |
| Octal | 264 | 232 | 261 | 0 | 16 | 2 | 35 | 463 | 17 | 101 |
| Binary | 10110100 | 10011010 | 10110001 | 0 | 1110 | 10 | 11101 | 100110011 | 1111 | 1000001 |
Color Harmonies of #B49AB1
Complementary color
Monochromatic Colors of #B49AB1
Black with #B49AB1
Text Example
Text Example
White with #B49AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49AB1; }
p { color: rgb(180,154,177); }
H1.HeaderClassName
{
color: #B49AB1;
}
.AnyTagClassName
{
color: #B49AB1;
}
</style>
background-color css
<style>
a { background-color: #B49AB1; }
a { background-color: rgb(180,154,177); }
div.DivClassName
{
background-color: #B49AB1;
}
.BgClassName
{
background-color: #B49AB1;
}
</style>
border-color css
<style>
span { border-color: #B49AB1; }
span { border-color: rgb(180,154,177); }
td.TdClassName
{
border-color: #B49AB1;
}
.TagClassName
{
border-color: #B49AB1;
}
</style>