Shades of Lily #BC94B1
Tints of Lily #BC94B1
RGB
CMYK
RGB Variations
Color information
#BC94B1 (or 0xBC94B1) is known color: Lily. HEX triplet: BC, 94 and B1. RGB value is (188,148,177). Sum of RGB (Red+Green+Blue) = 188+148+177=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 177 (69.53% from 255 or 34.50% from 513); Max value from RGB is 188 - color contains mainly: red. Hex color #BC94B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC94B1 is #436B4E. Grayscale: #A3A3A3. Windows color (decimal): -4418383 or 11637948. OLE color: 11637948.
HSL color Cylindrical-coordinate representation of color #BC94B1: hue angle of 316.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BC94B1 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 148 | 177 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.26 |
| HSL | 316.5º | 0.23% | 0.66% | - |
| HSV(B) | 316.5º | 0.21% | 0.74% | - |
| XYZ | 39.26 | 35.05 | 46.29 | - |
| YUV | 163.27 | 135.75 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 148 | 177 | 0 | 0.21 | 0.06 | 0.26 | 316.5 | 0.23 | 0.66 |
| Hex | BC | 94 | B1 | 0 | 15 | 6 | 1A | 13C | 17 | 42 |
| Octal | 274 | 224 | 261 | 0 | 25 | 6 | 32 | 474 | 27 | 102 |
| Binary | 10111100 | 10010100 | 10110001 | 0 | 10101 | 110 | 11010 | 100111100 | 10111 | 1000010 |
Color Harmonies of #BC94B1
Complementary color
Monochromatic Colors of #BC94B1
Black with #BC94B1
Text Example
Text Example
White with #BC94B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC94B1; }
p { color: rgb(188,148,177); }
H1.HeaderClassName
{
color: #BC94B1;
}
.AnyTagClassName
{
color: #BC94B1;
}
</style>
background-color css
<style>
a { background-color: #BC94B1; }
a { background-color: rgb(188,148,177); }
div.DivClassName
{
background-color: #BC94B1;
}
.BgClassName
{
background-color: #BC94B1;
}
</style>
border-color css
<style>
span { border-color: #BC94B1; }
span { border-color: rgb(188,148,177); }
td.TdClassName
{
border-color: #BC94B1;
}
.TagClassName
{
border-color: #BC94B1;
}
</style>