Shades of Lily #BB9CB1
Tints of Lily #BB9CB1
RGB
CMYK
RGB Variations
Color information
#BB9CB1 (or 0xBB9CB1) is known color: Lily. HEX triplet: BB, 9C and B1. RGB value is (187,156,177). Sum of RGB (Red+Green+Blue) = 187+156+177=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 177 (69.53% from 255 or 34.04% from 520); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9CB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9CB1 is #44634E. Grayscale: #A7A7A7. Windows color (decimal): -4481871 or 11639995. OLE color: 11639995.
HSL color Cylindrical-coordinate representation of color #BB9CB1: hue angle of 319.35º 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 #BB9CB1 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 156 | 177 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.27 |
| HSL | 319.35º | 0.19% | 0.67% | - |
| HSV(B) | 319.35º | 0.17% | 0.73% | - |
| XYZ | 40.32 | 37.52 | 46.71 | - |
| YUV | 167.66 | 133.27 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 156 | 177 | 0 | 0.17 | 0.05 | 0.27 | 319.35 | 0.19 | 0.67 |
| Hex | BB | 9C | B1 | 0 | 11 | 5 | 1B | 13F | 13 | 43 |
| Octal | 273 | 234 | 261 | 0 | 21 | 5 | 33 | 477 | 23 | 103 |
| Binary | 10111011 | 10011100 | 10110001 | 0 | 10001 | 101 | 11011 | 100111111 | 10011 | 1000011 |
Color Harmonies of #BB9CB1
Complementary color
Monochromatic Colors of #BB9CB1
Black with #BB9CB1
Text Example
Text Example
White with #BB9CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9CB1; }
p { color: rgb(187,156,177); }
H1.HeaderClassName
{
color: #BB9CB1;
}
.AnyTagClassName
{
color: #BB9CB1;
}
</style>
background-color css
<style>
a { background-color: #BB9CB1; }
a { background-color: rgb(187,156,177); }
div.DivClassName
{
background-color: #BB9CB1;
}
.BgClassName
{
background-color: #BB9CB1;
}
</style>
border-color css
<style>
span { border-color: #BB9CB1; }
span { border-color: rgb(187,156,177); }
td.TdClassName
{
border-color: #BB9CB1;
}
.TagClassName
{
border-color: #BB9CB1;
}
</style>