Shades of Lily #BB93AD
Tints of Lily #BB93AD
RGB
CMYK
RGB Variations
Color information
#BB93AD (or 0xBB93AD) is known color: Lily. HEX triplet: BB, 93 and AD. RGB value is (187,147,173). Sum of RGB (Red+Green+Blue) = 187+147+173=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 187 - color contains mainly: red. Hex color #BB93AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB93AD is #446C52. Grayscale: #A1A1A1. Windows color (decimal): -4484179 or 11375547. OLE color: 11375547.
HSL color Cylindrical-coordinate representation of color #BB93AD: hue angle of 321º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BB93AD is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 147 | 173 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.27 |
| HSL | 321º | 0.23% | 0.65% | - |
| HSV(B) | 321º | 0.21% | 0.73% | - |
| XYZ | 38.47 | 34.45 | 44.16 | - |
| YUV | 161.92 | 134.25 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 147 | 173 | 0 | 0.21 | 0.07 | 0.27 | 321 | 0.23 | 0.65 |
| Hex | BB | 93 | AD | 0 | 15 | 7 | 1B | 141 | 17 | 41 |
| Octal | 273 | 223 | 255 | 0 | 25 | 7 | 33 | 501 | 27 | 101 |
| Binary | 10111011 | 10010011 | 10101101 | 0 | 10101 | 111 | 11011 | 101000001 | 10111 | 1000001 |
Color Harmonies of #BB93AD
Complementary color
Monochromatic Colors of #BB93AD
Black with #BB93AD
Text Example
Text Example
White with #BB93AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB93AD; }
p { color: rgb(187,147,173); }
H1.HeaderClassName
{
color: #BB93AD;
}
.AnyTagClassName
{
color: #BB93AD;
}
</style>
background-color css
<style>
a { background-color: #BB93AD; }
a { background-color: rgb(187,147,173); }
div.DivClassName
{
background-color: #BB93AD;
}
.BgClassName
{
background-color: #BB93AD;
}
</style>
border-color css
<style>
span { border-color: #BB93AD; }
span { border-color: rgb(187,147,173); }
td.TdClassName
{
border-color: #BB93AD;
}
.TagClassName
{
border-color: #BB93AD;
}
</style>