Shades of London Hue #B98DAC
Tints of London Hue #B98DAC
RGB
CMYK
RGB Variations
Color information
#B98DAC (or 0xB98DAC) is known color: London Hue. HEX triplet: B9, 8D and AC. RGB value is (185,141,172). Sum of RGB (Red+Green+Blue) = 185+141+172=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 141 (55.47% from 255 or 28.31% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 185 - color contains mainly: red. Hex color #B98DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98DAC is #467253. Grayscale: #9D9D9D. Windows color (decimal): -4616788 or 11308473. OLE color: 11308473.
HSL color Cylindrical-coordinate representation of color #B98DAC: hue angle of 317.73º 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 #B98DAC is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 141 | 172 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.27 |
| HSL | 317.73º | 0.24% | 0.64% | - |
| HSV(B) | 317.73º | 0.24% | 0.73% | - |
| XYZ | 36.98 | 32.34 | 43.32 | - |
| YUV | 157.69 | 136.08 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 141 | 172 | 0 | 0.24 | 0.07 | 0.27 | 317.73 | 0.24 | 0.64 |
| Hex | B9 | 8D | AC | 0 | 18 | 7 | 1B | 13E | 18 | 40 |
| Octal | 271 | 215 | 254 | 0 | 30 | 7 | 33 | 476 | 30 | 100 |
| Binary | 10111001 | 10001101 | 10101100 | 0 | 11000 | 111 | 11011 | 100111110 | 11000 | 1000000 |
Color Harmonies of #B98DAC
Complementary color
Monochromatic Colors of #B98DAC
Black with #B98DAC
Text Example
Text Example
White with #B98DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98DAC; }
p { color: rgb(185,141,172); }
H1.HeaderClassName
{
color: #B98DAC;
}
.AnyTagClassName
{
color: #B98DAC;
}
</style>
background-color css
<style>
a { background-color: #B98DAC; }
a { background-color: rgb(185,141,172); }
div.DivClassName
{
background-color: #B98DAC;
}
.BgClassName
{
background-color: #B98DAC;
}
</style>
border-color css
<style>
span { border-color: #B98DAC; }
span { border-color: rgb(185,141,172); }
td.TdClassName
{
border-color: #B98DAC;
}
.TagClassName
{
border-color: #B98DAC;
}
</style>