Shades of Lily #BC9CAB
Tints of Lily #BC9CAB
RGB
CMYK
RGB Variations
Color information
#BC9CAB (or 0xBC9CAB) is known color: Lily. HEX triplet: BC, 9C and AB. RGB value is (188,156,171). Sum of RGB (Red+Green+Blue) = 188+156+171=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9CAB is #436354. Grayscale: #A7A7A7. Windows color (decimal): -4416341 or 11246780. OLE color: 11246780.
HSL color Cylindrical-coordinate representation of color #BC9CAB: hue angle of 331.88º 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 #BC9CAB is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 156 | 171 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.26 |
| HSL | 331.88º | 0.19% | 0.67% | - |
| HSV(B) | 331.88º | 0.17% | 0.74% | - |
| XYZ | 39.98 | 37.41 | 43.64 | - |
| YUV | 167.28 | 130.1 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 156 | 171 | 0 | 0.17 | 0.09 | 0.26 | 331.88 | 0.19 | 0.67 |
| Hex | BC | 9C | AB | 0 | 11 | 9 | 1A | 14C | 13 | 43 |
| Octal | 274 | 234 | 253 | 0 | 21 | 11 | 32 | 514 | 23 | 103 |
| Binary | 10111100 | 10011100 | 10101011 | 0 | 10001 | 1001 | 11010 | 101001100 | 10011 | 1000011 |
Color Harmonies of #BC9CAB
Complementary color
Monochromatic Colors of #BC9CAB
Black with #BC9CAB
Text Example
Text Example
White with #BC9CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9CAB; }
p { color: rgb(188,156,171); }
H1.HeaderClassName
{
color: #BC9CAB;
}
.AnyTagClassName
{
color: #BC9CAB;
}
</style>
background-color css
<style>
a { background-color: #BC9CAB; }
a { background-color: rgb(188,156,171); }
div.DivClassName
{
background-color: #BC9CAB;
}
.BgClassName
{
background-color: #BC9CAB;
}
</style>
border-color css
<style>
span { border-color: #BC9CAB; }
span { border-color: rgb(188,156,171); }
td.TdClassName
{
border-color: #BC9CAB;
}
.TagClassName
{
border-color: #BC9CAB;
}
</style>