Shades of Lily #BF9EAE
Tints of Lily #BF9EAE
RGB
CMYK
RGB Variations
Color information
#BF9EAE (or 0xBF9EAE) is known color: Lily. HEX triplet: BF, 9E and AE. RGB value is (191,158,174). Sum of RGB (Red+Green+Blue) = 191+158+174=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 158 (62.11% from 255 or 30.21% from 523); Blue value is 174 (68.36% from 255 or 33.27% from 523); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9EAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9EAE is #406151. Grayscale: #A9A9A9. Windows color (decimal): -4219218 or 11443903. OLE color: 11443903.
HSL color Cylindrical-coordinate representation of color #BF9EAE: hue angle of 330.91º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BF9EAE is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 158 | 174 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.25 |
| HSL | 330.91º | 0.2% | 0.68% | - |
| HSV(B) | 330.91º | 0.17% | 0.75% | - |
| XYZ | 41.35 | 38.59 | 45.31 | - |
| YUV | 169.69 | 130.43 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 158 | 174 | 0 | 0.17 | 0.09 | 0.25 | 330.91 | 0.2 | 0.68 |
| Hex | BF | 9E | AE | 0 | 11 | 9 | 19 | 14B | 14 | 44 |
| Octal | 277 | 236 | 256 | 0 | 21 | 11 | 31 | 513 | 24 | 104 |
| Binary | 10111111 | 10011110 | 10101110 | 0 | 10001 | 1001 | 11001 | 101001011 | 10100 | 1000100 |
Color Harmonies of #BF9EAE
Complementary color
Monochromatic Colors of #BF9EAE
Black with #BF9EAE
Text Example
Text Example
White with #BF9EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9EAE; }
p { color: rgb(191,158,174); }
H1.HeaderClassName
{
color: #BF9EAE;
}
.AnyTagClassName
{
color: #BF9EAE;
}
</style>
background-color css
<style>
a { background-color: #BF9EAE; }
a { background-color: rgb(191,158,174); }
div.DivClassName
{
background-color: #BF9EAE;
}
.BgClassName
{
background-color: #BF9EAE;
}
</style>
border-color css
<style>
span { border-color: #BF9EAE; }
span { border-color: rgb(191,158,174); }
td.TdClassName
{
border-color: #BF9EAE;
}
.TagClassName
{
border-color: #BF9EAE;
}
</style>