Shades of Lily #BFAAB8
Tints of Lily #BFAAB8
RGB
CMYK
RGB Variations
Color information
#BFAAB8 (or 0xBFAAB8) is known color: Lily. HEX triplet: BF, AA and B8. RGB value is (191,170,184). Sum of RGB (Red+Green+Blue) = 191+170+184=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 184 (72.27% from 255 or 33.76% from 545); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAAB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAAB8 is #405547. Grayscale: #B1B1B1. Windows color (decimal): -4216136 or 12102335. OLE color: 12102335.
HSL color Cylindrical-coordinate representation of color #BFAAB8: hue angle of 320º 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 #BFAAB8 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 170 | 184 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.25 |
| HSL | 320º | 0.14% | 0.71% | - |
| HSV(B) | 320º | 0.11% | 0.75% | - |
| XYZ | 44.51 | 43.29 | 51.36 | - |
| YUV | 177.88 | 131.46 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 170 | 184 | 0 | 0.11 | 0.04 | 0.25 | 320 | 0.14 | 0.71 |
| Hex | BF | AA | B8 | 0 | B | 4 | 19 | 140 | E | 47 |
| Octal | 277 | 252 | 270 | 0 | 13 | 4 | 31 | 500 | 16 | 107 |
| Binary | 10111111 | 10101010 | 10111000 | 0 | 1011 | 100 | 11001 | 101000000 | 1110 | 1000111 |
Color Harmonies of #BFAAB8
Complementary color
Monochromatic Colors of #BFAAB8
Black with #BFAAB8
Text Example
Text Example
White with #BFAAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAAB8; }
p { color: rgb(191,170,184); }
H1.HeaderClassName
{
color: #BFAAB8;
}
.AnyTagClassName
{
color: #BFAAB8;
}
</style>
background-color css
<style>
a { background-color: #BFAAB8; }
a { background-color: rgb(191,170,184); }
div.DivClassName
{
background-color: #BFAAB8;
}
.BgClassName
{
background-color: #BFAAB8;
}
</style>
border-color css
<style>
span { border-color: #BFAAB8; }
span { border-color: rgb(191,170,184); }
td.TdClassName
{
border-color: #BFAAB8;
}
.TagClassName
{
border-color: #BFAAB8;
}
</style>