Shades of Lily #BBAAB1
Tints of Lily #BBAAB1
RGB
CMYK
RGB Variations
Color information
#BBAAB1 (or 0xBBAAB1) is known color: Lily. HEX triplet: BB, AA and B1. RGB value is (187,170,177). Sum of RGB (Red+Green+Blue) = 187+170+177=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 177 (69.53% from 255 or 33.15% from 534); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAAB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAAB1 is #44554E. Grayscale: #AFAFAF. Windows color (decimal): -4478287 or 11643579. OLE color: 11643579.
HSL color Cylindrical-coordinate representation of color #BBAAB1: hue angle of 335.29º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBAAB1 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 170 | 177 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.27 |
| HSL | 335.29º | 0.11% | 0.7% | - |
| HSV(B) | 335.29º | 0.09% | 0.73% | - |
| XYZ | 42.8 | 42.49 | 47.54 | - |
| YUV | 175.88 | 128.63 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 177 | 0 | 0.09 | 0.05 | 0.27 | 335.29 | 0.11 | 0.7 |
| Hex | BB | AA | B1 | 0 | 9 | 5 | 1B | 14F | B | 46 |
| Octal | 273 | 252 | 261 | 0 | 11 | 5 | 33 | 517 | 13 | 106 |
| Binary | 10111011 | 10101010 | 10110001 | 0 | 1001 | 101 | 11011 | 101001111 | 1011 | 1000110 |
Color Harmonies of #BBAAB1
Complementary color
Monochromatic Colors of #BBAAB1
Black with #BBAAB1
Text Example
Text Example
White with #BBAAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAAB1; }
p { color: rgb(187,170,177); }
H1.HeaderClassName
{
color: #BBAAB1;
}
.AnyTagClassName
{
color: #BBAAB1;
}
</style>
background-color css
<style>
a { background-color: #BBAAB1; }
a { background-color: rgb(187,170,177); }
div.DivClassName
{
background-color: #BBAAB1;
}
.BgClassName
{
background-color: #BBAAB1;
}
</style>
border-color css
<style>
span { border-color: #BBAAB1; }
span { border-color: rgb(187,170,177); }
td.TdClassName
{
border-color: #BBAAB1;
}
.TagClassName
{
border-color: #BBAAB1;
}
</style>