Shades of London Hue #B98DAB
Tints of London Hue #B98DAB
RGB
CMYK
RGB Variations
Color information
#B98DAB (or 0xB98DAB) is known color: London Hue. HEX triplet: B9, 8D and AB. RGB value is (185,141,171). Sum of RGB (Red+Green+Blue) = 185+141+171=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 141 (55.47% from 255 or 28.37% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 185 - color contains mainly: red. Hex color #B98DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98DAB is #467254. Grayscale: #9D9D9D. Windows color (decimal): -4616789 or 11242937. OLE color: 11242937.
HSL color Cylindrical-coordinate representation of color #B98DAB: hue angle of 319.09º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B98DAB is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 141 | 171 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.27 |
| HSL | 319.09º | 0.24% | 0.64% | - |
| HSV(B) | 319.09º | 0.24% | 0.73% | - |
| XYZ | 36.88 | 32.3 | 42.82 | - |
| YUV | 157.58 | 135.58 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 141 | 171 | 0 | 0.24 | 0.08 | 0.27 | 319.09 | 0.24 | 0.64 |
| Hex | B9 | 8D | AB | 0 | 18 | 8 | 1B | 13F | 18 | 40 |
| Octal | 271 | 215 | 253 | 0 | 30 | 10 | 33 | 477 | 30 | 100 |
| Binary | 10111001 | 10001101 | 10101011 | 0 | 11000 | 1000 | 11011 | 100111111 | 11000 | 1000000 |
Color Harmonies of #B98DAB
Complementary color
Monochromatic Colors of #B98DAB
Black with #B98DAB
Text Example
Text Example
White with #B98DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98DAB; }
p { color: rgb(185,141,171); }
H1.HeaderClassName
{
color: #B98DAB;
}
.AnyTagClassName
{
color: #B98DAB;
}
</style>
background-color css
<style>
a { background-color: #B98DAB; }
a { background-color: rgb(185,141,171); }
div.DivClassName
{
background-color: #B98DAB;
}
.BgClassName
{
background-color: #B98DAB;
}
</style>
border-color css
<style>
span { border-color: #B98DAB; }
span { border-color: rgb(185,141,171); }
td.TdClassName
{
border-color: #B98DAB;
}
.TagClassName
{
border-color: #B98DAB;
}
</style>