Shades of London Hue #B48AA8
Tints of London Hue #B48AA8
RGB
CMYK
RGB Variations
Color information
#B48AA8 (or 0xB48AA8) is known color: London Hue. HEX triplet: B4, 8A and A8. RGB value is (180,138,168). Sum of RGB (Red+Green+Blue) = 180+138+168=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 168 (66.02% from 255 or 34.57% from 486); Max value from RGB is 180 - color contains mainly: red. Hex color #B48AA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48AA8 is #4B7557. Grayscale: #999999. Windows color (decimal): -4945240 or 11045556. OLE color: 11045556.
HSL color Cylindrical-coordinate representation of color #B48AA8: hue angle of 317.14º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B48AA8 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 138 | 168 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.29 |
| HSL | 317.14º | 0.22% | 0.62% | - |
| HSV(B) | 317.14º | 0.23% | 0.71% | - |
| XYZ | 34.98 | 30.71 | 41.13 | - |
| YUV | 153.98 | 135.91 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 138 | 168 | 0 | 0.23 | 0.07 | 0.29 | 317.14 | 0.22 | 0.62 |
| Hex | B4 | 8A | A8 | 0 | 17 | 7 | 1D | 13D | 16 | 3E |
| Octal | 264 | 212 | 250 | 0 | 27 | 7 | 35 | 475 | 26 | 76 |
| Binary | 10110100 | 10001010 | 10101000 | 0 | 10111 | 111 | 11101 | 100111101 | 10110 | 111110 |
Color Harmonies of #B48AA8
Complementary color
Monochromatic Colors of #B48AA8
Black with #B48AA8
Text Example
Text Example
White with #B48AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48AA8; }
p { color: rgb(180,138,168); }
H1.HeaderClassName
{
color: #B48AA8;
}
.AnyTagClassName
{
color: #B48AA8;
}
</style>
background-color css
<style>
a { background-color: #B48AA8; }
a { background-color: rgb(180,138,168); }
div.DivClassName
{
background-color: #B48AA8;
}
.BgClassName
{
background-color: #B48AA8;
}
</style>
border-color css
<style>
span { border-color: #B48AA8; }
span { border-color: rgb(180,138,168); }
td.TdClassName
{
border-color: #B48AA8;
}
.TagClassName
{
border-color: #B48AA8;
}
</style>