Shades of London Hue #B888AB
Tints of London Hue #B888AB
RGB
CMYK
RGB Variations
Color information
#B888AB (or 0xB888AB) is known color: London Hue. HEX triplet: B8, 88 and AB. RGB value is (184,136,171). Sum of RGB (Red+Green+Blue) = 184+136+171=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 184 - color contains mainly: red. Hex color #B888AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B888AB is #477754. Grayscale: #9A9A9A. Windows color (decimal): -4683605 or 11241656. OLE color: 11241656.
HSL color Cylindrical-coordinate representation of color #B888AB: hue angle of 316.25º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B888AB is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 136 | 171 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.28 |
| HSL | 316.25º | 0.25% | 0.63% | - |
| HSV(B) | 316.25º | 0.26% | 0.72% | - |
| XYZ | 35.92 | 30.74 | 42.57 | - |
| YUV | 154.34 | 137.4 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 136 | 171 | 0 | 0.26 | 0.07 | 0.28 | 316.25 | 0.25 | 0.63 |
| Hex | B8 | 88 | AB | 0 | 1A | 7 | 1C | 13C | 19 | 3F |
| Octal | 270 | 210 | 253 | 0 | 32 | 7 | 34 | 474 | 31 | 77 |
| Binary | 10111000 | 10001000 | 10101011 | 0 | 11010 | 111 | 11100 | 100111100 | 11001 | 111111 |
Color Harmonies of #B888AB
Complementary color
Monochromatic Colors of #B888AB
Black with #B888AB
Text Example
Text Example
White with #B888AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B888AB; }
p { color: rgb(184,136,171); }
H1.HeaderClassName
{
color: #B888AB;
}
.AnyTagClassName
{
color: #B888AB;
}
</style>
background-color css
<style>
a { background-color: #B888AB; }
a { background-color: rgb(184,136,171); }
div.DivClassName
{
background-color: #B888AB;
}
.BgClassName
{
background-color: #B888AB;
}
</style>
border-color css
<style>
span { border-color: #B888AB; }
span { border-color: rgb(184,136,171); }
td.TdClassName
{
border-color: #B888AB;
}
.TagClassName
{
border-color: #B888AB;
}
</style>