Shades of Lily #BC94A9
Tints of Lily #BC94A9
RGB
CMYK
RGB Variations
Color information
#BC94A9 (or 0xBC94A9) is known color: Lily. HEX triplet: BC, 94 and A9. RGB value is (188,148,169). Sum of RGB (Red+Green+Blue) = 188+148+169=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 169 (66.41% from 255 or 33.47% from 505); Max value from RGB is 188 - color contains mainly: red. Hex color #BC94A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC94A9 is #436B56. Grayscale: #A2A2A2. Windows color (decimal): -4418391 or 11113660. OLE color: 11113660.
HSL color Cylindrical-coordinate representation of color #BC94A9: hue angle of 328.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 #BC94A9 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 148 | 169 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.26 |
| HSL | 328.5º | 0.23% | 0.66% | - |
| HSV(B) | 328.5º | 0.21% | 0.74% | - |
| XYZ | 38.49 | 34.74 | 42.21 | - |
| YUV | 162.35 | 131.75 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 148 | 169 | 0 | 0.21 | 0.10 | 0.26 | 328.5 | 0.23 | 0.66 |
| Hex | BC | 94 | A9 | 0 | 15 | A | 1A | 148 | 17 | 42 |
| Octal | 274 | 224 | 251 | 0 | 25 | 12 | 32 | 510 | 27 | 102 |
| Binary | 10111100 | 10010100 | 10101001 | 0 | 10101 | 1010 | 11010 | 101001000 | 10111 | 1000010 |
Color Harmonies of #BC94A9
Complementary color
Monochromatic Colors of #BC94A9
Black with #BC94A9
Text Example
Text Example
White with #BC94A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC94A9; }
p { color: rgb(188,148,169); }
H1.HeaderClassName
{
color: #BC94A9;
}
.AnyTagClassName
{
color: #BC94A9;
}
</style>
background-color css
<style>
a { background-color: #BC94A9; }
a { background-color: rgb(188,148,169); }
div.DivClassName
{
background-color: #BC94A9;
}
.BgClassName
{
background-color: #BC94A9;
}
</style>
border-color css
<style>
span { border-color: #BC94A9; }
span { border-color: rgb(188,148,169); }
td.TdClassName
{
border-color: #BC94A9;
}
.TagClassName
{
border-color: #BC94A9;
}
</style>