Shades of Lily #BC9CAA
Tints of Lily #BC9CAA
RGB
CMYK
RGB Variations
Color information
#BC9CAA (or 0xBC9CAA) is known color: Lily. HEX triplet: BC, 9C and AA. RGB value is (188,156,170). Sum of RGB (Red+Green+Blue) = 188+156+170=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 156 (61.33% from 255 or 30.35% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9CAA is #436355. Grayscale: #A7A7A7. Windows color (decimal): -4416342 or 11181244. OLE color: 11181244.
HSL color Cylindrical-coordinate representation of color #BC9CAA: hue angle of 333.75º 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 #BC9CAA is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 156 | 170 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.26 |
| HSL | 333.75º | 0.19% | 0.67% | - |
| HSV(B) | 333.75º | 0.17% | 0.74% | - |
| XYZ | 39.88 | 37.37 | 43.14 | - |
| YUV | 167.16 | 129.6 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 156 | 170 | 0 | 0.17 | 0.10 | 0.26 | 333.75 | 0.19 | 0.67 |
| Hex | BC | 9C | AA | 0 | 11 | A | 1A | 14E | 13 | 43 |
| Octal | 274 | 234 | 252 | 0 | 21 | 12 | 32 | 516 | 23 | 103 |
| Binary | 10111100 | 10011100 | 10101010 | 0 | 10001 | 1010 | 11010 | 101001110 | 10011 | 1000011 |
Color Harmonies of #BC9CAA
Complementary color
Monochromatic Colors of #BC9CAA
Black with #BC9CAA
Text Example
Text Example
White with #BC9CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9CAA; }
p { color: rgb(188,156,170); }
H1.HeaderClassName
{
color: #BC9CAA;
}
.AnyTagClassName
{
color: #BC9CAA;
}
</style>
background-color css
<style>
a { background-color: #BC9CAA; }
a { background-color: rgb(188,156,170); }
div.DivClassName
{
background-color: #BC9CAA;
}
.BgClassName
{
background-color: #BC9CAA;
}
</style>
border-color css
<style>
span { border-color: #BC9CAA; }
span { border-color: rgb(188,156,170); }
td.TdClassName
{
border-color: #BC9CAA;
}
.TagClassName
{
border-color: #BC9CAA;
}
</style>