Shades of London Hue #B49AB2
Tints of London Hue #B49AB2
RGB
CMYK
RGB Variations
Color information
#B49AB2 (or 0xB49AB2) is known color: London Hue. HEX triplet: B4, 9A and B2. RGB value is (180,154,178). Sum of RGB (Red+Green+Blue) = 180+154+178=512 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.16% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 178 (69.92% from 255 or 34.77% from 512); Max value from RGB is 180 - color contains mainly: red. Hex color #B49AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49AB2 is #4B654D. Grayscale: #A4A4A4. Windows color (decimal): -4941134 or 11705012. OLE color: 11705012.
HSL color Cylindrical-coordinate representation of color #B49AB2: hue angle of 304.62º 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 #B49AB2 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 154 | 178 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.29 |
| HSL | 304.62º | 0.15% | 0.65% | - |
| HSV(B) | 304.62º | 0.14% | 0.71% | - |
| XYZ | 38.41 | 36.03 | 47.05 | - |
| YUV | 164.51 | 135.61 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 154 | 178 | 0 | 0.14 | 0.01 | 0.29 | 304.62 | 0.15 | 0.65 |
| Hex | B4 | 9A | B2 | 0 | E | 1 | 1D | 131 | F | 41 |
| Octal | 264 | 232 | 262 | 0 | 16 | 1 | 35 | 461 | 17 | 101 |
| Binary | 10110100 | 10011010 | 10110010 | 0 | 1110 | 1 | 11101 | 100110001 | 1111 | 1000001 |
Color Harmonies of #B49AB2
Complementary color
Monochromatic Colors of #B49AB2
Black with #B49AB2
Text Example
Text Example
White with #B49AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49AB2; }
p { color: rgb(180,154,178); }
H1.HeaderClassName
{
color: #B49AB2;
}
.AnyTagClassName
{
color: #B49AB2;
}
</style>
background-color css
<style>
a { background-color: #B49AB2; }
a { background-color: rgb(180,154,178); }
div.DivClassName
{
background-color: #B49AB2;
}
.BgClassName
{
background-color: #B49AB2;
}
</style>
border-color css
<style>
span { border-color: #B49AB2; }
span { border-color: rgb(180,154,178); }
td.TdClassName
{
border-color: #B49AB2;
}
.TagClassName
{
border-color: #B49AB2;
}
</style>