Shades of Lily #B990AA
Tints of Lily #B990AA
RGB
CMYK
RGB Variations
Color information
#B990AA (or 0xB990AA) is known color: Lily. HEX triplet: B9, 90 and AA. RGB value is (185,144,170). Sum of RGB (Red+Green+Blue) = 185+144+170=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 144 (56.64% from 255 or 28.86% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 185 - color contains mainly: red. Hex color #B990AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B990AA is #466F55. Grayscale: #9F9F9F. Windows color (decimal): -4616022 or 11178169. OLE color: 11178169.
HSL color Cylindrical-coordinate representation of color #B990AA: hue angle of 321.95º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B990AA is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 144 | 170 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.27 |
| HSL | 321.95º | 0.23% | 0.65% | - |
| HSV(B) | 321.95º | 0.22% | 0.73% | - |
| XYZ | 37.24 | 33.16 | 42.47 | - |
| YUV | 159.22 | 134.08 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 144 | 170 | 0 | 0.22 | 0.08 | 0.27 | 321.95 | 0.23 | 0.65 |
| Hex | B9 | 90 | AA | 0 | 16 | 8 | 1B | 142 | 17 | 41 |
| Octal | 271 | 220 | 252 | 0 | 26 | 10 | 33 | 502 | 27 | 101 |
| Binary | 10111001 | 10010000 | 10101010 | 0 | 10110 | 1000 | 11011 | 101000010 | 10111 | 1000001 |
Color Harmonies of #B990AA
Complementary color
Monochromatic Colors of #B990AA
Black with #B990AA
Text Example
Text Example
White with #B990AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B990AA; }
p { color: rgb(185,144,170); }
H1.HeaderClassName
{
color: #B990AA;
}
.AnyTagClassName
{
color: #B990AA;
}
</style>
background-color css
<style>
a { background-color: #B990AA; }
a { background-color: rgb(185,144,170); }
div.DivClassName
{
background-color: #B990AA;
}
.BgClassName
{
background-color: #B990AA;
}
</style>
border-color css
<style>
span { border-color: #B990AA; }
span { border-color: rgb(185,144,170); }
td.TdClassName
{
border-color: #B990AA;
}
.TagClassName
{
border-color: #B990AA;
}
</style>