Shades of London Hue #B88EAB
Tints of London Hue #B88EAB
RGB
CMYK
RGB Variations
Color information
#B88EAB (or 0xB88EAB) is known color: London Hue. HEX triplet: B8, 8E and AB. RGB value is (184,142,171). Sum of RGB (Red+Green+Blue) = 184+142+171=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 142 (55.86% from 255 or 28.57% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 184 - color contains mainly: red. Hex color #B88EAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88EAB is #477154. Grayscale: #9D9D9D. Windows color (decimal): -4682069 or 11243192. OLE color: 11243192.
HSL color Cylindrical-coordinate representation of color #B88EAB: hue angle of 318.57º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B88EAB is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 142 | 171 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.28 |
| HSL | 318.57º | 0.23% | 0.64% | - |
| HSV(B) | 318.57º | 0.23% | 0.72% | - |
| XYZ | 36.79 | 32.48 | 42.86 | - |
| YUV | 157.86 | 135.41 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 142 | 171 | 0 | 0.23 | 0.07 | 0.28 | 318.57 | 0.23 | 0.64 |
| Hex | B8 | 8E | AB | 0 | 17 | 7 | 1C | 13F | 17 | 40 |
| Octal | 270 | 216 | 253 | 0 | 27 | 7 | 34 | 477 | 27 | 100 |
| Binary | 10111000 | 10001110 | 10101011 | 0 | 10111 | 111 | 11100 | 100111111 | 10111 | 1000000 |
Color Harmonies of #B88EAB
Complementary color
Monochromatic Colors of #B88EAB
Black with #B88EAB
Text Example
Text Example
White with #B88EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88EAB; }
p { color: rgb(184,142,171); }
H1.HeaderClassName
{
color: #B88EAB;
}
.AnyTagClassName
{
color: #B88EAB;
}
</style>
background-color css
<style>
a { background-color: #B88EAB; }
a { background-color: rgb(184,142,171); }
div.DivClassName
{
background-color: #B88EAB;
}
.BgClassName
{
background-color: #B88EAB;
}
</style>
border-color css
<style>
span { border-color: #B88EAB; }
span { border-color: rgb(184,142,171); }
td.TdClassName
{
border-color: #B88EAB;
}
.TagClassName
{
border-color: #B88EAB;
}
</style>