Shades of Lily #BF98AB
Tints of Lily #BF98AB
RGB
CMYK
RGB Variations
Color information
#BF98AB (or 0xBF98AB) is known color: Lily. HEX triplet: BF, 98 and AB. RGB value is (191,152,171). Sum of RGB (Red+Green+Blue) = 191+152+171=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 152 (59.77% from 255 or 29.57% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 191 - color contains mainly: red. Hex color #BF98AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF98AB is #406754. Grayscale: #A5A5A5. Windows color (decimal): -4220757 or 11245759. OLE color: 11245759.
HSL color Cylindrical-coordinate representation of color #BF98AB: hue angle of 330.77º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BF98AB is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 152 | 171 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.25 |
| HSL | 330.77º | 0.23% | 0.67% | - |
| HSV(B) | 330.77º | 0.2% | 0.75% | - |
| XYZ | 40.06 | 36.47 | 43.46 | - |
| YUV | 165.83 | 130.92 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 152 | 171 | 0 | 0.20 | 0.10 | 0.25 | 330.77 | 0.23 | 0.67 |
| Hex | BF | 98 | AB | 0 | 14 | A | 19 | 14B | 17 | 43 |
| Octal | 277 | 230 | 253 | 0 | 24 | 12 | 31 | 513 | 27 | 103 |
| Binary | 10111111 | 10011000 | 10101011 | 0 | 10100 | 1010 | 11001 | 101001011 | 10111 | 1000011 |
Color Harmonies of #BF98AB
Complementary color
Monochromatic Colors of #BF98AB
Black with #BF98AB
Text Example
Text Example
White with #BF98AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF98AB; }
p { color: rgb(191,152,171); }
H1.HeaderClassName
{
color: #BF98AB;
}
.AnyTagClassName
{
color: #BF98AB;
}
</style>
background-color css
<style>
a { background-color: #BF98AB; }
a { background-color: rgb(191,152,171); }
div.DivClassName
{
background-color: #BF98AB;
}
.BgClassName
{
background-color: #BF98AB;
}
</style>
border-color css
<style>
span { border-color: #BF98AB; }
span { border-color: rgb(191,152,171); }
td.TdClassName
{
border-color: #BF98AB;
}
.TagClassName
{
border-color: #BF98AB;
}
</style>