Shades of London Hue #B49BAE
Tints of London Hue #B49BAE
RGB
CMYK
RGB Variations
Color information
#B49BAE (or 0xB49BAE) is known color: London Hue. HEX triplet: B4, 9B and AE. RGB value is (180,155,174). Sum of RGB (Red+Green+Blue) = 180+155+174=509 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.36% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 174 (68.36% from 255 or 34.18% from 509); Max value from RGB is 180 - color contains mainly: red. Hex color #B49BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49BAE is #4B6451. Grayscale: #A4A4A4. Windows color (decimal): -4940882 or 11443124. OLE color: 11443124.
HSL color Cylindrical-coordinate representation of color #B49BAE: hue angle of 314.4º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B49BAE is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 155 | 174 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.29 |
| HSL | 314.4º | 0.14% | 0.66% | - |
| HSV(B) | 314.4º | 0.14% | 0.71% | - |
| XYZ | 38.18 | 36.2 | 45.02 | - |
| YUV | 164.64 | 133.28 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 155 | 174 | 0 | 0.14 | 0.03 | 0.29 | 314.4 | 0.14 | 0.66 |
| Hex | B4 | 9B | AE | 0 | E | 3 | 1D | 13A | E | 42 |
| Octal | 264 | 233 | 256 | 0 | 16 | 3 | 35 | 472 | 16 | 102 |
| Binary | 10110100 | 10011011 | 10101110 | 0 | 1110 | 11 | 11101 | 100111010 | 1110 | 1000010 |
Color Harmonies of #B49BAE
Complementary color
Monochromatic Colors of #B49BAE
Black with #B49BAE
Text Example
Text Example
White with #B49BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49BAE; }
p { color: rgb(180,155,174); }
H1.HeaderClassName
{
color: #B49BAE;
}
.AnyTagClassName
{
color: #B49BAE;
}
</style>
background-color css
<style>
a { background-color: #B49BAE; }
a { background-color: rgb(180,155,174); }
div.DivClassName
{
background-color: #B49BAE;
}
.BgClassName
{
background-color: #B49BAE;
}
</style>
border-color css
<style>
span { border-color: #B49BAE; }
span { border-color: rgb(180,155,174); }
td.TdClassName
{
border-color: #B49BAE;
}
.TagClassName
{
border-color: #B49BAE;
}
</style>