Shades of Lily #BC9CB0
Tints of Lily #BC9CB0
RGB
CMYK
RGB Variations
Color information
#BC9CB0 (or 0xBC9CB0) is known color: Lily. HEX triplet: BC, 9C and B0. RGB value is (188,156,176). Sum of RGB (Red+Green+Blue) = 188+156+176=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9CB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9CB0 is #43634F. Grayscale: #A7A7A7. Windows color (decimal): -4416336 or 11574460. OLE color: 11574460.
HSL color Cylindrical-coordinate representation of color #BC9CB0: hue angle of 322.5º 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 #BC9CB0 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 156 | 176 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.26 |
| HSL | 322.5º | 0.19% | 0.67% | - |
| HSV(B) | 322.5º | 0.17% | 0.74% | - |
| XYZ | 40.46 | 37.6 | 46.2 | - |
| YUV | 167.85 | 132.6 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 156 | 176 | 0 | 0.17 | 0.06 | 0.26 | 322.5 | 0.19 | 0.67 |
| Hex | BC | 9C | B0 | 0 | 11 | 6 | 1A | 142 | 13 | 43 |
| Octal | 274 | 234 | 260 | 0 | 21 | 6 | 32 | 502 | 23 | 103 |
| Binary | 10111100 | 10011100 | 10110000 | 0 | 10001 | 110 | 11010 | 101000010 | 10011 | 1000011 |
Color Harmonies of #BC9CB0
Complementary color
Monochromatic Colors of #BC9CB0
Black with #BC9CB0
Text Example
Text Example
White with #BC9CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9CB0; }
p { color: rgb(188,156,176); }
H1.HeaderClassName
{
color: #BC9CB0;
}
.AnyTagClassName
{
color: #BC9CB0;
}
</style>
background-color css
<style>
a { background-color: #BC9CB0; }
a { background-color: rgb(188,156,176); }
div.DivClassName
{
background-color: #BC9CB0;
}
.BgClassName
{
background-color: #BC9CB0;
}
</style>
border-color css
<style>
span { border-color: #BC9CB0; }
span { border-color: rgb(188,156,176); }
td.TdClassName
{
border-color: #BC9CB0;
}
.TagClassName
{
border-color: #BC9CB0;
}
</style>