Shades of Lily #BB8CAC
Tints of Lily #BB8CAC
RGB
CMYK
RGB Variations
Color information
#BB8CAC (or 0xBB8CAC) is known color: Lily. HEX triplet: BB, 8C and AC. RGB value is (187,140,172). Sum of RGB (Red+Green+Blue) = 187+140+172=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 140 (55.08% from 255 or 28.06% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8CAC is #447353. Grayscale: #9D9D9D. Windows color (decimal): -4485972 or 11308219. OLE color: 11308219.
HSL color Cylindrical-coordinate representation of color #BB8CAC: hue angle of 319.15º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BB8CAC is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 140 | 172 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.27 |
| HSL | 319.15º | 0.26% | 0.64% | - |
| HSV(B) | 319.15º | 0.25% | 0.73% | - |
| XYZ | 37.32 | 32.3 | 43.3 | - |
| YUV | 157.7 | 136.07 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 140 | 172 | 0 | 0.25 | 0.08 | 0.27 | 319.15 | 0.26 | 0.64 |
| Hex | BB | 8C | AC | 0 | 19 | 8 | 1B | 13F | 1A | 40 |
| Octal | 273 | 214 | 254 | 0 | 31 | 10 | 33 | 477 | 32 | 100 |
| Binary | 10111011 | 10001100 | 10101100 | 0 | 11001 | 1000 | 11011 | 100111111 | 11010 | 1000000 |
Color Harmonies of #BB8CAC
Complementary color
Monochromatic Colors of #BB8CAC
Black with #BB8CAC
Text Example
Text Example
White with #BB8CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8CAC; }
p { color: rgb(187,140,172); }
H1.HeaderClassName
{
color: #BB8CAC;
}
.AnyTagClassName
{
color: #BB8CAC;
}
</style>
background-color css
<style>
a { background-color: #BB8CAC; }
a { background-color: rgb(187,140,172); }
div.DivClassName
{
background-color: #BB8CAC;
}
.BgClassName
{
background-color: #BB8CAC;
}
</style>
border-color css
<style>
span { border-color: #BB8CAC; }
span { border-color: rgb(187,140,172); }
td.TdClassName
{
border-color: #BB8CAC;
}
.TagClassName
{
border-color: #BB8CAC;
}
</style>