Shades of Lily #BFABB7
Tints of Lily #BFABB7
RGB
CMYK
RGB Variations
Color information
#BFABB7 (or 0xBFABB7) is known color: Lily. HEX triplet: BF, AB and B7. RGB value is (191,171,183). Sum of RGB (Red+Green+Blue) = 191+171+183=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 183 (71.88% from 255 or 33.58% from 545); Max value from RGB is 191 - color contains mainly: red. Hex color #BFABB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFABB7 is #405448. Grayscale: #B2B2B2. Windows color (decimal): -4215881 or 12037055. OLE color: 12037055.
HSL color Cylindrical-coordinate representation of color #BFABB7: hue angle of 324º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFABB7 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 183 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.25 |
| HSL | 324º | 0.14% | 0.71% | - |
| HSV(B) | 324º | 0.1% | 0.75% | - |
| XYZ | 44.6 | 43.62 | 50.87 | - |
| YUV | 178.35 | 130.63 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 183 | 0 | 0.10 | 0.04 | 0.25 | 324 | 0.14 | 0.71 |
| Hex | BF | AB | B7 | 0 | A | 4 | 19 | 144 | E | 47 |
| Octal | 277 | 253 | 267 | 0 | 12 | 4 | 31 | 504 | 16 | 107 |
| Binary | 10111111 | 10101011 | 10110111 | 0 | 1010 | 100 | 11001 | 101000100 | 1110 | 1000111 |
Color Harmonies of #BFABB7
Complementary color
Monochromatic Colors of #BFABB7
Black with #BFABB7
Text Example
Text Example
White with #BFABB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFABB7; }
p { color: rgb(191,171,183); }
H1.HeaderClassName
{
color: #BFABB7;
}
.AnyTagClassName
{
color: #BFABB7;
}
</style>
background-color css
<style>
a { background-color: #BFABB7; }
a { background-color: rgb(191,171,183); }
div.DivClassName
{
background-color: #BFABB7;
}
.BgClassName
{
background-color: #BFABB7;
}
</style>
border-color css
<style>
span { border-color: #BFABB7; }
span { border-color: rgb(191,171,183); }
td.TdClassName
{
border-color: #BFABB7;
}
.TagClassName
{
border-color: #BFABB7;
}
</style>