Shades of Lily #BC9FAF
Tints of Lily #BC9FAF
RGB
CMYK
RGB Variations
Color information
#BC9FAF (or 0xBC9FAF) is known color: Lily. HEX triplet: BC, 9F and AF. RGB value is (188,159,175). Sum of RGB (Red+Green+Blue) = 188+159+175=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9FAF is #436050. Grayscale: #A9A9A9. Windows color (decimal): -4415569 or 11509692. OLE color: 11509692.
HSL color Cylindrical-coordinate representation of color #BC9FAF: hue angle of 326.9º 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 #BC9FAF is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 159 | 175 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.26 |
| HSL | 326.9º | 0.18% | 0.68% | - |
| HSV(B) | 326.9º | 0.15% | 0.74% | - |
| XYZ | 40.88 | 38.58 | 45.85 | - |
| YUV | 169.5 | 131.11 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 159 | 175 | 0 | 0.15 | 0.07 | 0.26 | 326.9 | 0.18 | 0.68 |
| Hex | BC | 9F | AF | 0 | F | 7 | 1A | 147 | 12 | 44 |
| Octal | 274 | 237 | 257 | 0 | 17 | 7 | 32 | 507 | 22 | 104 |
| Binary | 10111100 | 10011111 | 10101111 | 0 | 1111 | 111 | 11010 | 101000111 | 10010 | 1000100 |
Color Harmonies of #BC9FAF
Complementary color
Monochromatic Colors of #BC9FAF
Black with #BC9FAF
Text Example
Text Example
White with #BC9FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9FAF; }
p { color: rgb(188,159,175); }
H1.HeaderClassName
{
color: #BC9FAF;
}
.AnyTagClassName
{
color: #BC9FAF;
}
</style>
background-color css
<style>
a { background-color: #BC9FAF; }
a { background-color: rgb(188,159,175); }
div.DivClassName
{
background-color: #BC9FAF;
}
.BgClassName
{
background-color: #BC9FAF;
}
</style>
border-color css
<style>
span { border-color: #BC9FAF; }
span { border-color: rgb(188,159,175); }
td.TdClassName
{
border-color: #BC9FAF;
}
.TagClassName
{
border-color: #BC9FAF;
}
</style>