Shades of Lily #B890AA
Tints of Lily #B890AA
RGB
CMYK
RGB Variations
Color information
#B890AA (or 0xB890AA) is known color: Lily. HEX triplet: B8, 90 and AA. RGB value is (184,144,170). Sum of RGB (Red+Green+Blue) = 184+144+170=498 (65% of max value = 765). Red value is 184 (72.27% from 255 or 36.95% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 184 - color contains mainly: red. Hex color #B890AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B890AA is #476F55. Grayscale: #9E9E9E. Windows color (decimal): -4681558 or 11178168. OLE color: 11178168.
HSL color Cylindrical-coordinate representation of color #B890AA: hue angle of 321º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B890AA is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 144 | 170 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.28 |
| HSL | 321º | 0.22% | 0.64% | - |
| HSV(B) | 321º | 0.22% | 0.72% | - |
| XYZ | 37 | 33.04 | 42.46 | - |
| YUV | 158.92 | 134.25 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 144 | 170 | 0 | 0.22 | 0.08 | 0.28 | 321 | 0.22 | 0.64 |
| Hex | B8 | 90 | AA | 0 | 16 | 8 | 1C | 141 | 16 | 40 |
| Octal | 270 | 220 | 252 | 0 | 26 | 10 | 34 | 501 | 26 | 100 |
| Binary | 10111000 | 10010000 | 10101010 | 0 | 10110 | 1000 | 11100 | 101000001 | 10110 | 1000000 |
Color Harmonies of #B890AA
Complementary color
Monochromatic Colors of #B890AA
Black with #B890AA
Text Example
Text Example
White with #B890AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B890AA; }
p { color: rgb(184,144,170); }
H1.HeaderClassName
{
color: #B890AA;
}
.AnyTagClassName
{
color: #B890AA;
}
</style>
background-color css
<style>
a { background-color: #B890AA; }
a { background-color: rgb(184,144,170); }
div.DivClassName
{
background-color: #B890AA;
}
.BgClassName
{
background-color: #B890AA;
}
</style>
border-color css
<style>
span { border-color: #B890AA; }
span { border-color: rgb(184,144,170); }
td.TdClassName
{
border-color: #B890AA;
}
.TagClassName
{
border-color: #B890AA;
}
</style>