Shades of Lily #BF91B0
Tints of Lily #BF91B0
RGB
CMYK
RGB Variations
Color information
#BF91B0 (or 0xBF91B0) is known color: Lily. HEX triplet: BF, 91 and B0. RGB value is (191,145,176). Sum of RGB (Red+Green+Blue) = 191+145+176=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 145 (57.03% from 255 or 28.32% from 512); Blue value is 176 (69.14% from 255 or 34.38% from 512); Max value from RGB is 191 - color contains mainly: red. Hex color #BF91B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF91B0 is #406E4F. Grayscale: #A2A2A2. Windows color (decimal): -4222544 or 11571647. OLE color: 11571647.
HSL color Cylindrical-coordinate representation of color #BF91B0: hue angle of 319.57º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BF91B0 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 145 | 176 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.25 |
| HSL | 319.57º | 0.26% | 0.66% | - |
| HSV(B) | 319.57º | 0.24% | 0.75% | - |
| XYZ | 39.45 | 34.46 | 45.65 | - |
| YUV | 162.29 | 135.74 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 145 | 176 | 0 | 0.24 | 0.08 | 0.25 | 319.57 | 0.26 | 0.66 |
| Hex | BF | 91 | B0 | 0 | 18 | 8 | 19 | 140 | 1A | 42 |
| Octal | 277 | 221 | 260 | 0 | 30 | 10 | 31 | 500 | 32 | 102 |
| Binary | 10111111 | 10010001 | 10110000 | 0 | 11000 | 1000 | 11001 | 101000000 | 11010 | 1000010 |
Color Harmonies of #BF91B0
Complementary color
Monochromatic Colors of #BF91B0
Black with #BF91B0
Text Example
Text Example
White with #BF91B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF91B0; }
p { color: rgb(191,145,176); }
H1.HeaderClassName
{
color: #BF91B0;
}
.AnyTagClassName
{
color: #BF91B0;
}
</style>
background-color css
<style>
a { background-color: #BF91B0; }
a { background-color: rgb(191,145,176); }
div.DivClassName
{
background-color: #BF91B0;
}
.BgClassName
{
background-color: #BF91B0;
}
</style>
border-color css
<style>
span { border-color: #BF91B0; }
span { border-color: rgb(191,145,176); }
td.TdClassName
{
border-color: #BF91B0;
}
.TagClassName
{
border-color: #BF91B0;
}
</style>