Shades of Lily #BC9FB7
Tints of Lily #BC9FB7
RGB
CMYK
RGB Variations
Color information
#BC9FB7 (or 0xBC9FB7) is known color: Lily. HEX triplet: BC, 9F and B7. RGB value is (188,159,183). Sum of RGB (Red+Green+Blue) = 188+159+183=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 183 (71.88% from 255 or 34.53% from 530); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9FB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9FB7 is #436048. Grayscale: #AAAAAA. Windows color (decimal): -4415561 or 12033980. OLE color: 12033980.
HSL color Cylindrical-coordinate representation of color #BC9FB7: hue angle of 310.34º 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 #BC9FB7 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 159 | 183 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.26 |
| HSL | 310.34º | 0.18% | 0.68% | - |
| HSV(B) | 310.34º | 0.15% | 0.74% | - |
| XYZ | 41.68 | 38.91 | 50.11 | - |
| YUV | 170.41 | 135.11 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 159 | 183 | 0 | 0.15 | 0.03 | 0.26 | 310.34 | 0.18 | 0.68 |
| Hex | BC | 9F | B7 | 0 | F | 3 | 1A | 136 | 12 | 44 |
| Octal | 274 | 237 | 267 | 0 | 17 | 3 | 32 | 466 | 22 | 104 |
| Binary | 10111100 | 10011111 | 10110111 | 0 | 1111 | 11 | 11010 | 100110110 | 10010 | 1000100 |
Color Harmonies of #BC9FB7
Complementary color
Monochromatic Colors of #BC9FB7
Black with #BC9FB7
Text Example
Text Example
White with #BC9FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9FB7; }
p { color: rgb(188,159,183); }
H1.HeaderClassName
{
color: #BC9FB7;
}
.AnyTagClassName
{
color: #BC9FB7;
}
</style>
background-color css
<style>
a { background-color: #BC9FB7; }
a { background-color: rgb(188,159,183); }
div.DivClassName
{
background-color: #BC9FB7;
}
.BgClassName
{
background-color: #BC9FB7;
}
</style>
border-color css
<style>
span { border-color: #BC9FB7; }
span { border-color: rgb(188,159,183); }
td.TdClassName
{
border-color: #BC9FB7;
}
.TagClassName
{
border-color: #BC9FB7;
}
</style>