Shades of Lily #BC94A8
Tints of Lily #BC94A8
RGB
CMYK
RGB Variations
Color information
#BC94A8 (or 0xBC94A8) is known color: Lily. HEX triplet: BC, 94 and A8. RGB value is (188,148,168). Sum of RGB (Red+Green+Blue) = 188+148+168=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 148 (58.20% from 255 or 29.37% from 504); Blue value is 168 (66.02% from 255 or 33.33% from 504); Max value from RGB is 188 - color contains mainly: red. Hex color #BC94A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC94A8 is #436B57. Grayscale: #A2A2A2. Windows color (decimal): -4418392 or 11048124. OLE color: 11048124.
HSL color Cylindrical-coordinate representation of color #BC94A8: hue angle of 330º 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 #BC94A8 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 148 | 168 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.26 |
| HSL | 330º | 0.23% | 0.66% | - |
| HSV(B) | 330º | 0.21% | 0.74% | - |
| XYZ | 38.4 | 34.7 | 41.72 | - |
| YUV | 162.24 | 131.25 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 148 | 168 | 0 | 0.21 | 0.11 | 0.26 | 330 | 0.23 | 0.66 |
| Hex | BC | 94 | A8 | 0 | 15 | B | 1A | 14A | 17 | 42 |
| Octal | 274 | 224 | 250 | 0 | 25 | 13 | 32 | 512 | 27 | 102 |
| Binary | 10111100 | 10010100 | 10101000 | 0 | 10101 | 1011 | 11010 | 101001010 | 10111 | 1000010 |
Color Harmonies of #BC94A8
Complementary color
Monochromatic Colors of #BC94A8
Black with #BC94A8
Text Example
Text Example
White with #BC94A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC94A8; }
p { color: rgb(188,148,168); }
H1.HeaderClassName
{
color: #BC94A8;
}
.AnyTagClassName
{
color: #BC94A8;
}
</style>
background-color css
<style>
a { background-color: #BC94A8; }
a { background-color: rgb(188,148,168); }
div.DivClassName
{
background-color: #BC94A8;
}
.BgClassName
{
background-color: #BC94A8;
}
</style>
border-color css
<style>
span { border-color: #BC94A8; }
span { border-color: rgb(188,148,168); }
td.TdClassName
{
border-color: #BC94A8;
}
.TagClassName
{
border-color: #BC94A8;
}
</style>