Shades of Lily #BB91AC
Tints of Lily #BB91AC
RGB
CMYK
RGB Variations
Color information
#BB91AC (or 0xBB91AC) is known color: Lily. HEX triplet: BB, 91 and AC. RGB value is (187,145,172). Sum of RGB (Red+Green+Blue) = 187+145+172=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 187 - color contains mainly: red. Hex color #BB91AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB91AC is #446E53. Grayscale: #A0A0A0. Windows color (decimal): -4484692 or 11309499. OLE color: 11309499.
HSL color Cylindrical-coordinate representation of color #BB91AC: hue angle of 321.43º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BB91AC is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 145 | 172 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.27 |
| HSL | 321.43º | 0.24% | 0.65% | - |
| HSV(B) | 321.43º | 0.22% | 0.73% | - |
| XYZ | 38.07 | 33.79 | 43.55 | - |
| YUV | 160.64 | 134.41 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 145 | 172 | 0 | 0.22 | 0.08 | 0.27 | 321.43 | 0.24 | 0.65 |
| Hex | BB | 91 | AC | 0 | 16 | 8 | 1B | 141 | 18 | 41 |
| Octal | 273 | 221 | 254 | 0 | 26 | 10 | 33 | 501 | 30 | 101 |
| Binary | 10111011 | 10010001 | 10101100 | 0 | 10110 | 1000 | 11011 | 101000001 | 11000 | 1000001 |
Color Harmonies of #BB91AC
Complementary color
Monochromatic Colors of #BB91AC
Black with #BB91AC
Text Example
Text Example
White with #BB91AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB91AC; }
p { color: rgb(187,145,172); }
H1.HeaderClassName
{
color: #BB91AC;
}
.AnyTagClassName
{
color: #BB91AC;
}
</style>
background-color css
<style>
a { background-color: #BB91AC; }
a { background-color: rgb(187,145,172); }
div.DivClassName
{
background-color: #BB91AC;
}
.BgClassName
{
background-color: #BB91AC;
}
</style>
border-color css
<style>
span { border-color: #BB91AC; }
span { border-color: rgb(187,145,172); }
td.TdClassName
{
border-color: #BB91AC;
}
.TagClassName
{
border-color: #BB91AC;
}
</style>