Shades of London Hue #B09AAF
Tints of London Hue #B09AAF
RGB
CMYK
RGB Variations
Color information
#B09AAF (or 0xB09AAF) is known color: London Hue. HEX triplet: B0, 9A and AF. RGB value is (176,154,175). Sum of RGB (Red+Green+Blue) = 176+154+175=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 176 - color contains mainly: red. Hex color #B09AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09AAF is #4F6550. Grayscale: #A2A2A2. Windows color (decimal): -5203281 or 11508400. OLE color: 11508400.
HSL color Cylindrical-coordinate representation of color #B09AAF: hue angle of 302.73º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B09AAF is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 154 | 175 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.31 |
| HSL | 302.73º | 0.12% | 0.65% | - |
| HSV(B) | 302.73º | 0.13% | 0.69% | - |
| XYZ | 37.2 | 35.44 | 45.44 | - |
| YUV | 162.97 | 134.79 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 154 | 175 | 0 | 0.12 | 0.01 | 0.31 | 302.73 | 0.12 | 0.65 |
| Hex | B0 | 9A | AF | 0 | C | 1 | 1F | 12F | C | 41 |
| Octal | 260 | 232 | 257 | 0 | 14 | 1 | 37 | 457 | 14 | 101 |
| Binary | 10110000 | 10011010 | 10101111 | 0 | 1100 | 1 | 11111 | 100101111 | 1100 | 1000001 |
Color Harmonies of #B09AAF
Complementary color
Monochromatic Colors of #B09AAF
Black with #B09AAF
Text Example
Text Example
White with #B09AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09AAF; }
p { color: rgb(176,154,175); }
H1.HeaderClassName
{
color: #B09AAF;
}
.AnyTagClassName
{
color: #B09AAF;
}
</style>
background-color css
<style>
a { background-color: #B09AAF; }
a { background-color: rgb(176,154,175); }
div.DivClassName
{
background-color: #B09AAF;
}
.BgClassName
{
background-color: #B09AAF;
}
</style>
border-color css
<style>
span { border-color: #B09AAF; }
span { border-color: rgb(176,154,175); }
td.TdClassName
{
border-color: #B09AAF;
}
.TagClassName
{
border-color: #B09AAF;
}
</style>