Shades of London Hue #B099AB
Tints of London Hue #B099AB
RGB
CMYK
RGB Variations
Color information
#B099AB (or 0xB099AB) is known color: London Hue. HEX triplet: B0, 99 and AB. RGB value is (176,153,171). Sum of RGB (Red+Green+Blue) = 176+153+171=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 176 - color contains mainly: red. Hex color #B099AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B099AB is #4F6654. Grayscale: #A1A1A1. Windows color (decimal): -5203541 or 11246000. OLE color: 11246000.
HSL color Cylindrical-coordinate representation of color #B099AB: hue angle of 313.04º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B099AB is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 153 | 171 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.31 |
| HSL | 313.04º | 0.13% | 0.65% | - |
| HSV(B) | 313.04º | 0.13% | 0.69% | - |
| XYZ | 36.65 | 34.95 | 43.34 | - |
| YUV | 161.93 | 133.12 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 171 | 0 | 0.13 | 0.03 | 0.31 | 313.04 | 0.13 | 0.65 |
| Hex | B0 | 99 | AB | 0 | D | 3 | 1F | 139 | D | 41 |
| Octal | 260 | 231 | 253 | 0 | 15 | 3 | 37 | 471 | 15 | 101 |
| Binary | 10110000 | 10011001 | 10101011 | 0 | 1101 | 11 | 11111 | 100111001 | 1101 | 1000001 |
Color Harmonies of #B099AB
Complementary color
Monochromatic Colors of #B099AB
Black with #B099AB
Text Example
Text Example
White with #B099AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B099AB; }
p { color: rgb(176,153,171); }
H1.HeaderClassName
{
color: #B099AB;
}
.AnyTagClassName
{
color: #B099AB;
}
</style>
background-color css
<style>
a { background-color: #B099AB; }
a { background-color: rgb(176,153,171); }
div.DivClassName
{
background-color: #B099AB;
}
.BgClassName
{
background-color: #B099AB;
}
</style>
border-color css
<style>
span { border-color: #B099AB; }
span { border-color: rgb(176,153,171); }
td.TdClassName
{
border-color: #B099AB;
}
.TagClassName
{
border-color: #B099AB;
}
</style>