Shades of Lily #BFADB6
Tints of Lily #BFADB6
RGB
CMYK
RGB Variations
Color information
#BFADB6 (or 0xBFADB6) is known color: Lily. HEX triplet: BF, AD and B6. RGB value is (191,173,182). Sum of RGB (Red+Green+Blue) = 191+173+182=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 173 (67.97% from 255 or 31.68% from 546); Blue value is 182 (71.48% from 255 or 33.33% from 546); Max value from RGB is 191 - color contains mainly: red. Hex color #BFADB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFADB6 is #405249. Grayscale: #B3B3B3. Windows color (decimal): -4215370 or 11972031. OLE color: 11972031.
HSL color Cylindrical-coordinate representation of color #BFADB6: hue angle of 330º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFADB6 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 173 | 182 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.25 |
| HSL | 330º | 0.12% | 0.71% | - |
| HSV(B) | 330º | 0.09% | 0.75% | - |
| XYZ | 44.87 | 44.34 | 50.45 | - |
| YUV | 179.41 | 129.46 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 182 | 0 | 0.09 | 0.05 | 0.25 | 330 | 0.12 | 0.71 |
| Hex | BF | AD | B6 | 0 | 9 | 5 | 19 | 14A | C | 47 |
| Octal | 277 | 255 | 266 | 0 | 11 | 5 | 31 | 512 | 14 | 107 |
| Binary | 10111111 | 10101101 | 10110110 | 0 | 1001 | 101 | 11001 | 101001010 | 1100 | 1000111 |
Color Harmonies of #BFADB6
Complementary color
Monochromatic Colors of #BFADB6
Black with #BFADB6
Text Example
Text Example
White with #BFADB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFADB6; }
p { color: rgb(191,173,182); }
H1.HeaderClassName
{
color: #BFADB6;
}
.AnyTagClassName
{
color: #BFADB6;
}
</style>
background-color css
<style>
a { background-color: #BFADB6; }
a { background-color: rgb(191,173,182); }
div.DivClassName
{
background-color: #BFADB6;
}
.BgClassName
{
background-color: #BFADB6;
}
</style>
border-color css
<style>
span { border-color: #BFADB6; }
span { border-color: rgb(191,173,182); }
td.TdClassName
{
border-color: #BFADB6;
}
.TagClassName
{
border-color: #BFADB6;
}
</style>