Shades of London Hue #B099AA
Tints of London Hue #B099AA
RGB
CMYK
RGB Variations
Color information
#B099AA (or 0xB099AA) is known color: London Hue. HEX triplet: B0, 99 and AA. RGB value is (176,153,170). Sum of RGB (Red+Green+Blue) = 176+153+170=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 176 - color contains mainly: red. Hex color #B099AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B099AA is #4F6655. Grayscale: #A1A1A1. Windows color (decimal): -5203542 or 11180464. OLE color: 11180464.
HSL color Cylindrical-coordinate representation of color #B099AA: hue angle of 315.65º 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 #B099AA is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 153 | 170 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.31 |
| HSL | 315.65º | 0.13% | 0.65% | - |
| HSV(B) | 315.65º | 0.13% | 0.69% | - |
| XYZ | 36.55 | 34.91 | 42.84 | - |
| YUV | 161.82 | 132.62 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 170 | 0 | 0.13 | 0.03 | 0.31 | 315.65 | 0.13 | 0.65 |
| Hex | B0 | 99 | AA | 0 | D | 3 | 1F | 13C | D | 41 |
| Octal | 260 | 231 | 252 | 0 | 15 | 3 | 37 | 474 | 15 | 101 |
| Binary | 10110000 | 10011001 | 10101010 | 0 | 1101 | 11 | 11111 | 100111100 | 1101 | 1000001 |
Color Harmonies of #B099AA
Complementary color
Monochromatic Colors of #B099AA
Black with #B099AA
Text Example
Text Example
White with #B099AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B099AA; }
p { color: rgb(176,153,170); }
H1.HeaderClassName
{
color: #B099AA;
}
.AnyTagClassName
{
color: #B099AA;
}
</style>
background-color css
<style>
a { background-color: #B099AA; }
a { background-color: rgb(176,153,170); }
div.DivClassName
{
background-color: #B099AA;
}
.BgClassName
{
background-color: #B099AA;
}
</style>
border-color css
<style>
span { border-color: #B099AA; }
span { border-color: rgb(176,153,170); }
td.TdClassName
{
border-color: #B099AA;
}
.TagClassName
{
border-color: #B099AA;
}
</style>