Shades of Lily #BB91A8
Tints of Lily #BB91A8
RGB
CMYK
RGB Variations
Color information
#BB91A8 (or 0xBB91A8) is known color: Lily. HEX triplet: BB, 91 and A8. RGB value is (187,145,168). Sum of RGB (Red+Green+Blue) = 187+145+168=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 168 (66.02% from 255 or 33.6% from 500); Max value from RGB is 187 - color contains mainly: red. Hex color #BB91A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB91A8 is #446E57. Grayscale: #A0A0A0. Windows color (decimal): -4484696 or 11047355. OLE color: 11047355.
HSL color Cylindrical-coordinate representation of color #BB91A8: hue angle of 327.14º 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 #BB91A8 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 145 | 168 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.27 |
| HSL | 327.14º | 0.24% | 0.65% | - |
| HSV(B) | 327.14º | 0.22% | 0.73% | - |
| XYZ | 37.69 | 33.64 | 41.55 | - |
| YUV | 160.18 | 132.41 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 145 | 168 | 0 | 0.22 | 0.10 | 0.27 | 327.14 | 0.24 | 0.65 |
| Hex | BB | 91 | A8 | 0 | 16 | A | 1B | 147 | 18 | 41 |
| Octal | 273 | 221 | 250 | 0 | 26 | 12 | 33 | 507 | 30 | 101 |
| Binary | 10111011 | 10010001 | 10101000 | 0 | 10110 | 1010 | 11011 | 101000111 | 11000 | 1000001 |
Color Harmonies of #BB91A8
Complementary color
Monochromatic Colors of #BB91A8
Black with #BB91A8
Text Example
Text Example
White with #BB91A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB91A8; }
p { color: rgb(187,145,168); }
H1.HeaderClassName
{
color: #BB91A8;
}
.AnyTagClassName
{
color: #BB91A8;
}
</style>
background-color css
<style>
a { background-color: #BB91A8; }
a { background-color: rgb(187,145,168); }
div.DivClassName
{
background-color: #BB91A8;
}
.BgClassName
{
background-color: #BB91A8;
}
</style>
border-color css
<style>
span { border-color: #BB91A8; }
span { border-color: rgb(187,145,168); }
td.TdClassName
{
border-color: #BB91A8;
}
.TagClassName
{
border-color: #BB91A8;
}
</style>