Shades of Lily #B98DAA
Tints of Lily #B98DAA
RGB
CMYK
RGB Variations
Color information
#B98DAA (or 0xB98DAA) is known color: Lily. HEX triplet: B9, 8D and AA. RGB value is (185,141,170). Sum of RGB (Red+Green+Blue) = 185+141+170=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 185 - color contains mainly: red. Hex color #B98DAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98DAA is #467255. Grayscale: #9D9D9D. Windows color (decimal): -4616790 or 11177401. OLE color: 11177401.
HSL color Cylindrical-coordinate representation of color #B98DAA: hue angle of 320.45º 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 #B98DAA is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 141 | 170 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.27 |
| HSL | 320.45º | 0.24% | 0.64% | - |
| HSV(B) | 320.45º | 0.24% | 0.73% | - |
| XYZ | 36.79 | 32.27 | 42.32 | - |
| YUV | 157.46 | 135.08 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 141 | 170 | 0 | 0.24 | 0.08 | 0.27 | 320.45 | 0.24 | 0.64 |
| Hex | B9 | 8D | AA | 0 | 18 | 8 | 1B | 140 | 18 | 40 |
| Octal | 271 | 215 | 252 | 0 | 30 | 10 | 33 | 500 | 30 | 100 |
| Binary | 10111001 | 10001101 | 10101010 | 0 | 11000 | 1000 | 11011 | 101000000 | 11000 | 1000000 |
Color Harmonies of #B98DAA
Complementary color
Monochromatic Colors of #B98DAA
Black with #B98DAA
Text Example
Text Example
White with #B98DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98DAA; }
p { color: rgb(185,141,170); }
H1.HeaderClassName
{
color: #B98DAA;
}
.AnyTagClassName
{
color: #B98DAA;
}
</style>
background-color css
<style>
a { background-color: #B98DAA; }
a { background-color: rgb(185,141,170); }
div.DivClassName
{
background-color: #B98DAA;
}
.BgClassName
{
background-color: #B98DAA;
}
</style>
border-color css
<style>
span { border-color: #B98DAA; }
span { border-color: rgb(185,141,170); }
td.TdClassName
{
border-color: #B98DAA;
}
.TagClassName
{
border-color: #B98DAA;
}
</style>