Shades of Lily #BC98AD
Tints of Lily #BC98AD
RGB
CMYK
RGB Variations
Color information
#BC98AD (or 0xBC98AD) is known color: Lily. HEX triplet: BC, 98 and AD. RGB value is (188,152,173). Sum of RGB (Red+Green+Blue) = 188+152+173=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 188 - color contains mainly: red. Hex color #BC98AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC98AD is #436752. Grayscale: #A5A5A5. Windows color (decimal): -4417363 or 11376828. OLE color: 11376828.
HSL color Cylindrical-coordinate representation of color #BC98AD: hue angle of 325º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BC98AD is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 152 | 173 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.26 |
| HSL | 325º | 0.21% | 0.67% | - |
| HSV(B) | 325º | 0.19% | 0.74% | - |
| XYZ | 39.51 | 36.16 | 44.43 | - |
| YUV | 165.16 | 132.43 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 173 | 0 | 0.19 | 0.08 | 0.26 | 325 | 0.21 | 0.67 |
| Hex | BC | 98 | AD | 0 | 13 | 8 | 1A | 145 | 15 | 43 |
| Octal | 274 | 230 | 255 | 0 | 23 | 10 | 32 | 505 | 25 | 103 |
| Binary | 10111100 | 10011000 | 10101101 | 0 | 10011 | 1000 | 11010 | 101000101 | 10101 | 1000011 |
Color Harmonies of #BC98AD
Complementary color
Monochromatic Colors of #BC98AD
Black with #BC98AD
Text Example
Text Example
White with #BC98AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC98AD; }
p { color: rgb(188,152,173); }
H1.HeaderClassName
{
color: #BC98AD;
}
.AnyTagClassName
{
color: #BC98AD;
}
</style>
background-color css
<style>
a { background-color: #BC98AD; }
a { background-color: rgb(188,152,173); }
div.DivClassName
{
background-color: #BC98AD;
}
.BgClassName
{
background-color: #BC98AD;
}
</style>
border-color css
<style>
span { border-color: #BC98AD; }
span { border-color: rgb(188,152,173); }
td.TdClassName
{
border-color: #BC98AD;
}
.TagClassName
{
border-color: #BC98AD;
}
</style>