Shades of Lily #BC9AB1
Tints of Lily #BC9AB1
RGB
CMYK
RGB Variations
Color information
#BC9AB1 (or 0xBC9AB1) is known color: Lily. HEX triplet: BC, 9A and B1. RGB value is (188,154,177). Sum of RGB (Red+Green+Blue) = 188+154+177=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 177 (69.53% from 255 or 34.10% from 519); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9AB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9AB1 is #43654E. Grayscale: #A6A6A6. Windows color (decimal): -4416847 or 11639484. OLE color: 11639484.
HSL color Cylindrical-coordinate representation of color #BC9AB1: hue angle of 319.41º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BC9AB1 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 154 | 177 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.26 |
| HSL | 319.41º | 0.2% | 0.67% | - |
| HSV(B) | 319.41º | 0.18% | 0.74% | - |
| XYZ | 40.23 | 36.98 | 46.61 | - |
| YUV | 166.79 | 133.76 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 154 | 177 | 0 | 0.18 | 0.06 | 0.26 | 319.41 | 0.2 | 0.67 |
| Hex | BC | 9A | B1 | 0 | 12 | 6 | 1A | 13F | 14 | 43 |
| Octal | 274 | 232 | 261 | 0 | 22 | 6 | 32 | 477 | 24 | 103 |
| Binary | 10111100 | 10011010 | 10110001 | 0 | 10010 | 110 | 11010 | 100111111 | 10100 | 1000011 |
Color Harmonies of #BC9AB1
Complementary color
Monochromatic Colors of #BC9AB1
Black with #BC9AB1
Text Example
Text Example
White with #BC9AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9AB1; }
p { color: rgb(188,154,177); }
H1.HeaderClassName
{
color: #BC9AB1;
}
.AnyTagClassName
{
color: #BC9AB1;
}
</style>
background-color css
<style>
a { background-color: #BC9AB1; }
a { background-color: rgb(188,154,177); }
div.DivClassName
{
background-color: #BC9AB1;
}
.BgClassName
{
background-color: #BC9AB1;
}
</style>
border-color css
<style>
span { border-color: #BC9AB1; }
span { border-color: rgb(188,154,177); }
td.TdClassName
{
border-color: #BC9AB1;
}
.TagClassName
{
border-color: #BC9AB1;
}
</style>