Shades of London Hue #B986A9
Tints of London Hue #B986A9
RGB
CMYK
RGB Variations
Color information
#B986A9 (or 0xB986A9) is known color: London Hue. HEX triplet: B9, 86 and A9. RGB value is (185,134,169). Sum of RGB (Red+Green+Blue) = 185+134+169=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 134 (52.73% from 255 or 27.46% from 488); Blue value is 169 (66.41% from 255 or 34.63% from 488); Max value from RGB is 185 - color contains mainly: red. Hex color #B986A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B986A9 is #467956. Grayscale: #999999. Windows color (decimal): -4618583 or 11110073. OLE color: 11110073.
HSL color Cylindrical-coordinate representation of color #B986A9: hue angle of 318.82º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B986A9 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 134 | 169 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.27 |
| HSL | 318.82º | 0.27% | 0.63% | - |
| HSV(B) | 318.82º | 0.28% | 0.73% | - |
| XYZ | 35.69 | 30.23 | 41.49 | - |
| YUV | 153.24 | 136.9 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 134 | 169 | 0 | 0.28 | 0.09 | 0.27 | 318.82 | 0.27 | 0.63 |
| Hex | B9 | 86 | A9 | 0 | 1C | 9 | 1B | 13F | 1B | 3F |
| Octal | 271 | 206 | 251 | 0 | 34 | 11 | 33 | 477 | 33 | 77 |
| Binary | 10111001 | 10000110 | 10101001 | 0 | 11100 | 1001 | 11011 | 100111111 | 11011 | 111111 |
Color Harmonies of #B986A9
Complementary color
Monochromatic Colors of #B986A9
Black with #B986A9
Text Example
Text Example
White with #B986A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B986A9; }
p { color: rgb(185,134,169); }
H1.HeaderClassName
{
color: #B986A9;
}
.AnyTagClassName
{
color: #B986A9;
}
</style>
background-color css
<style>
a { background-color: #B986A9; }
a { background-color: rgb(185,134,169); }
div.DivClassName
{
background-color: #B986A9;
}
.BgClassName
{
background-color: #B986A9;
}
</style>
border-color css
<style>
span { border-color: #B986A9; }
span { border-color: rgb(185,134,169); }
td.TdClassName
{
border-color: #B986A9;
}
.TagClassName
{
border-color: #B986A9;
}
</style>