Shades of London Hue #B099AF
Tints of London Hue #B099AF
RGB
CMYK
RGB Variations
Color information
#B099AF (or 0xB099AF) is known color: London Hue. HEX triplet: B0, 99 and AF. RGB value is (176,153,175). Sum of RGB (Red+Green+Blue) = 176+153+175=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 176 - color contains mainly: red. Hex color #B099AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B099AF is #4F6650. Grayscale: #A2A2A2. Windows color (decimal): -5203537 or 11508144. OLE color: 11508144.
HSL color Cylindrical-coordinate representation of color #B099AF: hue angle of 302.61º 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 #B099AF is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 153 | 175 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.31 |
| HSL | 302.61º | 0.13% | 0.65% | - |
| HSV(B) | 302.61º | 0.13% | 0.69% | - |
| XYZ | 37.03 | 35.11 | 45.38 | - |
| YUV | 162.39 | 135.12 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 175 | 0 | 0.13 | 0.01 | 0.31 | 302.61 | 0.13 | 0.65 |
| Hex | B0 | 99 | AF | 0 | D | 1 | 1F | 12F | D | 41 |
| Octal | 260 | 231 | 257 | 0 | 15 | 1 | 37 | 457 | 15 | 101 |
| Binary | 10110000 | 10011001 | 10101111 | 0 | 1101 | 1 | 11111 | 100101111 | 1101 | 1000001 |
Color Harmonies of #B099AF
Complementary color
Monochromatic Colors of #B099AF
Black with #B099AF
Text Example
Text Example
White with #B099AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B099AF; }
p { color: rgb(176,153,175); }
H1.HeaderClassName
{
color: #B099AF;
}
.AnyTagClassName
{
color: #B099AF;
}
</style>
background-color css
<style>
a { background-color: #B099AF; }
a { background-color: rgb(176,153,175); }
div.DivClassName
{
background-color: #B099AF;
}
.BgClassName
{
background-color: #B099AF;
}
</style>
border-color css
<style>
span { border-color: #B099AF; }
span { border-color: rgb(176,153,175); }
td.TdClassName
{
border-color: #B099AF;
}
.TagClassName
{
border-color: #B099AF;
}
</style>