Shades of Lily #BB9BAA
Tints of Lily #BB9BAA
RGB
CMYK
RGB Variations
Color information
#BB9BAA (or 0xBB9BAA) is known color: Lily. HEX triplet: BB, 9B and AA. RGB value is (187,155,170). Sum of RGB (Red+Green+Blue) = 187+155+170=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 155 (60.94% from 255 or 30.27% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9BAA is #446455. Grayscale: #A6A6A6. Windows color (decimal): -4482134 or 11180987. OLE color: 11180987.
HSL color Cylindrical-coordinate representation of color #BB9BAA: hue angle of 331.88º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BB9BAA is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 155 | 170 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.27 |
| HSL | 331.88º | 0.19% | 0.67% | - |
| HSV(B) | 331.88º | 0.17% | 0.73% | - |
| XYZ | 39.47 | 36.91 | 43.07 | - |
| YUV | 166.28 | 130.1 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 155 | 170 | 0 | 0.17 | 0.09 | 0.27 | 331.88 | 0.19 | 0.67 |
| Hex | BB | 9B | AA | 0 | 11 | 9 | 1B | 14C | 13 | 43 |
| Octal | 273 | 233 | 252 | 0 | 21 | 11 | 33 | 514 | 23 | 103 |
| Binary | 10111011 | 10011011 | 10101010 | 0 | 10001 | 1001 | 11011 | 101001100 | 10011 | 1000011 |
Color Harmonies of #BB9BAA
Complementary color
Monochromatic Colors of #BB9BAA
Black with #BB9BAA
Text Example
Text Example
White with #BB9BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9BAA; }
p { color: rgb(187,155,170); }
H1.HeaderClassName
{
color: #BB9BAA;
}
.AnyTagClassName
{
color: #BB9BAA;
}
</style>
background-color css
<style>
a { background-color: #BB9BAA; }
a { background-color: rgb(187,155,170); }
div.DivClassName
{
background-color: #BB9BAA;
}
.BgClassName
{
background-color: #BB9BAA;
}
</style>
border-color css
<style>
span { border-color: #BB9BAA; }
span { border-color: rgb(187,155,170); }
td.TdClassName
{
border-color: #BB9BAA;
}
.TagClassName
{
border-color: #BB9BAA;
}
</style>