Shades of Lily #BF93A9
Tints of Lily #BF93A9
RGB
CMYK
RGB Variations
Color information
#BF93A9 (or 0xBF93A9) is known color: Lily. HEX triplet: BF, 93 and A9. RGB value is (191,147,169). Sum of RGB (Red+Green+Blue) = 191+147+169=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 169 (66.41% from 255 or 33.33% from 507); Max value from RGB is 191 - color contains mainly: red. Hex color #BF93A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF93A9 is #406C56. Grayscale: #A2A2A2. Windows color (decimal): -4222039 or 11113407. OLE color: 11113407.
HSL color Cylindrical-coordinate representation of color #BF93A9: hue angle of 330º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BF93A9 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 147 | 169 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.25 |
| HSL | 330º | 0.26% | 0.66% | - |
| HSV(B) | 330º | 0.23% | 0.75% | - |
| XYZ | 39.08 | 34.81 | 42.2 | - |
| YUV | 162.66 | 131.58 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 147 | 169 | 0 | 0.23 | 0.12 | 0.25 | 330 | 0.26 | 0.66 |
| Hex | BF | 93 | A9 | 0 | 17 | C | 19 | 14A | 1A | 42 |
| Octal | 277 | 223 | 251 | 0 | 27 | 14 | 31 | 512 | 32 | 102 |
| Binary | 10111111 | 10010011 | 10101001 | 0 | 10111 | 1100 | 11001 | 101001010 | 11010 | 1000010 |
Color Harmonies of #BF93A9
Complementary color
Monochromatic Colors of #BF93A9
Black with #BF93A9
Text Example
Text Example
White with #BF93A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF93A9; }
p { color: rgb(191,147,169); }
H1.HeaderClassName
{
color: #BF93A9;
}
.AnyTagClassName
{
color: #BF93A9;
}
</style>
background-color css
<style>
a { background-color: #BF93A9; }
a { background-color: rgb(191,147,169); }
div.DivClassName
{
background-color: #BF93A9;
}
.BgClassName
{
background-color: #BF93A9;
}
</style>
border-color css
<style>
span { border-color: #BF93A9; }
span { border-color: rgb(191,147,169); }
td.TdClassName
{
border-color: #BF93A9;
}
.TagClassName
{
border-color: #BF93A9;
}
</style>