Shades of Lily #BC9EAF
Tints of Lily #BC9EAF
RGB
CMYK
RGB Variations
Color information
#BC9EAF (or 0xBC9EAF) is known color: Lily. HEX triplet: BC, 9E and AF. RGB value is (188,158,175). Sum of RGB (Red+Green+Blue) = 188+158+175=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 158 (62.11% from 255 or 30.33% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9EAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9EAF is #436150. Grayscale: #A8A8A8. Windows color (decimal): -4415825 or 11509436. OLE color: 11509436.
HSL color Cylindrical-coordinate representation of color #BC9EAF: hue angle of 326º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BC9EAF is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 158 | 175 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.26 |
| HSL | 326º | 0.18% | 0.68% | - |
| HSV(B) | 326º | 0.16% | 0.74% | - |
| XYZ | 40.7 | 38.24 | 45.79 | - |
| YUV | 168.91 | 131.44 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 158 | 175 | 0 | 0.16 | 0.07 | 0.26 | 326 | 0.18 | 0.68 |
| Hex | BC | 9E | AF | 0 | 10 | 7 | 1A | 146 | 12 | 44 |
| Octal | 274 | 236 | 257 | 0 | 20 | 7 | 32 | 506 | 22 | 104 |
| Binary | 10111100 | 10011110 | 10101111 | 0 | 10000 | 111 | 11010 | 101000110 | 10010 | 1000100 |
Color Harmonies of #BC9EAF
Complementary color
Monochromatic Colors of #BC9EAF
Black with #BC9EAF
Text Example
Text Example
White with #BC9EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9EAF; }
p { color: rgb(188,158,175); }
H1.HeaderClassName
{
color: #BC9EAF;
}
.AnyTagClassName
{
color: #BC9EAF;
}
</style>
background-color css
<style>
a { background-color: #BC9EAF; }
a { background-color: rgb(188,158,175); }
div.DivClassName
{
background-color: #BC9EAF;
}
.BgClassName
{
background-color: #BC9EAF;
}
</style>
border-color css
<style>
span { border-color: #BC9EAF; }
span { border-color: rgb(188,158,175); }
td.TdClassName
{
border-color: #BC9EAF;
}
.TagClassName
{
border-color: #BC9EAF;
}
</style>