Shades of London Hue #B09CAA
Tints of London Hue #B09CAA
RGB
CMYK
RGB Variations
Color information
#B09CAA (or 0xB09CAA) is known color: London Hue. HEX triplet: B0, 9C and AA. RGB value is (176,156,170). Sum of RGB (Red+Green+Blue) = 176+156+170=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 176 - color contains mainly: red. Hex color #B09CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09CAA is #4F6355. Grayscale: #A3A3A3. Windows color (decimal): -5202774 or 11181232. OLE color: 11181232.
HSL color Cylindrical-coordinate representation of color #B09CAA: hue angle of 318º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B09CAA is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 156 | 170 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.31 |
| HSL | 318º | 0.11% | 0.65% | - |
| HSV(B) | 318º | 0.11% | 0.69% | - |
| XYZ | 37.05 | 35.91 | 43.01 | - |
| YUV | 163.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 156 | 170 | 0 | 0.11 | 0.03 | 0.31 | 318 | 0.11 | 0.65 |
| Hex | B0 | 9C | AA | 0 | B | 3 | 1F | 13E | B | 41 |
| Octal | 260 | 234 | 252 | 0 | 13 | 3 | 37 | 476 | 13 | 101 |
| Binary | 10110000 | 10011100 | 10101010 | 0 | 1011 | 11 | 11111 | 100111110 | 1011 | 1000001 |
Color Harmonies of #B09CAA
Complementary color
Monochromatic Colors of #B09CAA
Black with #B09CAA
Text Example
Text Example
White with #B09CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09CAA; }
p { color: rgb(176,156,170); }
H1.HeaderClassName
{
color: #B09CAA;
}
.AnyTagClassName
{
color: #B09CAA;
}
</style>
background-color css
<style>
a { background-color: #B09CAA; }
a { background-color: rgb(176,156,170); }
div.DivClassName
{
background-color: #B09CAA;
}
.BgClassName
{
background-color: #B09CAA;
}
</style>
border-color css
<style>
span { border-color: #B09CAA; }
span { border-color: rgb(176,156,170); }
td.TdClassName
{
border-color: #B09CAA;
}
.TagClassName
{
border-color: #B09CAA;
}
</style>