Shades of Lily #BFAAB1
Tints of Lily #BFAAB1
RGB
CMYK
RGB Variations
Color information
#BFAAB1 (or 0xBFAAB1) is known color: Lily. HEX triplet: BF, AA and B1. RGB value is (191,170,177). Sum of RGB (Red+Green+Blue) = 191+170+177=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 170 (66.80% from 255 or 31.60% from 538); Blue value is 177 (69.53% from 255 or 32.90% from 538); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAAB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAAB1 is #40554E. Grayscale: #B1B1B1. Windows color (decimal): -4216143 or 11643583. OLE color: 11643583.
HSL color Cylindrical-coordinate representation of color #BFAAB1: hue angle of 340º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFAAB1 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 170 | 177 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.25 |
| HSL | 340º | 0.14% | 0.71% | - |
| HSV(B) | 340º | 0.11% | 0.75% | - |
| XYZ | 43.8 | 43 | 47.59 | - |
| YUV | 177.08 | 127.96 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 170 | 177 | 0 | 0.11 | 0.07 | 0.25 | 340 | 0.14 | 0.71 |
| Hex | BF | AA | B1 | 0 | B | 7 | 19 | 154 | E | 47 |
| Octal | 277 | 252 | 261 | 0 | 13 | 7 | 31 | 524 | 16 | 107 |
| Binary | 10111111 | 10101010 | 10110001 | 0 | 1011 | 111 | 11001 | 101010100 | 1110 | 1000111 |
Color Harmonies of #BFAAB1
Complementary color
Monochromatic Colors of #BFAAB1
Black with #BFAAB1
Text Example
Text Example
White with #BFAAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAAB1; }
p { color: rgb(191,170,177); }
H1.HeaderClassName
{
color: #BFAAB1;
}
.AnyTagClassName
{
color: #BFAAB1;
}
</style>
background-color css
<style>
a { background-color: #BFAAB1; }
a { background-color: rgb(191,170,177); }
div.DivClassName
{
background-color: #BFAAB1;
}
.BgClassName
{
background-color: #BFAAB1;
}
</style>
border-color css
<style>
span { border-color: #BFAAB1; }
span { border-color: rgb(191,170,177); }
td.TdClassName
{
border-color: #BFAAB1;
}
.TagClassName
{
border-color: #BFAAB1;
}
</style>