Shades of London Hue #B686B4
Tints of London Hue #B686B4
RGB
CMYK
RGB Variations
Color information
#B686B4 (or 0xB686B4) is known color: London Hue. HEX triplet: B6, 86 and B4. RGB value is (182,134,180). Sum of RGB (Red+Green+Blue) = 182+134+180=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 180 (70.70% from 255 or 36.29% from 496); Max value from RGB is 182 - color contains mainly: red. Hex color #B686B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B686B4 is #49794B. Grayscale: #999999. Windows color (decimal): -4815180 or 11830966. OLE color: 11830966.
HSL color Cylindrical-coordinate representation of color #B686B4: hue angle of 302.5º 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 #B686B4 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 134 | 180 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.29 |
| HSL | 302.5º | 0.25% | 0.62% | - |
| HSV(B) | 302.5º | 0.26% | 0.71% | - |
| XYZ | 36.05 | 30.29 | 47.13 | - |
| YUV | 153.6 | 142.9 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 134 | 180 | 0 | 0.26 | 0.01 | 0.29 | 302.5 | 0.25 | 0.62 |
| Hex | B6 | 86 | B4 | 0 | 1A | 1 | 1D | 12E | 19 | 3E |
| Octal | 266 | 206 | 264 | 0 | 32 | 1 | 35 | 456 | 31 | 76 |
| Binary | 10110110 | 10000110 | 10110100 | 0 | 11010 | 1 | 11101 | 100101110 | 11001 | 111110 |
Color Harmonies of #B686B4
Complementary color
Monochromatic Colors of #B686B4
Black with #B686B4
Text Example
Text Example
White with #B686B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B686B4; }
p { color: rgb(182,134,180); }
H1.HeaderClassName
{
color: #B686B4;
}
.AnyTagClassName
{
color: #B686B4;
}
</style>
background-color css
<style>
a { background-color: #B686B4; }
a { background-color: rgb(182,134,180); }
div.DivClassName
{
background-color: #B686B4;
}
.BgClassName
{
background-color: #B686B4;
}
</style>
border-color css
<style>
span { border-color: #B686B4; }
span { border-color: rgb(182,134,180); }
td.TdClassName
{
border-color: #B686B4;
}
.TagClassName
{
border-color: #B686B4;
}
</style>