Shades of Lily #BC9DB6
Tints of Lily #BC9DB6
RGB
CMYK
RGB Variations
Color information
#BC9DB6 (or 0xBC9DB6) is known color: Lily. HEX triplet: BC, 9D and B6. RGB value is (188,157,182). Sum of RGB (Red+Green+Blue) = 188+157+182=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 182 (71.48% from 255 or 34.54% from 527); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9DB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9DB6 is #436249. Grayscale: #A9A9A9. Windows color (decimal): -4416074 or 11967932. OLE color: 11967932.
HSL color Cylindrical-coordinate representation of color #BC9DB6: hue angle of 311.61º 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 #BC9DB6 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 157 | 182 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.26 |
| HSL | 311.61º | 0.19% | 0.68% | - |
| HSV(B) | 311.61º | 0.16% | 0.74% | - |
| XYZ | 41.24 | 38.18 | 49.45 | - |
| YUV | 169.12 | 135.27 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 157 | 182 | 0 | 0.16 | 0.03 | 0.26 | 311.61 | 0.19 | 0.68 |
| Hex | BC | 9D | B6 | 0 | 10 | 3 | 1A | 138 | 13 | 44 |
| Octal | 274 | 235 | 266 | 0 | 20 | 3 | 32 | 470 | 23 | 104 |
| Binary | 10111100 | 10011101 | 10110110 | 0 | 10000 | 11 | 11010 | 100111000 | 10011 | 1000100 |
Color Harmonies of #BC9DB6
Complementary color
Monochromatic Colors of #BC9DB6
Black with #BC9DB6
Text Example
Text Example
White with #BC9DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9DB6; }
p { color: rgb(188,157,182); }
H1.HeaderClassName
{
color: #BC9DB6;
}
.AnyTagClassName
{
color: #BC9DB6;
}
</style>
background-color css
<style>
a { background-color: #BC9DB6; }
a { background-color: rgb(188,157,182); }
div.DivClassName
{
background-color: #BC9DB6;
}
.BgClassName
{
background-color: #BC9DB6;
}
</style>
border-color css
<style>
span { border-color: #BC9DB6; }
span { border-color: rgb(188,157,182); }
td.TdClassName
{
border-color: #BC9DB6;
}
.TagClassName
{
border-color: #BC9DB6;
}
</style>