Shades of Lily #BC88A8
Tints of Lily #BC88A8
RGB
CMYK
RGB Variations
Color information
#BC88A8 (or 0xBC88A8) is known color: Lily. HEX triplet: BC, 88 and A8. RGB value is (188,136,168). Sum of RGB (Red+Green+Blue) = 188+136+168=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 168 (66.02% from 255 or 34.15% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BC88A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC88A8 is #437757. Grayscale: #9B9B9B. Windows color (decimal): -4421464 or 11045052. OLE color: 11045052.
HSL color Cylindrical-coordinate representation of color #BC88A8: hue angle of 323.08º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BC88A8 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 168 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.26 |
| HSL | 323.08º | 0.28% | 0.64% | - |
| HSV(B) | 323.08º | 0.28% | 0.74% | - |
| XYZ | 36.61 | 31.13 | 41.12 | - |
| YUV | 155.2 | 135.23 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 168 | 0 | 0.28 | 0.11 | 0.26 | 323.08 | 0.28 | 0.64 |
| Hex | BC | 88 | A8 | 0 | 1C | B | 1A | 143 | 1C | 40 |
| Octal | 274 | 210 | 250 | 0 | 34 | 13 | 32 | 503 | 34 | 100 |
| Binary | 10111100 | 10001000 | 10101000 | 0 | 11100 | 1011 | 11010 | 101000011 | 11100 | 1000000 |
Color Harmonies of #BC88A8
Complementary color
Monochromatic Colors of #BC88A8
Black with #BC88A8
Text Example
Text Example
White with #BC88A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC88A8; }
p { color: rgb(188,136,168); }
H1.HeaderClassName
{
color: #BC88A8;
}
.AnyTagClassName
{
color: #BC88A8;
}
</style>
background-color css
<style>
a { background-color: #BC88A8; }
a { background-color: rgb(188,136,168); }
div.DivClassName
{
background-color: #BC88A8;
}
.BgClassName
{
background-color: #BC88A8;
}
</style>
border-color css
<style>
span { border-color: #BC88A8; }
span { border-color: rgb(188,136,168); }
td.TdClassName
{
border-color: #BC88A8;
}
.TagClassName
{
border-color: #BC88A8;
}
</style>