Shades of London Hue #B887A9
Tints of London Hue #B887A9
RGB
CMYK
RGB Variations
Color information
#B887A9 (or 0xB887A9) is known color: London Hue. HEX triplet: B8, 87 and A9. RGB value is (184,135,169). Sum of RGB (Red+Green+Blue) = 184+135+169=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 135 (53.12% from 255 or 27.66% from 488); Blue value is 169 (66.41% from 255 or 34.63% from 488); Max value from RGB is 184 - color contains mainly: red. Hex color #B887A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B887A9 is #477856. Grayscale: #999999. Windows color (decimal): -4683863 or 11110328. OLE color: 11110328.
HSL color Cylindrical-coordinate representation of color #B887A9: hue angle of 318.37º 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 #B887A9 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 135 | 169 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.28 |
| HSL | 318.37º | 0.26% | 0.63% | - |
| HSV(B) | 318.37º | 0.27% | 0.72% | - |
| XYZ | 35.59 | 30.38 | 41.52 | - |
| YUV | 153.53 | 136.73 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 135 | 169 | 0 | 0.27 | 0.08 | 0.28 | 318.37 | 0.26 | 0.63 |
| Hex | B8 | 87 | A9 | 0 | 1B | 8 | 1C | 13E | 1A | 3F |
| Octal | 270 | 207 | 251 | 0 | 33 | 10 | 34 | 476 | 32 | 77 |
| Binary | 10111000 | 10000111 | 10101001 | 0 | 11011 | 1000 | 11100 | 100111110 | 11010 | 111111 |
Color Harmonies of #B887A9
Complementary color
Monochromatic Colors of #B887A9
Black with #B887A9
Text Example
Text Example
White with #B887A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B887A9; }
p { color: rgb(184,135,169); }
H1.HeaderClassName
{
color: #B887A9;
}
.AnyTagClassName
{
color: #B887A9;
}
</style>
background-color css
<style>
a { background-color: #B887A9; }
a { background-color: rgb(184,135,169); }
div.DivClassName
{
background-color: #B887A9;
}
.BgClassName
{
background-color: #B887A9;
}
</style>
border-color css
<style>
span { border-color: #B887A9; }
span { border-color: rgb(184,135,169); }
td.TdClassName
{
border-color: #B887A9;
}
.TagClassName
{
border-color: #B887A9;
}
</style>