Shades of London Hue #B09AAD
Tints of London Hue #B09AAD
RGB
CMYK
RGB Variations
Color information
#B09AAD (or 0xB09AAD) is known color: London Hue. HEX triplet: B0, 9A and AD. RGB value is (176,154,173). Sum of RGB (Red+Green+Blue) = 176+154+173=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 154 (60.55% from 255 or 30.62% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 176 - color contains mainly: red. Hex color #B09AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09AAD is #4F6552. Grayscale: #A2A2A2. Windows color (decimal): -5203283 or 11377328. OLE color: 11377328.
HSL color Cylindrical-coordinate representation of color #B09AAD: hue angle of 308.18º 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 #B09AAD is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 154 | 173 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.31 |
| HSL | 308.18º | 0.12% | 0.65% | - |
| HSV(B) | 308.18º | 0.13% | 0.69% | - |
| XYZ | 37 | 35.36 | 44.41 | - |
| YUV | 162.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 154 | 173 | 0 | 0.12 | 0.02 | 0.31 | 308.18 | 0.12 | 0.65 |
| Hex | B0 | 9A | AD | 0 | C | 2 | 1F | 134 | C | 41 |
| Octal | 260 | 232 | 255 | 0 | 14 | 2 | 37 | 464 | 14 | 101 |
| Binary | 10110000 | 10011010 | 10101101 | 0 | 1100 | 10 | 11111 | 100110100 | 1100 | 1000001 |
Color Harmonies of #B09AAD
Complementary color
Monochromatic Colors of #B09AAD
Black with #B09AAD
Text Example
Text Example
White with #B09AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09AAD; }
p { color: rgb(176,154,173); }
H1.HeaderClassName
{
color: #B09AAD;
}
.AnyTagClassName
{
color: #B09AAD;
}
</style>
background-color css
<style>
a { background-color: #B09AAD; }
a { background-color: rgb(176,154,173); }
div.DivClassName
{
background-color: #B09AAD;
}
.BgClassName
{
background-color: #B09AAD;
}
</style>
border-color css
<style>
span { border-color: #B09AAD; }
span { border-color: rgb(176,154,173); }
td.TdClassName
{
border-color: #B09AAD;
}
.TagClassName
{
border-color: #B09AAD;
}
</style>