Shades of Lily #BB8FA9
Tints of Lily #BB8FA9
RGB
CMYK
RGB Variations
Color information
#BB8FA9 (or 0xBB8FA9) is known color: Lily. HEX triplet: BB, 8F and A9. RGB value is (187,143,169). Sum of RGB (Red+Green+Blue) = 187+143+169=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 143 (56.25% from 255 or 28.66% from 499); Blue value is 169 (66.41% from 255 or 33.87% from 499); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8FA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8FA9 is #447056. Grayscale: #9F9F9F. Windows color (decimal): -4485207 or 11112379. OLE color: 11112379.
HSL color Cylindrical-coordinate representation of color #BB8FA9: hue angle of 324.55º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BB8FA9 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 143 | 169 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.27 |
| HSL | 324.55º | 0.24% | 0.65% | - |
| HSV(B) | 324.55º | 0.24% | 0.73% | - |
| XYZ | 37.48 | 33.07 | 41.94 | - |
| YUV | 159.12 | 133.58 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 169 | 0 | 0.24 | 0.10 | 0.27 | 324.55 | 0.24 | 0.65 |
| Hex | BB | 8F | A9 | 0 | 18 | A | 1B | 145 | 18 | 41 |
| Octal | 273 | 217 | 251 | 0 | 30 | 12 | 33 | 505 | 30 | 101 |
| Binary | 10111011 | 10001111 | 10101001 | 0 | 11000 | 1010 | 11011 | 101000101 | 11000 | 1000001 |
Color Harmonies of #BB8FA9
Complementary color
Monochromatic Colors of #BB8FA9
Black with #BB8FA9
Text Example
Text Example
White with #BB8FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8FA9; }
p { color: rgb(187,143,169); }
H1.HeaderClassName
{
color: #BB8FA9;
}
.AnyTagClassName
{
color: #BB8FA9;
}
</style>
background-color css
<style>
a { background-color: #BB8FA9; }
a { background-color: rgb(187,143,169); }
div.DivClassName
{
background-color: #BB8FA9;
}
.BgClassName
{
background-color: #BB8FA9;
}
</style>
border-color css
<style>
span { border-color: #BB8FA9; }
span { border-color: rgb(187,143,169); }
td.TdClassName
{
border-color: #BB8FA9;
}
.TagClassName
{
border-color: #BB8FA9;
}
</style>