Shades of London Hue #B09DAB
Tints of London Hue #B09DAB
RGB
CMYK
RGB Variations
Color information
#B09DAB (or 0xB09DAB) is known color: London Hue. HEX triplet: B0, 9D and AB. RGB value is (176,157,171). Sum of RGB (Red+Green+Blue) = 176+157+171=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 176 - color contains mainly: red. Hex color #B09DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09DAB is #4F6254. Grayscale: #A4A4A4. Windows color (decimal): -5202517 or 11247024. OLE color: 11247024.
HSL color Cylindrical-coordinate representation of color #B09DAB: hue angle of 315.79º 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 #B09DAB is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 157 | 171 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.31 |
| HSL | 315.79º | 0.11% | 0.65% | - |
| HSV(B) | 315.79º | 0.11% | 0.69% | - |
| XYZ | 37.31 | 36.28 | 43.57 | - |
| YUV | 164.28 | 131.79 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 157 | 171 | 0 | 0.11 | 0.03 | 0.31 | 315.79 | 0.11 | 0.65 |
| Hex | B0 | 9D | AB | 0 | B | 3 | 1F | 13C | B | 41 |
| Octal | 260 | 235 | 253 | 0 | 13 | 3 | 37 | 474 | 13 | 101 |
| Binary | 10110000 | 10011101 | 10101011 | 0 | 1011 | 11 | 11111 | 100111100 | 1011 | 1000001 |
Color Harmonies of #B09DAB
Complementary color
Monochromatic Colors of #B09DAB
Black with #B09DAB
Text Example
Text Example
White with #B09DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09DAB; }
p { color: rgb(176,157,171); }
H1.HeaderClassName
{
color: #B09DAB;
}
.AnyTagClassName
{
color: #B09DAB;
}
</style>
background-color css
<style>
a { background-color: #B09DAB; }
a { background-color: rgb(176,157,171); }
div.DivClassName
{
background-color: #B09DAB;
}
.BgClassName
{
background-color: #B09DAB;
}
</style>
border-color css
<style>
span { border-color: #B09DAB; }
span { border-color: rgb(176,157,171); }
td.TdClassName
{
border-color: #B09DAB;
}
.TagClassName
{
border-color: #B09DAB;
}
</style>