Shades of London Hue #B09AAE
Tints of London Hue #B09AAE
RGB
CMYK
RGB Variations
Color information
#B09AAE (or 0xB09AAE) is known color: London Hue. HEX triplet: B0, 9A and AE. RGB value is (176,154,174). Sum of RGB (Red+Green+Blue) = 176+154+174=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 174 (68.36% from 255 or 34.52% from 504); Max value from RGB is 176 - color contains mainly: red. Hex color #B09AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09AAE is #4F6551. Grayscale: #A2A2A2. Windows color (decimal): -5203282 or 11442864. OLE color: 11442864.
HSL color Cylindrical-coordinate representation of color #B09AAE: hue angle of 305.45º 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 #B09AAE is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 154 | 174 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.31 |
| HSL | 305.45º | 0.12% | 0.65% | - |
| HSV(B) | 305.45º | 0.13% | 0.69% | - |
| XYZ | 37.1 | 35.4 | 44.92 | - |
| YUV | 162.86 | 134.29 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 154 | 174 | 0 | 0.12 | 0.01 | 0.31 | 305.45 | 0.12 | 0.65 |
| Hex | B0 | 9A | AE | 0 | C | 1 | 1F | 131 | C | 41 |
| Octal | 260 | 232 | 256 | 0 | 14 | 1 | 37 | 461 | 14 | 101 |
| Binary | 10110000 | 10011010 | 10101110 | 0 | 1100 | 1 | 11111 | 100110001 | 1100 | 1000001 |
Color Harmonies of #B09AAE
Complementary color
Monochromatic Colors of #B09AAE
Black with #B09AAE
Text Example
Text Example
White with #B09AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09AAE; }
p { color: rgb(176,154,174); }
H1.HeaderClassName
{
color: #B09AAE;
}
.AnyTagClassName
{
color: #B09AAE;
}
</style>
background-color css
<style>
a { background-color: #B09AAE; }
a { background-color: rgb(176,154,174); }
div.DivClassName
{
background-color: #B09AAE;
}
.BgClassName
{
background-color: #B09AAE;
}
</style>
border-color css
<style>
span { border-color: #B09AAE; }
span { border-color: rgb(176,154,174); }
td.TdClassName
{
border-color: #B09AAE;
}
.TagClassName
{
border-color: #B09AAE;
}
</style>