Shades of Lily #BFA5B5
Tints of Lily #BFA5B5
RGB
CMYK
RGB Variations
Color information
#BFA5B5 (or 0xBFA5B5) is known color: Lily. HEX triplet: BF, A5 and B5. RGB value is (191,165,181). Sum of RGB (Red+Green+Blue) = 191+165+181=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 165 (64.84% from 255 or 30.73% from 537); Blue value is 181 (71.09% from 255 or 33.71% from 537); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA5B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA5B5 is #405A4A. Grayscale: #AEAEAE. Windows color (decimal): -4217419 or 11904447. OLE color: 11904447.
HSL color Cylindrical-coordinate representation of color #BFA5B5: hue angle of 323.08º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFA5B5 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 165 | 181 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.25 |
| HSL | 323.08º | 0.17% | 0.7% | - |
| HSV(B) | 323.08º | 0.14% | 0.75% | - |
| XYZ | 43.28 | 41.32 | 49.41 | - |
| YUV | 174.6 | 131.61 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 165 | 181 | 0 | 0.14 | 0.05 | 0.25 | 323.08 | 0.17 | 0.7 |
| Hex | BF | A5 | B5 | 0 | E | 5 | 19 | 143 | 11 | 46 |
| Octal | 277 | 245 | 265 | 0 | 16 | 5 | 31 | 503 | 21 | 106 |
| Binary | 10111111 | 10100101 | 10110101 | 0 | 1110 | 101 | 11001 | 101000011 | 10001 | 1000110 |
Color Harmonies of #BFA5B5
Complementary color
Monochromatic Colors of #BFA5B5
Black with #BFA5B5
Text Example
Text Example
White with #BFA5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA5B5; }
p { color: rgb(191,165,181); }
H1.HeaderClassName
{
color: #BFA5B5;
}
.AnyTagClassName
{
color: #BFA5B5;
}
</style>
background-color css
<style>
a { background-color: #BFA5B5; }
a { background-color: rgb(191,165,181); }
div.DivClassName
{
background-color: #BFA5B5;
}
.BgClassName
{
background-color: #BFA5B5;
}
</style>
border-color css
<style>
span { border-color: #BFA5B5; }
span { border-color: rgb(191,165,181); }
td.TdClassName
{
border-color: #BFA5B5;
}
.TagClassName
{
border-color: #BFA5B5;
}
</style>