Shades of London Hue #B686B9
Tints of London Hue #B686B9
RGB
CMYK
RGB Variations
Color information
#B686B9 (or 0xB686B9) is known color: London Hue. HEX triplet: B6, 86 and B9. RGB value is (182,134,185). Sum of RGB (Red+Green+Blue) = 182+134+185=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 134 (52.73% from 255 or 26.75% from 501); Blue value is 185 (72.66% from 255 or 36.93% from 501); Max value from RGB is 185 - color contains mainly: blue. Hex color #B686B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B686B9 is #497946. Grayscale: #9A9A9A. Windows color (decimal): -4815175 or 12158646. OLE color: 12158646.
HSL color Cylindrical-coordinate representation of color #B686B9: hue angle of 296.47º 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 #B686B9 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 134 | 185 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.27 |
| HSL | 296.47º | 0.27% | 0.63% | - |
| HSV(B) | 296.47º | 0.28% | 0.73% | - |
| XYZ | 36.57 | 30.5 | 49.86 | - |
| YUV | 154.17 | 145.4 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 134 | 185 | 0.02 | 0.28 | 0 | 0.27 | 296.47 | 0.27 | 0.63 |
| Hex | B6 | 86 | B9 | 2 | 1C | 0 | 1B | 128 | 1B | 3F |
| Octal | 266 | 206 | 271 | 2 | 34 | 0 | 33 | 450 | 33 | 77 |
| Binary | 10110110 | 10000110 | 10111001 | 10 | 11100 | 0 | 11011 | 100101000 | 11011 | 111111 |
Color Harmonies of #B686B9
Complementary color
Monochromatic Colors of #B686B9
Black with #B686B9
Text Example
Text Example
White with #B686B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B686B9; }
p { color: rgb(182,134,185); }
H1.HeaderClassName
{
color: #B686B9;
}
.AnyTagClassName
{
color: #B686B9;
}
</style>
background-color css
<style>
a { background-color: #B686B9; }
a { background-color: rgb(182,134,185); }
div.DivClassName
{
background-color: #B686B9;
}
.BgClassName
{
background-color: #B686B9;
}
</style>
border-color css
<style>
span { border-color: #B686B9; }
span { border-color: rgb(182,134,185); }
td.TdClassName
{
border-color: #B686B9;
}
.TagClassName
{
border-color: #B686B9;
}
</style>