Shades of London Hue #B18DAB
Tints of London Hue #B18DAB
RGB
CMYK
RGB Variations
Color information
#B18DAB (or 0xB18DAB) is known color: London Hue. HEX triplet: B1, 8D and AB. RGB value is (177,141,171). Sum of RGB (Red+Green+Blue) = 177+141+171=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 177 - color contains mainly: red. Hex color #B18DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18DAB is #4E7254. Grayscale: #9B9B9B. Windows color (decimal): -5141077 or 11242929. OLE color: 11242929.
HSL color Cylindrical-coordinate representation of color #B18DAB: hue angle of 310º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B18DAB is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 141 | 171 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.31 |
| HSL | 310º | 0.19% | 0.62% | - |
| HSV(B) | 310º | 0.2% | 0.69% | - |
| XYZ | 35.01 | 31.34 | 42.73 | - |
| YUV | 155.18 | 136.93 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 141 | 171 | 0 | 0.20 | 0.03 | 0.31 | 310 | 0.19 | 0.62 |
| Hex | B1 | 8D | AB | 0 | 14 | 3 | 1F | 136 | 13 | 3E |
| Octal | 261 | 215 | 253 | 0 | 24 | 3 | 37 | 466 | 23 | 76 |
| Binary | 10110001 | 10001101 | 10101011 | 0 | 10100 | 11 | 11111 | 100110110 | 10011 | 111110 |
Color Harmonies of #B18DAB
Complementary color
Monochromatic Colors of #B18DAB
Black with #B18DAB
Text Example
Text Example
White with #B18DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18DAB; }
p { color: rgb(177,141,171); }
H1.HeaderClassName
{
color: #B18DAB;
}
.AnyTagClassName
{
color: #B18DAB;
}
</style>
background-color css
<style>
a { background-color: #B18DAB; }
a { background-color: rgb(177,141,171); }
div.DivClassName
{
background-color: #B18DAB;
}
.BgClassName
{
background-color: #B18DAB;
}
</style>
border-color css
<style>
span { border-color: #B18DAB; }
span { border-color: rgb(177,141,171); }
td.TdClassName
{
border-color: #B18DAB;
}
.TagClassName
{
border-color: #B18DAB;
}
</style>