Shades of Lily #BC9DAE
Tints of Lily #BC9DAE
RGB
CMYK
RGB Variations
Color information
#BC9DAE (or 0xBC9DAE) is known color: Lily. HEX triplet: BC, 9D and AE. RGB value is (188,157,174). Sum of RGB (Red+Green+Blue) = 188+157+174=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 157 (61.72% from 255 or 30.25% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9DAE is #436251. Grayscale: #A8A8A8. Windows color (decimal): -4416082 or 11443644. OLE color: 11443644.
HSL color Cylindrical-coordinate representation of color #BC9DAE: hue angle of 327.1º degrees, saturation: 0.19, 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 #BC9DAE is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 157 | 174 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.26 |
| HSL | 327.1º | 0.19% | 0.68% | - |
| HSV(B) | 327.1º | 0.16% | 0.74% | - |
| XYZ | 40.44 | 37.86 | 45.22 | - |
| YUV | 168.21 | 131.27 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 157 | 174 | 0 | 0.16 | 0.07 | 0.26 | 327.1 | 0.19 | 0.68 |
| Hex | BC | 9D | AE | 0 | 10 | 7 | 1A | 147 | 13 | 44 |
| Octal | 274 | 235 | 256 | 0 | 20 | 7 | 32 | 507 | 23 | 104 |
| Binary | 10111100 | 10011101 | 10101110 | 0 | 10000 | 111 | 11010 | 101000111 | 10011 | 1000100 |
Color Harmonies of #BC9DAE
Complementary color
Monochromatic Colors of #BC9DAE
Black with #BC9DAE
Text Example
Text Example
White with #BC9DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9DAE; }
p { color: rgb(188,157,174); }
H1.HeaderClassName
{
color: #BC9DAE;
}
.AnyTagClassName
{
color: #BC9DAE;
}
</style>
background-color css
<style>
a { background-color: #BC9DAE; }
a { background-color: rgb(188,157,174); }
div.DivClassName
{
background-color: #BC9DAE;
}
.BgClassName
{
background-color: #BC9DAE;
}
</style>
border-color css
<style>
span { border-color: #BC9DAE; }
span { border-color: rgb(188,157,174); }
td.TdClassName
{
border-color: #BC9DAE;
}
.TagClassName
{
border-color: #BC9DAE;
}
</style>