Shades of Lily #BC89AA
Tints of Lily #BC89AA
RGB
CMYK
RGB Variations
Color information
#BC89AA (or 0xBC89AA) is known color: Lily. HEX triplet: BC, 89 and AA. RGB value is (188,137,170). Sum of RGB (Red+Green+Blue) = 188+137+170=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 188 - color contains mainly: red. Hex color #BC89AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC89AA is #437655. Grayscale: #9B9B9B. Windows color (decimal): -4421206 or 11176380. OLE color: 11176380.
HSL color Cylindrical-coordinate representation of color #BC89AA: hue angle of 321.18º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC89AA is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 137 | 170 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.26 |
| HSL | 321.18º | 0.28% | 0.64% | - |
| HSV(B) | 321.18º | 0.27% | 0.74% | - |
| XYZ | 36.94 | 31.48 | 42.16 | - |
| YUV | 156.01 | 135.9 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 170 | 0 | 0.27 | 0.10 | 0.26 | 321.18 | 0.28 | 0.64 |
| Hex | BC | 89 | AA | 0 | 1B | A | 1A | 141 | 1C | 40 |
| Octal | 274 | 211 | 252 | 0 | 33 | 12 | 32 | 501 | 34 | 100 |
| Binary | 10111100 | 10001001 | 10101010 | 0 | 11011 | 1010 | 11010 | 101000001 | 11100 | 1000000 |
Color Harmonies of #BC89AA
Complementary color
Monochromatic Colors of #BC89AA
Black with #BC89AA
Text Example
Text Example
White with #BC89AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC89AA; }
p { color: rgb(188,137,170); }
H1.HeaderClassName
{
color: #BC89AA;
}
.AnyTagClassName
{
color: #BC89AA;
}
</style>
background-color css
<style>
a { background-color: #BC89AA; }
a { background-color: rgb(188,137,170); }
div.DivClassName
{
background-color: #BC89AA;
}
.BgClassName
{
background-color: #BC89AA;
}
</style>
border-color css
<style>
span { border-color: #BC89AA; }
span { border-color: rgb(188,137,170); }
td.TdClassName
{
border-color: #BC89AA;
}
.TagClassName
{
border-color: #BC89AA;
}
</style>