Shades of Lily #BB9CA8
Tints of Lily #BB9CA8
RGB
CMYK
RGB Variations
Color information
#BB9CA8 (or 0xBB9CA8) is known color: Lily. HEX triplet: BB, 9C and A8. RGB value is (187,156,168). Sum of RGB (Red+Green+Blue) = 187+156+168=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 156 (61.33% from 255 or 30.53% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9CA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9CA8 is #446357. Grayscale: #A6A6A6. Windows color (decimal): -4481880 or 11050171. OLE color: 11050171.
HSL color Cylindrical-coordinate representation of color #BB9CA8: hue angle of 336.77º 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 #BB9CA8 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 156 | 168 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.27 |
| HSL | 336.77º | 0.19% | 0.67% | - |
| HSV(B) | 336.77º | 0.17% | 0.73% | - |
| XYZ | 39.45 | 37.17 | 42.14 | - |
| YUV | 166.64 | 128.77 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 156 | 168 | 0 | 0.17 | 0.10 | 0.27 | 336.77 | 0.19 | 0.67 |
| Hex | BB | 9C | A8 | 0 | 11 | A | 1B | 151 | 13 | 43 |
| Octal | 273 | 234 | 250 | 0 | 21 | 12 | 33 | 521 | 23 | 103 |
| Binary | 10111011 | 10011100 | 10101000 | 0 | 10001 | 1010 | 11011 | 101010001 | 10011 | 1000011 |
Color Harmonies of #BB9CA8
Complementary color
Monochromatic Colors of #BB9CA8
Black with #BB9CA8
Text Example
Text Example
White with #BB9CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9CA8; }
p { color: rgb(187,156,168); }
H1.HeaderClassName
{
color: #BB9CA8;
}
.AnyTagClassName
{
color: #BB9CA8;
}
</style>
background-color css
<style>
a { background-color: #BB9CA8; }
a { background-color: rgb(187,156,168); }
div.DivClassName
{
background-color: #BB9CA8;
}
.BgClassName
{
background-color: #BB9CA8;
}
</style>
border-color css
<style>
span { border-color: #BB9CA8; }
span { border-color: rgb(187,156,168); }
td.TdClassName
{
border-color: #BB9CA8;
}
.TagClassName
{
border-color: #BB9CA8;
}
</style>