Shades of Lily #BC98AB
Tints of Lily #BC98AB
RGB
CMYK
RGB Variations
Color information
#BC98AB (or 0xBC98AB) is known color: Lily. HEX triplet: BC, 98 and AB. RGB value is (188,152,171). Sum of RGB (Red+Green+Blue) = 188+152+171=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 188 - color contains mainly: red. Hex color #BC98AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC98AB is #436754. Grayscale: #A4A4A4. Windows color (decimal): -4417365 or 11245756. OLE color: 11245756.
HSL color Cylindrical-coordinate representation of color #BC98AB: hue angle of 328.33º 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 #BC98AB is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 152 | 171 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.26 |
| HSL | 328.33º | 0.21% | 0.67% | - |
| HSV(B) | 328.33º | 0.19% | 0.74% | - |
| XYZ | 39.32 | 36.09 | 43.42 | - |
| YUV | 164.93 | 131.43 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 171 | 0 | 0.19 | 0.09 | 0.26 | 328.33 | 0.21 | 0.67 |
| Hex | BC | 98 | AB | 0 | 13 | 9 | 1A | 148 | 15 | 43 |
| Octal | 274 | 230 | 253 | 0 | 23 | 11 | 32 | 510 | 25 | 103 |
| Binary | 10111100 | 10011000 | 10101011 | 0 | 10011 | 1001 | 11010 | 101001000 | 10101 | 1000011 |
Color Harmonies of #BC98AB
Complementary color
Monochromatic Colors of #BC98AB
Black with #BC98AB
Text Example
Text Example
White with #BC98AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC98AB; }
p { color: rgb(188,152,171); }
H1.HeaderClassName
{
color: #BC98AB;
}
.AnyTagClassName
{
color: #BC98AB;
}
</style>
background-color css
<style>
a { background-color: #BC98AB; }
a { background-color: rgb(188,152,171); }
div.DivClassName
{
background-color: #BC98AB;
}
.BgClassName
{
background-color: #BC98AB;
}
</style>
border-color css
<style>
span { border-color: #BC98AB; }
span { border-color: rgb(188,152,171); }
td.TdClassName
{
border-color: #BC98AB;
}
.TagClassName
{
border-color: #BC98AB;
}
</style>