Shades of Lily #BB9FAC
Tints of Lily #BB9FAC
RGB
CMYK
RGB Variations
Color information
#BB9FAC (or 0xBB9FAC) is known color: Lily. HEX triplet: BB, 9F and AC. RGB value is (187,159,172). Sum of RGB (Red+Green+Blue) = 187+159+172=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9FAC is #446053. Grayscale: #A8A8A8. Windows color (decimal): -4481108 or 11313083. OLE color: 11313083.
HSL color Cylindrical-coordinate representation of color #BB9FAC: hue angle of 332.14º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BB9FAC is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 159 | 172 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.27 |
| HSL | 332.14º | 0.17% | 0.68% | - |
| HSV(B) | 332.14º | 0.15% | 0.73% | - |
| XYZ | 40.34 | 38.34 | 44.3 | - |
| YUV | 168.85 | 129.78 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 159 | 172 | 0 | 0.15 | 0.08 | 0.27 | 332.14 | 0.17 | 0.68 |
| Hex | BB | 9F | AC | 0 | F | 8 | 1B | 14C | 11 | 44 |
| Octal | 273 | 237 | 254 | 0 | 17 | 10 | 33 | 514 | 21 | 104 |
| Binary | 10111011 | 10011111 | 10101100 | 0 | 1111 | 1000 | 11011 | 101001100 | 10001 | 1000100 |
Color Harmonies of #BB9FAC
Complementary color
Monochromatic Colors of #BB9FAC
Black with #BB9FAC
Text Example
Text Example
White with #BB9FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9FAC; }
p { color: rgb(187,159,172); }
H1.HeaderClassName
{
color: #BB9FAC;
}
.AnyTagClassName
{
color: #BB9FAC;
}
</style>
background-color css
<style>
a { background-color: #BB9FAC; }
a { background-color: rgb(187,159,172); }
div.DivClassName
{
background-color: #BB9FAC;
}
.BgClassName
{
background-color: #BB9FAC;
}
</style>
border-color css
<style>
span { border-color: #BB9FAC; }
span { border-color: rgb(187,159,172); }
td.TdClassName
{
border-color: #BB9FAC;
}
.TagClassName
{
border-color: #BB9FAC;
}
</style>