Shades of London Hue #B986B5
Tints of London Hue #B986B5
RGB
CMYK
RGB Variations
Color information
#B986B5 (or 0xB986B5) is known color: London Hue. HEX triplet: B9, 86 and B5. RGB value is (185,134,181). Sum of RGB (Red+Green+Blue) = 185+134+181=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 134 (52.73% from 255 or 26.8% from 500); Blue value is 181 (71.09% from 255 or 36.2% from 500); Max value from RGB is 185 - color contains mainly: red. Hex color #B986B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B986B5 is #46794A. Grayscale: #9A9A9A. Windows color (decimal): -4618571 or 11896505. OLE color: 11896505.
HSL color Cylindrical-coordinate representation of color #B986B5: hue angle of 304.71º 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 #B986B5 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 134 | 181 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.27 |
| HSL | 304.71º | 0.27% | 0.63% | - |
| HSV(B) | 304.71º | 0.28% | 0.73% | - |
| XYZ | 36.87 | 30.7 | 47.7 | - |
| YUV | 154.61 | 142.9 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 134 | 181 | 0 | 0.28 | 0.02 | 0.27 | 304.71 | 0.27 | 0.63 |
| Hex | B9 | 86 | B5 | 0 | 1C | 2 | 1B | 131 | 1B | 3F |
| Octal | 271 | 206 | 265 | 0 | 34 | 2 | 33 | 461 | 33 | 77 |
| Binary | 10111001 | 10000110 | 10110101 | 0 | 11100 | 10 | 11011 | 100110001 | 11011 | 111111 |
Color Harmonies of #B986B5
Complementary color
Monochromatic Colors of #B986B5
Black with #B986B5
Text Example
Text Example
White with #B986B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B986B5; }
p { color: rgb(185,134,181); }
H1.HeaderClassName
{
color: #B986B5;
}
.AnyTagClassName
{
color: #B986B5;
}
</style>
background-color css
<style>
a { background-color: #B986B5; }
a { background-color: rgb(185,134,181); }
div.DivClassName
{
background-color: #B986B5;
}
.BgClassName
{
background-color: #B986B5;
}
</style>
border-color css
<style>
span { border-color: #B986B5; }
span { border-color: rgb(185,134,181); }
td.TdClassName
{
border-color: #B986B5;
}
.TagClassName
{
border-color: #B986B5;
}
</style>