Shades of Lily #BF90A9
Tints of Lily #BF90A9
RGB
CMYK
RGB Variations
Color information
#BF90A9 (or 0xBF90A9) is known color: Lily. HEX triplet: BF, 90 and A9. RGB value is (191,144,169). Sum of RGB (Red+Green+Blue) = 191+144+169=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 169 (66.41% from 255 or 33.53% from 504); Max value from RGB is 191 - color contains mainly: red. Hex color #BF90A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF90A9 is #406F56. Grayscale: #A0A0A0. Windows color (decimal): -4222807 or 11112639. OLE color: 11112639.
HSL color Cylindrical-coordinate representation of color #BF90A9: hue angle of 328.09º 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 #BF90A9 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 144 | 169 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.25 |
| HSL | 328.09º | 0.27% | 0.66% | - |
| HSV(B) | 328.09º | 0.25% | 0.75% | - |
| XYZ | 38.62 | 33.89 | 42.04 | - |
| YUV | 160.9 | 132.57 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 144 | 169 | 0 | 0.25 | 0.12 | 0.25 | 328.09 | 0.27 | 0.66 |
| Hex | BF | 90 | A9 | 0 | 19 | C | 19 | 148 | 1B | 42 |
| Octal | 277 | 220 | 251 | 0 | 31 | 14 | 31 | 510 | 33 | 102 |
| Binary | 10111111 | 10010000 | 10101001 | 0 | 11001 | 1100 | 11001 | 101001000 | 11011 | 1000010 |
Color Harmonies of #BF90A9
Complementary color
Monochromatic Colors of #BF90A9
Black with #BF90A9
Text Example
Text Example
White with #BF90A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF90A9; }
p { color: rgb(191,144,169); }
H1.HeaderClassName
{
color: #BF90A9;
}
.AnyTagClassName
{
color: #BF90A9;
}
</style>
background-color css
<style>
a { background-color: #BF90A9; }
a { background-color: rgb(191,144,169); }
div.DivClassName
{
background-color: #BF90A9;
}
.BgClassName
{
background-color: #BF90A9;
}
</style>
border-color css
<style>
span { border-color: #BF90A9; }
span { border-color: rgb(191,144,169); }
td.TdClassName
{
border-color: #BF90A9;
}
.TagClassName
{
border-color: #BF90A9;
}
</style>