Shades of London Hue #B086A8
Tints of London Hue #B086A8
RGB
CMYK
RGB Variations
Color information
#B086A8 (or 0xB086A8) is known color: London Hue. HEX triplet: B0, 86 and A8. RGB value is (176,134,168). Sum of RGB (Red+Green+Blue) = 176+134+168=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 168 (66.02% from 255 or 35.15% from 478); Max value from RGB is 176 - color contains mainly: red. Hex color #B086A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B086A8 is #4F7957. Grayscale: #969696. Windows color (decimal): -5208408 or 11044528. OLE color: 11044528.
HSL color Cylindrical-coordinate representation of color #B086A8: hue angle of 311.43º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B086A8 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 134 | 168 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.31 |
| HSL | 311.43º | 0.21% | 0.61% | - |
| HSV(B) | 311.43º | 0.24% | 0.69% | - |
| XYZ | 33.5 | 29.11 | 40.9 | - |
| YUV | 150.43 | 137.91 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 134 | 168 | 0 | 0.24 | 0.05 | 0.31 | 311.43 | 0.21 | 0.61 |
| Hex | B0 | 86 | A8 | 0 | 18 | 5 | 1F | 137 | 15 | 3D |
| Octal | 260 | 206 | 250 | 0 | 30 | 5 | 37 | 467 | 25 | 75 |
| Binary | 10110000 | 10000110 | 10101000 | 0 | 11000 | 101 | 11111 | 100110111 | 10101 | 111101 |
Color Harmonies of #B086A8
Complementary color
Monochromatic Colors of #B086A8
Black with #B086A8
Text Example
Text Example
White with #B086A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B086A8; }
p { color: rgb(176,134,168); }
H1.HeaderClassName
{
color: #B086A8;
}
.AnyTagClassName
{
color: #B086A8;
}
</style>
background-color css
<style>
a { background-color: #B086A8; }
a { background-color: rgb(176,134,168); }
div.DivClassName
{
background-color: #B086A8;
}
.BgClassName
{
background-color: #B086A8;
}
</style>
border-color css
<style>
span { border-color: #B086A8; }
span { border-color: rgb(176,134,168); }
td.TdClassName
{
border-color: #B086A8;
}
.TagClassName
{
border-color: #B086A8;
}
</style>