Shades of London Hue #B686AF
Tints of London Hue #B686AF
RGB
CMYK
RGB Variations
Color information
#B686AF (or 0xB686AF) is known color: London Hue. HEX triplet: B6, 86 and AF. RGB value is (182,134,175). Sum of RGB (Red+Green+Blue) = 182+134+175=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 182 - color contains mainly: red. Hex color #B686AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B686AF is #497950. Grayscale: #989898. Windows color (decimal): -4815185 or 11503286. OLE color: 11503286.
HSL color Cylindrical-coordinate representation of color #B686AF: hue angle of 308.75º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B686AF is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 134 | 175 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.29 |
| HSL | 308.75º | 0.25% | 0.62% | - |
| HSV(B) | 308.75º | 0.26% | 0.71% | - |
| XYZ | 35.55 | 30.09 | 44.49 | - |
| YUV | 153.03 | 140.4 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 134 | 175 | 0 | 0.26 | 0.04 | 0.29 | 308.75 | 0.25 | 0.62 |
| Hex | B6 | 86 | AF | 0 | 1A | 4 | 1D | 135 | 19 | 3E |
| Octal | 266 | 206 | 257 | 0 | 32 | 4 | 35 | 465 | 31 | 76 |
| Binary | 10110110 | 10000110 | 10101111 | 0 | 11010 | 100 | 11101 | 100110101 | 11001 | 111110 |
Color Harmonies of #B686AF
Complementary color
Monochromatic Colors of #B686AF
Black with #B686AF
Text Example
Text Example
White with #B686AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B686AF; }
p { color: rgb(182,134,175); }
H1.HeaderClassName
{
color: #B686AF;
}
.AnyTagClassName
{
color: #B686AF;
}
</style>
background-color css
<style>
a { background-color: #B686AF; }
a { background-color: rgb(182,134,175); }
div.DivClassName
{
background-color: #B686AF;
}
.BgClassName
{
background-color: #B686AF;
}
</style>
border-color css
<style>
span { border-color: #B686AF; }
span { border-color: rgb(182,134,175); }
td.TdClassName
{
border-color: #B686AF;
}
.TagClassName
{
border-color: #B686AF;
}
</style>