Shades of Lily #BFB3B7
Tints of Lily #BFB3B7
RGB
CMYK
RGB Variations
Color information
#BFB3B7 (or 0xBFB3B7) is known color: Lily. HEX triplet: BF, B3 and B7. RGB value is (191,179,183). Sum of RGB (Red+Green+Blue) = 191+179+183=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 179 (70.31% from 255 or 32.37% from 553); Blue value is 183 (71.88% from 255 or 33.09% from 553); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB3B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB3B7 is #404C48. Grayscale: #B7B7B7. Windows color (decimal): -4213833 or 12039103. OLE color: 12039103.
HSL color Cylindrical-coordinate representation of color #BFB3B7: hue angle of 340º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFB3B7 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 179 | 183 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.25 |
| HSL | 340º | 0.09% | 0.73% | - |
| HSV(B) | 340º | 0.06% | 0.75% | - |
| XYZ | 46.15 | 46.74 | 51.39 | - |
| YUV | 183.04 | 127.98 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 179 | 183 | 0 | 0.06 | 0.04 | 0.25 | 340 | 0.09 | 0.73 |
| Hex | BF | B3 | B7 | 0 | 6 | 4 | 19 | 154 | 9 | 49 |
| Octal | 277 | 263 | 267 | 0 | 6 | 4 | 31 | 524 | 11 | 111 |
| Binary | 10111111 | 10110011 | 10110111 | 0 | 110 | 100 | 11001 | 101010100 | 1001 | 1001001 |
Color Harmonies of #BFB3B7
Complementary color
Monochromatic Colors of #BFB3B7
Black with #BFB3B7
Text Example
Text Example
White with #BFB3B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB3B7; }
p { color: rgb(191,179,183); }
H1.HeaderClassName
{
color: #BFB3B7;
}
.AnyTagClassName
{
color: #BFB3B7;
}
</style>
background-color css
<style>
a { background-color: #BFB3B7; }
a { background-color: rgb(191,179,183); }
div.DivClassName
{
background-color: #BFB3B7;
}
.BgClassName
{
background-color: #BFB3B7;
}
</style>
border-color css
<style>
span { border-color: #BFB3B7; }
span { border-color: rgb(191,179,183); }
td.TdClassName
{
border-color: #BFB3B7;
}
.TagClassName
{
border-color: #BFB3B7;
}
</style>