Shades of London Hue #B49AB4
Tints of London Hue #B49AB4
RGB
CMYK
RGB Variations
Color information
#B49AB4 (or 0xB49AB4) is known color: London Hue. HEX triplet: B4, 9A and B4. RGB value is (180,154,180). Sum of RGB (Red+Green+Blue) = 180+154+180=514 (68% of max value = 765). Red value is 180 (70.70% from 255 or 35.02% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 180 (70.70% from 255 or 35.02% from 514); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B49AB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49AB4 is #4B654B. Grayscale: #A4A4A4. Windows color (decimal): -4941132 or 11836084. OLE color: 11836084.
HSL color Cylindrical-coordinate representation of color #B49AB4: hue angle of 300º 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 #B49AB4 is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 154 | 180 | - |
| CMYK | 0 | 0.14 | 0 | 0.29 |
| HSL | 300º | 0.15% | 0.65% | - |
| HSV(B) | 300º | 0.14% | 0.71% | - |
| XYZ | 38.62 | 36.11 | 48.11 | - |
| YUV | 164.74 | 136.61 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 154 | 180 | 0 | 0.14 | 0 | 0.29 | 300 | 0.15 | 0.65 |
| Hex | B4 | 9A | B4 | 0 | E | 0 | 1D | 12C | F | 41 |
| Octal | 264 | 232 | 264 | 0 | 16 | 0 | 35 | 454 | 17 | 101 |
| Binary | 10110100 | 10011010 | 10110100 | 0 | 1110 | 0 | 11101 | 100101100 | 1111 | 1000001 |
Color Harmonies of #B49AB4
Complementary color
Monochromatic Colors of #B49AB4
Black with #B49AB4
Text Example
Text Example
White with #B49AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49AB4; }
p { color: rgb(180,154,180); }
H1.HeaderClassName
{
color: #B49AB4;
}
.AnyTagClassName
{
color: #B49AB4;
}
</style>
background-color css
<style>
a { background-color: #B49AB4; }
a { background-color: rgb(180,154,180); }
div.DivClassName
{
background-color: #B49AB4;
}
.BgClassName
{
background-color: #B49AB4;
}
</style>
border-color css
<style>
span { border-color: #B49AB4; }
span { border-color: rgb(180,154,180); }
td.TdClassName
{
border-color: #B49AB4;
}
.TagClassName
{
border-color: #B49AB4;
}
</style>