Shades of London Hue #B887AB
Tints of London Hue #B887AB
RGB
CMYK
RGB Variations
Color information
#B887AB (or 0xB887AB) is known color: London Hue. HEX triplet: B8, 87 and AB. RGB value is (184,135,171). Sum of RGB (Red+Green+Blue) = 184+135+171=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 135 (53.12% from 255 or 27.55% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 184 - color contains mainly: red. Hex color #B887AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B887AB is #477854. Grayscale: #999999. Windows color (decimal): -4683861 or 11241400. OLE color: 11241400.
HSL color Cylindrical-coordinate representation of color #B887AB: hue angle of 315.92º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B887AB is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 135 | 171 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.28 |
| HSL | 315.92º | 0.26% | 0.63% | - |
| HSV(B) | 315.92º | 0.27% | 0.72% | - |
| XYZ | 35.78 | 30.46 | 42.52 | - |
| YUV | 153.76 | 137.73 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 135 | 171 | 0 | 0.27 | 0.07 | 0.28 | 315.92 | 0.26 | 0.63 |
| Hex | B8 | 87 | AB | 0 | 1B | 7 | 1C | 13C | 1A | 3F |
| Octal | 270 | 207 | 253 | 0 | 33 | 7 | 34 | 474 | 32 | 77 |
| Binary | 10111000 | 10000111 | 10101011 | 0 | 11011 | 111 | 11100 | 100111100 | 11010 | 111111 |
Color Harmonies of #B887AB
Complementary color
Monochromatic Colors of #B887AB
Black with #B887AB
Text Example
Text Example
White with #B887AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B887AB; }
p { color: rgb(184,135,171); }
H1.HeaderClassName
{
color: #B887AB;
}
.AnyTagClassName
{
color: #B887AB;
}
</style>
background-color css
<style>
a { background-color: #B887AB; }
a { background-color: rgb(184,135,171); }
div.DivClassName
{
background-color: #B887AB;
}
.BgClassName
{
background-color: #B887AB;
}
</style>
border-color css
<style>
span { border-color: #B887AB; }
span { border-color: rgb(184,135,171); }
td.TdClassName
{
border-color: #B887AB;
}
.TagClassName
{
border-color: #B887AB;
}
</style>