Shades of London Hue #B09DAA
Tints of London Hue #B09DAA
RGB
CMYK
RGB Variations
Color information
#B09DAA (or 0xB09DAA) is known color: London Hue. HEX triplet: B0, 9D and AA. RGB value is (176,157,170). Sum of RGB (Red+Green+Blue) = 176+157+170=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 176 - color contains mainly: red. Hex color #B09DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09DAA is #4F6255. Grayscale: #A4A4A4. Windows color (decimal): -5202518 or 11181488. OLE color: 11181488.
HSL color Cylindrical-coordinate representation of color #B09DAA: hue angle of 318.95º 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 #B09DAA is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 157 | 170 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.31 |
| HSL | 318.95º | 0.11% | 0.65% | - |
| HSV(B) | 318.95º | 0.11% | 0.69% | - |
| XYZ | 37.22 | 36.25 | 43.06 | - |
| YUV | 164.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 157 | 170 | 0 | 0.11 | 0.03 | 0.31 | 318.95 | 0.11 | 0.65 |
| Hex | B0 | 9D | AA | 0 | B | 3 | 1F | 13F | B | 41 |
| Octal | 260 | 235 | 252 | 0 | 13 | 3 | 37 | 477 | 13 | 101 |
| Binary | 10110000 | 10011101 | 10101010 | 0 | 1011 | 11 | 11111 | 100111111 | 1011 | 1000001 |
Color Harmonies of #B09DAA
Complementary color
Monochromatic Colors of #B09DAA
Black with #B09DAA
Text Example
Text Example
White with #B09DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09DAA; }
p { color: rgb(176,157,170); }
H1.HeaderClassName
{
color: #B09DAA;
}
.AnyTagClassName
{
color: #B09DAA;
}
</style>
background-color css
<style>
a { background-color: #B09DAA; }
a { background-color: rgb(176,157,170); }
div.DivClassName
{
background-color: #B09DAA;
}
.BgClassName
{
background-color: #B09DAA;
}
</style>
border-color css
<style>
span { border-color: #B09DAA; }
span { border-color: rgb(176,157,170); }
td.TdClassName
{
border-color: #B09DAA;
}
.TagClassName
{
border-color: #B09DAA;
}
</style>