Shades of Lily #BBA1AA
Tints of Lily #BBA1AA
RGB
CMYK
RGB Variations
Color information
#BBA1AA (or 0xBBA1AA) is known color: Lily. HEX triplet: BB, A1 and AA. RGB value is (187,161,170). Sum of RGB (Red+Green+Blue) = 187+161+170=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 161 (63.28% from 255 or 31.08% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA1AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA1AA is #445E55. Grayscale: #A9A9A9. Windows color (decimal): -4480598 or 11182523. OLE color: 11182523.
HSL color Cylindrical-coordinate representation of color #BBA1AA: hue angle of 339.23º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBA1AA is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 161 | 170 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.27 |
| HSL | 339.23º | 0.16% | 0.68% | - |
| HSV(B) | 339.23º | 0.14% | 0.73% | - |
| XYZ | 40.49 | 38.96 | 43.42 | - |
| YUV | 169.8 | 128.11 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 170 | 0 | 0.14 | 0.09 | 0.27 | 339.23 | 0.16 | 0.68 |
| Hex | BB | A1 | AA | 0 | E | 9 | 1B | 153 | 10 | 44 |
| Octal | 273 | 241 | 252 | 0 | 16 | 11 | 33 | 523 | 20 | 104 |
| Binary | 10111011 | 10100001 | 10101010 | 0 | 1110 | 1001 | 11011 | 101010011 | 10000 | 1000100 |
Color Harmonies of #BBA1AA
Complementary color
Monochromatic Colors of #BBA1AA
Black with #BBA1AA
Text Example
Text Example
White with #BBA1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA1AA; }
p { color: rgb(187,161,170); }
H1.HeaderClassName
{
color: #BBA1AA;
}
.AnyTagClassName
{
color: #BBA1AA;
}
</style>
background-color css
<style>
a { background-color: #BBA1AA; }
a { background-color: rgb(187,161,170); }
div.DivClassName
{
background-color: #BBA1AA;
}
.BgClassName
{
background-color: #BBA1AA;
}
</style>
border-color css
<style>
span { border-color: #BBA1AA; }
span { border-color: rgb(187,161,170); }
td.TdClassName
{
border-color: #BBA1AA;
}
.TagClassName
{
border-color: #BBA1AA;
}
</style>