Shades of Lily #BF94B1
Tints of Lily #BF94B1
RGB
CMYK
RGB Variations
Color information
#BF94B1 (or 0xBF94B1) is known color: Lily. HEX triplet: BF, 94 and B1. RGB value is (191,148,177). Sum of RGB (Red+Green+Blue) = 191+148+177=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 177 (69.53% from 255 or 34.30% from 516); Max value from RGB is 191 - color contains mainly: red. Hex color #BF94B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF94B1 is #406B4E. Grayscale: #A4A4A4. Windows color (decimal): -4221775 or 11637951. OLE color: 11637951.
HSL color Cylindrical-coordinate representation of color #BF94B1: hue angle of 319.53º degrees, saturation: 0.25, 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 #BF94B1 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 148 | 177 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.25 |
| HSL | 319.53º | 0.25% | 0.66% | - |
| HSV(B) | 319.53º | 0.23% | 0.75% | - |
| XYZ | 40.01 | 35.43 | 46.32 | - |
| YUV | 164.16 | 135.25 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 148 | 177 | 0 | 0.23 | 0.07 | 0.25 | 319.53 | 0.25 | 0.66 |
| Hex | BF | 94 | B1 | 0 | 17 | 7 | 19 | 140 | 19 | 42 |
| Octal | 277 | 224 | 261 | 0 | 27 | 7 | 31 | 500 | 31 | 102 |
| Binary | 10111111 | 10010100 | 10110001 | 0 | 10111 | 111 | 11001 | 101000000 | 11001 | 1000010 |
Color Harmonies of #BF94B1
Complementary color
Monochromatic Colors of #BF94B1
Black with #BF94B1
Text Example
Text Example
White with #BF94B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF94B1; }
p { color: rgb(191,148,177); }
H1.HeaderClassName
{
color: #BF94B1;
}
.AnyTagClassName
{
color: #BF94B1;
}
</style>
background-color css
<style>
a { background-color: #BF94B1; }
a { background-color: rgb(191,148,177); }
div.DivClassName
{
background-color: #BF94B1;
}
.BgClassName
{
background-color: #BF94B1;
}
</style>
border-color css
<style>
span { border-color: #BF94B1; }
span { border-color: rgb(191,148,177); }
td.TdClassName
{
border-color: #BF94B1;
}
.TagClassName
{
border-color: #BF94B1;
}
</style>