Shades of Lily #BB8EAB
Tints of Lily #BB8EAB
RGB
CMYK
RGB Variations
Color information
#BB8EAB (or 0xBB8EAB) is known color: Lily. HEX triplet: BB, 8E and AB. RGB value is (187,142,171). Sum of RGB (Red+Green+Blue) = 187+142+171=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 142 (55.86% from 255 or 28.4% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8EAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8EAB is #447154. Grayscale: #9E9E9E. Windows color (decimal): -4485461 or 11243195. OLE color: 11243195.
HSL color Cylindrical-coordinate representation of color #BB8EAB: hue angle of 321.33º degrees, saturation: 0.25, 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 #BB8EAB is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 142 | 171 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.27 |
| HSL | 321.33º | 0.25% | 0.65% | - |
| HSV(B) | 321.33º | 0.24% | 0.73% | - |
| XYZ | 37.52 | 32.85 | 42.89 | - |
| YUV | 158.76 | 134.91 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 142 | 171 | 0 | 0.24 | 0.09 | 0.27 | 321.33 | 0.25 | 0.65 |
| Hex | BB | 8E | AB | 0 | 18 | 9 | 1B | 141 | 19 | 41 |
| Octal | 273 | 216 | 253 | 0 | 30 | 11 | 33 | 501 | 31 | 101 |
| Binary | 10111011 | 10001110 | 10101011 | 0 | 11000 | 1001 | 11011 | 101000001 | 11001 | 1000001 |
Color Harmonies of #BB8EAB
Complementary color
Monochromatic Colors of #BB8EAB
Black with #BB8EAB
Text Example
Text Example
White with #BB8EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8EAB; }
p { color: rgb(187,142,171); }
H1.HeaderClassName
{
color: #BB8EAB;
}
.AnyTagClassName
{
color: #BB8EAB;
}
</style>
background-color css
<style>
a { background-color: #BB8EAB; }
a { background-color: rgb(187,142,171); }
div.DivClassName
{
background-color: #BB8EAB;
}
.BgClassName
{
background-color: #BB8EAB;
}
</style>
border-color css
<style>
span { border-color: #BB8EAB; }
span { border-color: rgb(187,142,171); }
td.TdClassName
{
border-color: #BB8EAB;
}
.TagClassName
{
border-color: #BB8EAB;
}
</style>