Shades of Lily #BC89A8
Tints of Lily #BC89A8
RGB
CMYK
RGB Variations
Color information
#BC89A8 (or 0xBC89A8) is known color: Lily. HEX triplet: BC, 89 and A8. RGB value is (188,137,168). Sum of RGB (Red+Green+Blue) = 188+137+168=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 168 (66.02% from 255 or 34.08% from 493); Max value from RGB is 188 - color contains mainly: red. Hex color #BC89A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC89A8 is #437657. Grayscale: #9B9B9B. Windows color (decimal): -4421208 or 11045308. OLE color: 11045308.
HSL color Cylindrical-coordinate representation of color #BC89A8: hue angle of 323.53º 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 #BC89A8 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 137 | 168 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.26 |
| HSL | 323.53º | 0.28% | 0.64% | - |
| HSV(B) | 323.53º | 0.27% | 0.74% | - |
| XYZ | 36.75 | 31.41 | 41.17 | - |
| YUV | 155.78 | 134.9 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 168 | 0 | 0.27 | 0.11 | 0.26 | 323.53 | 0.28 | 0.64 |
| Hex | BC | 89 | A8 | 0 | 1B | B | 1A | 144 | 1C | 40 |
| Octal | 274 | 211 | 250 | 0 | 33 | 13 | 32 | 504 | 34 | 100 |
| Binary | 10111100 | 10001001 | 10101000 | 0 | 11011 | 1011 | 11010 | 101000100 | 11100 | 1000000 |
Color Harmonies of #BC89A8
Complementary color
Monochromatic Colors of #BC89A8
Black with #BC89A8
Text Example
Text Example
White with #BC89A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC89A8; }
p { color: rgb(188,137,168); }
H1.HeaderClassName
{
color: #BC89A8;
}
.AnyTagClassName
{
color: #BC89A8;
}
</style>
background-color css
<style>
a { background-color: #BC89A8; }
a { background-color: rgb(188,137,168); }
div.DivClassName
{
background-color: #BC89A8;
}
.BgClassName
{
background-color: #BC89A8;
}
</style>
border-color css
<style>
span { border-color: #BC89A8; }
span { border-color: rgb(188,137,168); }
td.TdClassName
{
border-color: #BC89A8;
}
.TagClassName
{
border-color: #BC89A8;
}
</style>