Shades of Lily #BB9DAC
Tints of Lily #BB9DAC
RGB
CMYK
RGB Variations
Color information
#BB9DAC (or 0xBB9DAC) is known color: Lily. HEX triplet: BB, 9D and AC. RGB value is (187,157,172). Sum of RGB (Red+Green+Blue) = 187+157+172=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 157 (61.72% from 255 or 30.43% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9DAC is #446253. Grayscale: #A7A7A7. Windows color (decimal): -4481620 or 11312571. OLE color: 11312571.
HSL color Cylindrical-coordinate representation of color #BB9DAC: hue angle of 330º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BB9DAC is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 157 | 172 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.27 |
| HSL | 330º | 0.18% | 0.67% | - |
| HSV(B) | 330º | 0.16% | 0.73% | - |
| XYZ | 40 | 37.66 | 44.19 | - |
| YUV | 167.68 | 130.44 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 157 | 172 | 0 | 0.16 | 0.08 | 0.27 | 330 | 0.18 | 0.67 |
| Hex | BB | 9D | AC | 0 | 10 | 8 | 1B | 14A | 12 | 43 |
| Octal | 273 | 235 | 254 | 0 | 20 | 10 | 33 | 512 | 22 | 103 |
| Binary | 10111011 | 10011101 | 10101100 | 0 | 10000 | 1000 | 11011 | 101001010 | 10010 | 1000011 |
Color Harmonies of #BB9DAC
Complementary color
Monochromatic Colors of #BB9DAC
Black with #BB9DAC
Text Example
Text Example
White with #BB9DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9DAC; }
p { color: rgb(187,157,172); }
H1.HeaderClassName
{
color: #BB9DAC;
}
.AnyTagClassName
{
color: #BB9DAC;
}
</style>
background-color css
<style>
a { background-color: #BB9DAC; }
a { background-color: rgb(187,157,172); }
div.DivClassName
{
background-color: #BB9DAC;
}
.BgClassName
{
background-color: #BB9DAC;
}
</style>
border-color css
<style>
span { border-color: #BB9DAC; }
span { border-color: rgb(187,157,172); }
td.TdClassName
{
border-color: #BB9DAC;
}
.TagClassName
{
border-color: #BB9DAC;
}
</style>