Shades of Lily #BB9FAD
Tints of Lily #BB9FAD
RGB
CMYK
RGB Variations
Color information
#BB9FAD (or 0xBB9FAD) is known color: Lily. HEX triplet: BB, 9F and AD. RGB value is (187,159,173). Sum of RGB (Red+Green+Blue) = 187+159+173=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9FAD is #446052. Grayscale: #A8A8A8. Windows color (decimal): -4481107 or 11378619. OLE color: 11378619.
HSL color Cylindrical-coordinate representation of color #BB9FAD: hue angle of 330º 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 #BB9FAD is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 159 | 173 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.27 |
| HSL | 330º | 0.17% | 0.68% | - |
| HSV(B) | 330º | 0.15% | 0.73% | - |
| XYZ | 40.43 | 38.38 | 44.81 | - |
| YUV | 168.97 | 130.28 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 159 | 173 | 0 | 0.15 | 0.07 | 0.27 | 330 | 0.17 | 0.68 |
| Hex | BB | 9F | AD | 0 | F | 7 | 1B | 14A | 11 | 44 |
| Octal | 273 | 237 | 255 | 0 | 17 | 7 | 33 | 512 | 21 | 104 |
| Binary | 10111011 | 10011111 | 10101101 | 0 | 1111 | 111 | 11011 | 101001010 | 10001 | 1000100 |
Color Harmonies of #BB9FAD
Complementary color
Monochromatic Colors of #BB9FAD
Black with #BB9FAD
Text Example
Text Example
White with #BB9FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9FAD; }
p { color: rgb(187,159,173); }
H1.HeaderClassName
{
color: #BB9FAD;
}
.AnyTagClassName
{
color: #BB9FAD;
}
</style>
background-color css
<style>
a { background-color: #BB9FAD; }
a { background-color: rgb(187,159,173); }
div.DivClassName
{
background-color: #BB9FAD;
}
.BgClassName
{
background-color: #BB9FAD;
}
</style>
border-color css
<style>
span { border-color: #BB9FAD; }
span { border-color: rgb(187,159,173); }
td.TdClassName
{
border-color: #BB9FAD;
}
.TagClassName
{
border-color: #BB9FAD;
}
</style>