Shades of Lily #BB8FA7
Tints of Lily #BB8FA7
RGB
CMYK
RGB Variations
Color information
#BB8FA7 (or 0xBB8FA7) is known color: Lily. HEX triplet: BB, 8F and A7. RGB value is (187,143,167). Sum of RGB (Red+Green+Blue) = 187+143+167=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 167 (65.62% from 255 or 33.60% from 497); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8FA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8FA7 is #447058. Grayscale: #9E9E9E. Windows color (decimal): -4485209 or 10981307. OLE color: 10981307.
HSL color Cylindrical-coordinate representation of color #BB8FA7: hue angle of 327.27º 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 #BB8FA7 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 143 | 167 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.27 |
| HSL | 327.27º | 0.24% | 0.65% | - |
| HSV(B) | 327.27º | 0.24% | 0.73% | - |
| XYZ | 37.29 | 33 | 40.96 | - |
| YUV | 158.89 | 132.58 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 167 | 0 | 0.24 | 0.11 | 0.27 | 327.27 | 0.24 | 0.65 |
| Hex | BB | 8F | A7 | 0 | 18 | B | 1B | 147 | 18 | 41 |
| Octal | 273 | 217 | 247 | 0 | 30 | 13 | 33 | 507 | 30 | 101 |
| Binary | 10111011 | 10001111 | 10100111 | 0 | 11000 | 1011 | 11011 | 101000111 | 11000 | 1000001 |
Color Harmonies of #BB8FA7
Complementary color
Monochromatic Colors of #BB8FA7
Black with #BB8FA7
Text Example
Text Example
White with #BB8FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8FA7; }
p { color: rgb(187,143,167); }
H1.HeaderClassName
{
color: #BB8FA7;
}
.AnyTagClassName
{
color: #BB8FA7;
}
</style>
background-color css
<style>
a { background-color: #BB8FA7; }
a { background-color: rgb(187,143,167); }
div.DivClassName
{
background-color: #BB8FA7;
}
.BgClassName
{
background-color: #BB8FA7;
}
</style>
border-color css
<style>
span { border-color: #BB8FA7; }
span { border-color: rgb(187,143,167); }
td.TdClassName
{
border-color: #BB8FA7;
}
.TagClassName
{
border-color: #BB8FA7;
}
</style>