Shades of Lily #BB8CA9
Tints of Lily #BB8CA9
RGB
CMYK
RGB Variations
Color information
#BB8CA9 (or 0xBB8CA9) is known color: Lily. HEX triplet: BB, 8C and A9. RGB value is (187,140,169). Sum of RGB (Red+Green+Blue) = 187+140+169=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 140 (55.08% from 255 or 28.23% from 496); Blue value is 169 (66.41% from 255 or 34.07% from 496); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8CA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8CA9 is #447356. Grayscale: #9D9D9D. Windows color (decimal): -4485975 or 11111611. OLE color: 11111611.
HSL color Cylindrical-coordinate representation of color #BB8CA9: hue angle of 322.98º 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 #BB8CA9 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 140 | 169 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.27 |
| HSL | 322.98º | 0.26% | 0.64% | - |
| HSV(B) | 322.98º | 0.25% | 0.73% | - |
| XYZ | 37.03 | 32.19 | 41.8 | - |
| YUV | 157.36 | 134.57 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 140 | 169 | 0 | 0.25 | 0.10 | 0.27 | 322.98 | 0.26 | 0.64 |
| Hex | BB | 8C | A9 | 0 | 19 | A | 1B | 143 | 1A | 40 |
| Octal | 273 | 214 | 251 | 0 | 31 | 12 | 33 | 503 | 32 | 100 |
| Binary | 10111011 | 10001100 | 10101001 | 0 | 11001 | 1010 | 11011 | 101000011 | 11010 | 1000000 |
Color Harmonies of #BB8CA9
Complementary color
Monochromatic Colors of #BB8CA9
Black with #BB8CA9
Text Example
Text Example
White with #BB8CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8CA9; }
p { color: rgb(187,140,169); }
H1.HeaderClassName
{
color: #BB8CA9;
}
.AnyTagClassName
{
color: #BB8CA9;
}
</style>
background-color css
<style>
a { background-color: #BB8CA9; }
a { background-color: rgb(187,140,169); }
div.DivClassName
{
background-color: #BB8CA9;
}
.BgClassName
{
background-color: #BB8CA9;
}
</style>
border-color css
<style>
span { border-color: #BB8CA9; }
span { border-color: rgb(187,140,169); }
td.TdClassName
{
border-color: #BB8CA9;
}
.TagClassName
{
border-color: #BB8CA9;
}
</style>