Shades of Lily #BB8EAC
Tints of Lily #BB8EAC
RGB
CMYK
RGB Variations
Color information
#BB8EAC (or 0xBB8EAC) is known color: Lily. HEX triplet: BB, 8E and AC. RGB value is (187,142,172). Sum of RGB (Red+Green+Blue) = 187+142+172=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 142 (55.86% from 255 or 28.34% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8EAC is #447153. Grayscale: #9E9E9E. Windows color (decimal): -4485460 or 11308731. OLE color: 11308731.
HSL color Cylindrical-coordinate representation of color #BB8EAC: hue angle of 320º 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 #BB8EAC is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 142 | 172 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.27 |
| HSL | 320º | 0.25% | 0.65% | - |
| HSV(B) | 320º | 0.24% | 0.73% | - |
| XYZ | 37.61 | 32.89 | 43.4 | - |
| YUV | 158.88 | 135.41 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 142 | 172 | 0 | 0.24 | 0.08 | 0.27 | 320 | 0.25 | 0.65 |
| Hex | BB | 8E | AC | 0 | 18 | 8 | 1B | 140 | 19 | 41 |
| Octal | 273 | 216 | 254 | 0 | 30 | 10 | 33 | 500 | 31 | 101 |
| Binary | 10111011 | 10001110 | 10101100 | 0 | 11000 | 1000 | 11011 | 101000000 | 11001 | 1000001 |
Color Harmonies of #BB8EAC
Complementary color
Monochromatic Colors of #BB8EAC
Black with #BB8EAC
Text Example
Text Example
White with #BB8EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8EAC; }
p { color: rgb(187,142,172); }
H1.HeaderClassName
{
color: #BB8EAC;
}
.AnyTagClassName
{
color: #BB8EAC;
}
</style>
background-color css
<style>
a { background-color: #BB8EAC; }
a { background-color: rgb(187,142,172); }
div.DivClassName
{
background-color: #BB8EAC;
}
.BgClassName
{
background-color: #BB8EAC;
}
</style>
border-color css
<style>
span { border-color: #BB8EAC; }
span { border-color: rgb(187,142,172); }
td.TdClassName
{
border-color: #BB8EAC;
}
.TagClassName
{
border-color: #BB8EAC;
}
</style>