Shades of London Hue #B099A9
Tints of London Hue #B099A9
RGB
CMYK
RGB Variations
Color information
#B099A9 (or 0xB099A9) is known color: London Hue. HEX triplet: B0, 99 and A9. RGB value is (176,153,169). Sum of RGB (Red+Green+Blue) = 176+153+169=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 169 (66.41% from 255 or 33.94% from 498); Max value from RGB is 176 - color contains mainly: red. Hex color #B099A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B099A9 is #4F6656. Grayscale: #A1A1A1. Windows color (decimal): -5203543 or 11114928. OLE color: 11114928.
HSL color Cylindrical-coordinate representation of color #B099A9: hue angle of 318.26º 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 #B099A9 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 153 | 169 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.31 |
| HSL | 318.26º | 0.13% | 0.65% | - |
| HSV(B) | 318.26º | 0.13% | 0.69% | - |
| XYZ | 36.46 | 34.88 | 42.35 | - |
| YUV | 161.7 | 132.12 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 169 | 0 | 0.13 | 0.04 | 0.31 | 318.26 | 0.13 | 0.65 |
| Hex | B0 | 99 | A9 | 0 | D | 4 | 1F | 13E | D | 41 |
| Octal | 260 | 231 | 251 | 0 | 15 | 4 | 37 | 476 | 15 | 101 |
| Binary | 10110000 | 10011001 | 10101001 | 0 | 1101 | 100 | 11111 | 100111110 | 1101 | 1000001 |
Color Harmonies of #B099A9
Complementary color
Monochromatic Colors of #B099A9
Black with #B099A9
Text Example
Text Example
White with #B099A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B099A9; }
p { color: rgb(176,153,169); }
H1.HeaderClassName
{
color: #B099A9;
}
.AnyTagClassName
{
color: #B099A9;
}
</style>
background-color css
<style>
a { background-color: #B099A9; }
a { background-color: rgb(176,153,169); }
div.DivClassName
{
background-color: #B099A9;
}
.BgClassName
{
background-color: #B099A9;
}
</style>
border-color css
<style>
span { border-color: #B099A9; }
span { border-color: rgb(176,153,169); }
td.TdClassName
{
border-color: #B099A9;
}
.TagClassName
{
border-color: #B099A9;
}
</style>