Shades of London Hue #B086B3
Tints of London Hue #B086B3
RGB
CMYK
RGB Variations
Color information
#B086B3 (or 0xB086B3) is known color: London Hue. HEX triplet: B0, 86 and B3. RGB value is (176,134,179). Sum of RGB (Red+Green+Blue) = 176+134+179=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 179 (70.31% from 255 or 36.61% from 489); Max value from RGB is 179 - color contains mainly: blue. Hex color #B086B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B086B3 is #4F794C. Grayscale: #979797. Windows color (decimal): -5208397 or 11765424. OLE color: 11765424.
HSL color Cylindrical-coordinate representation of color #B086B3: hue angle of 296º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B086B3 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 134 | 179 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.30 |
| HSL | 296º | 0.23% | 0.61% | - |
| HSV(B) | 296º | 0.25% | 0.7% | - |
| XYZ | 34.57 | 29.53 | 46.53 | - |
| YUV | 151.69 | 143.41 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 134 | 179 | 0.02 | 0.25 | 0 | 0.30 | 296 | 0.23 | 0.61 |
| Hex | B0 | 86 | B3 | 2 | 19 | 0 | 1E | 128 | 17 | 3D |
| Octal | 260 | 206 | 263 | 2 | 31 | 0 | 36 | 450 | 27 | 75 |
| Binary | 10110000 | 10000110 | 10110011 | 10 | 11001 | 0 | 11110 | 100101000 | 10111 | 111101 |
Color Harmonies of #B086B3
Complementary color
Monochromatic Colors of #B086B3
Black with #B086B3
Text Example
Text Example
White with #B086B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B086B3; }
p { color: rgb(176,134,179); }
H1.HeaderClassName
{
color: #B086B3;
}
.AnyTagClassName
{
color: #B086B3;
}
</style>
background-color css
<style>
a { background-color: #B086B3; }
a { background-color: rgb(176,134,179); }
div.DivClassName
{
background-color: #B086B3;
}
.BgClassName
{
background-color: #B086B3;
}
</style>
border-color css
<style>
span { border-color: #B086B3; }
span { border-color: rgb(176,134,179); }
td.TdClassName
{
border-color: #B086B3;
}
.TagClassName
{
border-color: #B086B3;
}
</style>