Shades of Lily #BF90AD
Tints of Lily #BF90AD
RGB
CMYK
RGB Variations
Color information
#BF90AD (or 0xBF90AD) is known color: Lily. HEX triplet: BF, 90 and AD. RGB value is (191,144,173). Sum of RGB (Red+Green+Blue) = 191+144+173=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 191 - color contains mainly: red. Hex color #BF90AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF90AD is #406F52. Grayscale: #A1A1A1. Windows color (decimal): -4222803 or 11374783. OLE color: 11374783.
HSL color Cylindrical-coordinate representation of color #BF90AD: hue angle of 322.98º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BF90AD is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 144 | 173 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.25 |
| HSL | 322.98º | 0.27% | 0.66% | - |
| HSV(B) | 322.98º | 0.25% | 0.75% | - |
| XYZ | 39 | 34.04 | 44.05 | - |
| YUV | 161.36 | 134.57 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 144 | 173 | 0 | 0.25 | 0.09 | 0.25 | 322.98 | 0.27 | 0.66 |
| Hex | BF | 90 | AD | 0 | 19 | 9 | 19 | 143 | 1B | 42 |
| Octal | 277 | 220 | 255 | 0 | 31 | 11 | 31 | 503 | 33 | 102 |
| Binary | 10111111 | 10010000 | 10101101 | 0 | 11001 | 1001 | 11001 | 101000011 | 11011 | 1000010 |
Color Harmonies of #BF90AD
Complementary color
Monochromatic Colors of #BF90AD
Black with #BF90AD
Text Example
Text Example
White with #BF90AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF90AD; }
p { color: rgb(191,144,173); }
H1.HeaderClassName
{
color: #BF90AD;
}
.AnyTagClassName
{
color: #BF90AD;
}
</style>
background-color css
<style>
a { background-color: #BF90AD; }
a { background-color: rgb(191,144,173); }
div.DivClassName
{
background-color: #BF90AD;
}
.BgClassName
{
background-color: #BF90AD;
}
</style>
border-color css
<style>
span { border-color: #BF90AD; }
span { border-color: rgb(191,144,173); }
td.TdClassName
{
border-color: #BF90AD;
}
.TagClassName
{
border-color: #BF90AD;
}
</style>