Shades of Lily #BB9CAC
Tints of Lily #BB9CAC
RGB
CMYK
RGB Variations
Color information
#BB9CAC (or 0xBB9CAC) is known color: Lily. HEX triplet: BB, 9C and AC. RGB value is (187,156,172). Sum of RGB (Red+Green+Blue) = 187+156+172=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9CAC is #446353. Grayscale: #A7A7A7. Windows color (decimal): -4481876 or 11312315. OLE color: 11312315.
HSL color Cylindrical-coordinate representation of color #BB9CAC: hue angle of 329.03º 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 #BB9CAC is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 156 | 172 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.27 |
| HSL | 329.03º | 0.19% | 0.67% | - |
| HSV(B) | 329.03º | 0.17% | 0.73% | - |
| XYZ | 39.83 | 37.32 | 44.13 | - |
| YUV | 167.09 | 130.77 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 156 | 172 | 0 | 0.17 | 0.08 | 0.27 | 329.03 | 0.19 | 0.67 |
| Hex | BB | 9C | AC | 0 | 11 | 8 | 1B | 149 | 13 | 43 |
| Octal | 273 | 234 | 254 | 0 | 21 | 10 | 33 | 511 | 23 | 103 |
| Binary | 10111011 | 10011100 | 10101100 | 0 | 10001 | 1000 | 11011 | 101001001 | 10011 | 1000011 |
Color Harmonies of #BB9CAC
Complementary color
Monochromatic Colors of #BB9CAC
Black with #BB9CAC
Text Example
Text Example
White with #BB9CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9CAC; }
p { color: rgb(187,156,172); }
H1.HeaderClassName
{
color: #BB9CAC;
}
.AnyTagClassName
{
color: #BB9CAC;
}
</style>
background-color css
<style>
a { background-color: #BB9CAC; }
a { background-color: rgb(187,156,172); }
div.DivClassName
{
background-color: #BB9CAC;
}
.BgClassName
{
background-color: #BB9CAC;
}
</style>
border-color css
<style>
span { border-color: #BB9CAC; }
span { border-color: rgb(187,156,172); }
td.TdClassName
{
border-color: #BB9CAC;
}
.TagClassName
{
border-color: #BB9CAC;
}
</style>