Shades of Lily #B990AB
Tints of Lily #B990AB
RGB
CMYK
RGB Variations
Color information
#B990AB (or 0xB990AB) is known color: Lily. HEX triplet: B9, 90 and AB. RGB value is (185,144,171). Sum of RGB (Red+Green+Blue) = 185+144+171=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 185 - color contains mainly: red. Hex color #B990AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B990AB is #466F54. Grayscale: #9F9F9F. Windows color (decimal): -4616021 or 11243705. OLE color: 11243705.
HSL color Cylindrical-coordinate representation of color #B990AB: hue angle of 320.49º 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 #B990AB is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 144 | 171 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.27 |
| HSL | 320.49º | 0.23% | 0.65% | - |
| HSV(B) | 320.49º | 0.22% | 0.73% | - |
| XYZ | 37.33 | 33.2 | 42.97 | - |
| YUV | 159.34 | 134.58 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 144 | 171 | 0 | 0.22 | 0.08 | 0.27 | 320.49 | 0.23 | 0.65 |
| Hex | B9 | 90 | AB | 0 | 16 | 8 | 1B | 140 | 17 | 41 |
| Octal | 271 | 220 | 253 | 0 | 26 | 10 | 33 | 500 | 27 | 101 |
| Binary | 10111001 | 10010000 | 10101011 | 0 | 10110 | 1000 | 11011 | 101000000 | 10111 | 1000001 |
Color Harmonies of #B990AB
Complementary color
Monochromatic Colors of #B990AB
Black with #B990AB
Text Example
Text Example
White with #B990AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B990AB; }
p { color: rgb(185,144,171); }
H1.HeaderClassName
{
color: #B990AB;
}
.AnyTagClassName
{
color: #B990AB;
}
</style>
background-color css
<style>
a { background-color: #B990AB; }
a { background-color: rgb(185,144,171); }
div.DivClassName
{
background-color: #B990AB;
}
.BgClassName
{
background-color: #B990AB;
}
</style>
border-color css
<style>
span { border-color: #B990AB; }
span { border-color: rgb(185,144,171); }
td.TdClassName
{
border-color: #B990AB;
}
.TagClassName
{
border-color: #B990AB;
}
</style>