Shades of Lily #BFB1B5
Tints of Lily #BFB1B5
RGB
CMYK
RGB Variations
Color information
#BFB1B5 (or 0xBFB1B5) is known color: Lily. HEX triplet: BF, B1 and B5. RGB value is (191,177,181). Sum of RGB (Red+Green+Blue) = 191+177+181=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 177 (69.53% from 255 or 32.24% from 549); Blue value is 181 (71.09% from 255 or 32.97% from 549); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB1B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB1B5 is #404E4A. Grayscale: #B5B5B5. Windows color (decimal): -4214347 or 11907519. OLE color: 11907519.
HSL color Cylindrical-coordinate representation of color #BFB1B5: hue angle of 342.86º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFB1B5 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 177 | 181 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.25 |
| HSL | 342.86º | 0.1% | 0.72% | - |
| HSV(B) | 342.86º | 0.07% | 0.75% | - |
| XYZ | 45.55 | 45.86 | 50.17 | - |
| YUV | 181.64 | 127.64 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 177 | 181 | 0 | 0.07 | 0.05 | 0.25 | 342.86 | 0.1 | 0.72 |
| Hex | BF | B1 | B5 | 0 | 7 | 5 | 19 | 157 | A | 48 |
| Octal | 277 | 261 | 265 | 0 | 7 | 5 | 31 | 527 | 12 | 110 |
| Binary | 10111111 | 10110001 | 10110101 | 0 | 111 | 101 | 11001 | 101010111 | 1010 | 1001000 |
Color Harmonies of #BFB1B5
Complementary color
Monochromatic Colors of #BFB1B5
Black with #BFB1B5
Text Example
Text Example
White with #BFB1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB1B5; }
p { color: rgb(191,177,181); }
H1.HeaderClassName
{
color: #BFB1B5;
}
.AnyTagClassName
{
color: #BFB1B5;
}
</style>
background-color css
<style>
a { background-color: #BFB1B5; }
a { background-color: rgb(191,177,181); }
div.DivClassName
{
background-color: #BFB1B5;
}
.BgClassName
{
background-color: #BFB1B5;
}
</style>
border-color css
<style>
span { border-color: #BFB1B5; }
span { border-color: rgb(191,177,181); }
td.TdClassName
{
border-color: #BFB1B5;
}
.TagClassName
{
border-color: #BFB1B5;
}
</style>