Shades of Lily #BB8FA8
Tints of Lily #BB8FA8
RGB
CMYK
RGB Variations
Color information
#BB8FA8 (or 0xBB8FA8) is known color: Lily. HEX triplet: BB, 8F and A8. RGB value is (187,143,168). Sum of RGB (Red+Green+Blue) = 187+143+168=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 143 (56.25% from 255 or 28.71% from 498); Blue value is 168 (66.02% from 255 or 33.73% from 498); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8FA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8FA8 is #447057. Grayscale: #9E9E9E. Windows color (decimal): -4485208 or 11046843. OLE color: 11046843.
HSL color Cylindrical-coordinate representation of color #BB8FA8: hue angle of 325.91º 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 #BB8FA8 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 143 | 168 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.27 |
| HSL | 325.91º | 0.24% | 0.65% | - |
| HSV(B) | 325.91º | 0.24% | 0.73% | - |
| XYZ | 37.38 | 33.04 | 41.45 | - |
| YUV | 159.01 | 133.08 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 168 | 0 | 0.24 | 0.10 | 0.27 | 325.91 | 0.24 | 0.65 |
| Hex | BB | 8F | A8 | 0 | 18 | A | 1B | 146 | 18 | 41 |
| Octal | 273 | 217 | 250 | 0 | 30 | 12 | 33 | 506 | 30 | 101 |
| Binary | 10111011 | 10001111 | 10101000 | 0 | 11000 | 1010 | 11011 | 101000110 | 11000 | 1000001 |
Color Harmonies of #BB8FA8
Complementary color
Monochromatic Colors of #BB8FA8
Black with #BB8FA8
Text Example
Text Example
White with #BB8FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8FA8; }
p { color: rgb(187,143,168); }
H1.HeaderClassName
{
color: #BB8FA8;
}
.AnyTagClassName
{
color: #BB8FA8;
}
</style>
background-color css
<style>
a { background-color: #BB8FA8; }
a { background-color: rgb(187,143,168); }
div.DivClassName
{
background-color: #BB8FA8;
}
.BgClassName
{
background-color: #BB8FA8;
}
</style>
border-color css
<style>
span { border-color: #BB8FA8; }
span { border-color: rgb(187,143,168); }
td.TdClassName
{
border-color: #BB8FA8;
}
.TagClassName
{
border-color: #BB8FA8;
}
</style>