Shades of London Hue #B082AB
Tints of London Hue #B082AB
RGB
CMYK
RGB Variations
Color information
#B082AB (or 0xB082AB) is known color: London Hue. HEX triplet: B0, 82 and AB. RGB value is (176,130,171). Sum of RGB (Red+Green+Blue) = 176+130+171=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 176 - color contains mainly: red. Hex color #B082AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B082AB is #4F7D54. Grayscale: #949494. Windows color (decimal): -5209429 or 11240112. OLE color: 11240112.
HSL color Cylindrical-coordinate representation of color #B082AB: hue angle of 306.52º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B082AB is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 130 | 171 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.31 |
| HSL | 306.52º | 0.23% | 0.6% | - |
| HSV(B) | 306.52º | 0.26% | 0.69% | - |
| XYZ | 33.24 | 28.14 | 42.21 | - |
| YUV | 148.43 | 140.74 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 130 | 171 | 0 | 0.26 | 0.03 | 0.31 | 306.52 | 0.23 | 0.6 |
| Hex | B0 | 82 | AB | 0 | 1A | 3 | 1F | 133 | 17 | 3C |
| Octal | 260 | 202 | 253 | 0 | 32 | 3 | 37 | 463 | 27 | 74 |
| Binary | 10110000 | 10000010 | 10101011 | 0 | 11010 | 11 | 11111 | 100110011 | 10111 | 111100 |
Color Harmonies of #B082AB
Complementary color
Monochromatic Colors of #B082AB
Black with #B082AB
Text Example
Text Example
White with #B082AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B082AB; }
p { color: rgb(176,130,171); }
H1.HeaderClassName
{
color: #B082AB;
}
.AnyTagClassName
{
color: #B082AB;
}
</style>
background-color css
<style>
a { background-color: #B082AB; }
a { background-color: rgb(176,130,171); }
div.DivClassName
{
background-color: #B082AB;
}
.BgClassName
{
background-color: #B082AB;
}
</style>
border-color css
<style>
span { border-color: #B082AB; }
span { border-color: rgb(176,130,171); }
td.TdClassName
{
border-color: #B082AB;
}
.TagClassName
{
border-color: #B082AB;
}
</style>