Shades of Lily #BC9FB0
Tints of Lily #BC9FB0
RGB
CMYK
RGB Variations
Color information
#BC9FB0 (or 0xBC9FB0) is known color: Lily. HEX triplet: BC, 9F and B0. RGB value is (188,159,176). Sum of RGB (Red+Green+Blue) = 188+159+176=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 176 (69.14% from 255 or 33.65% from 523); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9FB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9FB0 is #43604F. Grayscale: #A9A9A9. Windows color (decimal): -4415568 or 11575228. OLE color: 11575228.
HSL color Cylindrical-coordinate representation of color #BC9FB0: hue angle of 324.83º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BC9FB0 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 159 | 176 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.26 |
| HSL | 324.83º | 0.18% | 0.68% | - |
| HSV(B) | 324.83º | 0.15% | 0.74% | - |
| XYZ | 40.97 | 38.62 | 46.37 | - |
| YUV | 169.61 | 131.61 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 159 | 176 | 0 | 0.15 | 0.06 | 0.26 | 324.83 | 0.18 | 0.68 |
| Hex | BC | 9F | B0 | 0 | F | 6 | 1A | 145 | 12 | 44 |
| Octal | 274 | 237 | 260 | 0 | 17 | 6 | 32 | 505 | 22 | 104 |
| Binary | 10111100 | 10011111 | 10110000 | 0 | 1111 | 110 | 11010 | 101000101 | 10010 | 1000100 |
Color Harmonies of #BC9FB0
Complementary color
Monochromatic Colors of #BC9FB0
Black with #BC9FB0
Text Example
Text Example
White with #BC9FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9FB0; }
p { color: rgb(188,159,176); }
H1.HeaderClassName
{
color: #BC9FB0;
}
.AnyTagClassName
{
color: #BC9FB0;
}
</style>
background-color css
<style>
a { background-color: #BC9FB0; }
a { background-color: rgb(188,159,176); }
div.DivClassName
{
background-color: #BC9FB0;
}
.BgClassName
{
background-color: #BC9FB0;
}
</style>
border-color css
<style>
span { border-color: #BC9FB0; }
span { border-color: rgb(188,159,176); }
td.TdClassName
{
border-color: #BC9FB0;
}
.TagClassName
{
border-color: #BC9FB0;
}
</style>