Shades of Lily #BB8FAC
Tints of Lily #BB8FAC
RGB
CMYK
RGB Variations
Color information
#BB8FAC (or 0xBB8FAC) is known color: Lily. HEX triplet: BB, 8F and AC. RGB value is (187,143,172). Sum of RGB (Red+Green+Blue) = 187+143+172=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 143 (56.25% from 255 or 28.49% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8FAC is #447053. Grayscale: #9F9F9F. Windows color (decimal): -4485204 or 11308987. OLE color: 11308987.
HSL color Cylindrical-coordinate representation of color #BB8FAC: hue angle of 320.45º 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 #BB8FAC is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 143 | 172 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.27 |
| HSL | 320.45º | 0.24% | 0.65% | - |
| HSV(B) | 320.45º | 0.24% | 0.73% | - |
| XYZ | 37.76 | 33.19 | 43.45 | - |
| YUV | 159.46 | 135.08 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 172 | 0 | 0.24 | 0.08 | 0.27 | 320.45 | 0.24 | 0.65 |
| Hex | BB | 8F | AC | 0 | 18 | 8 | 1B | 140 | 18 | 41 |
| Octal | 273 | 217 | 254 | 0 | 30 | 10 | 33 | 500 | 30 | 101 |
| Binary | 10111011 | 10001111 | 10101100 | 0 | 11000 | 1000 | 11011 | 101000000 | 11000 | 1000001 |
Color Harmonies of #BB8FAC
Complementary color
Monochromatic Colors of #BB8FAC
Black with #BB8FAC
Text Example
Text Example
White with #BB8FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8FAC; }
p { color: rgb(187,143,172); }
H1.HeaderClassName
{
color: #BB8FAC;
}
.AnyTagClassName
{
color: #BB8FAC;
}
</style>
background-color css
<style>
a { background-color: #BB8FAC; }
a { background-color: rgb(187,143,172); }
div.DivClassName
{
background-color: #BB8FAC;
}
.BgClassName
{
background-color: #BB8FAC;
}
</style>
border-color css
<style>
span { border-color: #BB8FAC; }
span { border-color: rgb(187,143,172); }
td.TdClassName
{
border-color: #BB8FAC;
}
.TagClassName
{
border-color: #BB8FAC;
}
</style>