Shades of London Hue #B88DAB
Tints of London Hue #B88DAB
RGB
CMYK
RGB Variations
Color information
#B88DAB (or 0xB88DAB) is known color: London Hue. HEX triplet: B8, 8D and AB. RGB value is (184,141,171). Sum of RGB (Red+Green+Blue) = 184+141+171=496 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.10% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 184 - color contains mainly: red. Hex color #B88DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88DAB is #477254. Grayscale: #9D9D9D. Windows color (decimal): -4682325 or 11242936. OLE color: 11242936.
HSL color Cylindrical-coordinate representation of color #B88DAB: hue angle of 318.14º 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 #B88DAB is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 141 | 171 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.28 |
| HSL | 318.14º | 0.23% | 0.64% | - |
| HSV(B) | 318.14º | 0.23% | 0.72% | - |
| XYZ | 36.64 | 32.18 | 42.81 | - |
| YUV | 157.28 | 135.75 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 141 | 171 | 0 | 0.23 | 0.07 | 0.28 | 318.14 | 0.23 | 0.64 |
| Hex | B8 | 8D | AB | 0 | 17 | 7 | 1C | 13E | 17 | 40 |
| Octal | 270 | 215 | 253 | 0 | 27 | 7 | 34 | 476 | 27 | 100 |
| Binary | 10111000 | 10001101 | 10101011 | 0 | 10111 | 111 | 11100 | 100111110 | 10111 | 1000000 |
Color Harmonies of #B88DAB
Complementary color
Monochromatic Colors of #B88DAB
Black with #B88DAB
Text Example
Text Example
White with #B88DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88DAB; }
p { color: rgb(184,141,171); }
H1.HeaderClassName
{
color: #B88DAB;
}
.AnyTagClassName
{
color: #B88DAB;
}
</style>
background-color css
<style>
a { background-color: #B88DAB; }
a { background-color: rgb(184,141,171); }
div.DivClassName
{
background-color: #B88DAB;
}
.BgClassName
{
background-color: #B88DAB;
}
</style>
border-color css
<style>
span { border-color: #B88DAB; }
span { border-color: rgb(184,141,171); }
td.TdClassName
{
border-color: #B88DAB;
}
.TagClassName
{
border-color: #B88DAB;
}
</style>