Shades of Lily #BC9CAC
Tints of Lily #BC9CAC
RGB
CMYK
RGB Variations
Color information
#BC9CAC (or 0xBC9CAC) is known color: Lily. HEX triplet: BC, 9C and AC. RGB value is (188,156,172). Sum of RGB (Red+Green+Blue) = 188+156+172=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9CAC is #436353. Grayscale: #A7A7A7. Windows color (decimal): -4416340 or 11312316. OLE color: 11312316.
HSL color Cylindrical-coordinate representation of color #BC9CAC: hue angle of 330º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BC9CAC is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 156 | 172 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.26 |
| HSL | 330º | 0.19% | 0.67% | - |
| HSV(B) | 330º | 0.17% | 0.74% | - |
| XYZ | 40.07 | 37.45 | 44.15 | - |
| YUV | 167.39 | 130.6 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 156 | 172 | 0 | 0.17 | 0.09 | 0.26 | 330 | 0.19 | 0.67 |
| Hex | BC | 9C | AC | 0 | 11 | 9 | 1A | 14A | 13 | 43 |
| Octal | 274 | 234 | 254 | 0 | 21 | 11 | 32 | 512 | 23 | 103 |
| Binary | 10111100 | 10011100 | 10101100 | 0 | 10001 | 1001 | 11010 | 101001010 | 10011 | 1000011 |
Color Harmonies of #BC9CAC
Complementary color
Monochromatic Colors of #BC9CAC
Black with #BC9CAC
Text Example
Text Example
White with #BC9CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9CAC; }
p { color: rgb(188,156,172); }
H1.HeaderClassName
{
color: #BC9CAC;
}
.AnyTagClassName
{
color: #BC9CAC;
}
</style>
background-color css
<style>
a { background-color: #BC9CAC; }
a { background-color: rgb(188,156,172); }
div.DivClassName
{
background-color: #BC9CAC;
}
.BgClassName
{
background-color: #BC9CAC;
}
</style>
border-color css
<style>
span { border-color: #BC9CAC; }
span { border-color: rgb(188,156,172); }
td.TdClassName
{
border-color: #BC9CAC;
}
.TagClassName
{
border-color: #BC9CAC;
}
</style>