Shades of London Hue #B096AB
Tints of London Hue #B096AB
RGB
CMYK
RGB Variations
Color information
#B096AB (or 0xB096AB) is known color: London Hue. HEX triplet: B0, 96 and AB. RGB value is (176,150,171). Sum of RGB (Red+Green+Blue) = 176+150+171=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 176 - color contains mainly: red. Hex color #B096AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B096AB is #4F6954. Grayscale: #A0A0A0. Windows color (decimal): -5204309 or 11245232. OLE color: 11245232.
HSL color Cylindrical-coordinate representation of color #B096AB: hue angle of 311.54º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B096AB is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 150 | 171 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.31 |
| HSL | 311.54º | 0.14% | 0.64% | - |
| HSV(B) | 311.54º | 0.15% | 0.69% | - |
| XYZ | 36.16 | 33.98 | 43.18 | - |
| YUV | 160.17 | 134.11 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 150 | 171 | 0 | 0.15 | 0.03 | 0.31 | 311.54 | 0.14 | 0.64 |
| Hex | B0 | 96 | AB | 0 | F | 3 | 1F | 138 | E | 40 |
| Octal | 260 | 226 | 253 | 0 | 17 | 3 | 37 | 470 | 16 | 100 |
| Binary | 10110000 | 10010110 | 10101011 | 0 | 1111 | 11 | 11111 | 100111000 | 1110 | 1000000 |
Color Harmonies of #B096AB
Complementary color
Monochromatic Colors of #B096AB
Black with #B096AB
Text Example
Text Example
White with #B096AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B096AB; }
p { color: rgb(176,150,171); }
H1.HeaderClassName
{
color: #B096AB;
}
.AnyTagClassName
{
color: #B096AB;
}
</style>
background-color css
<style>
a { background-color: #B096AB; }
a { background-color: rgb(176,150,171); }
div.DivClassName
{
background-color: #B096AB;
}
.BgClassName
{
background-color: #B096AB;
}
</style>
border-color css
<style>
span { border-color: #B096AB; }
span { border-color: rgb(176,150,171); }
td.TdClassName
{
border-color: #B096AB;
}
.TagClassName
{
border-color: #B096AB;
}
</style>