Shades of Lily #BFADB5
Tints of Lily #BFADB5
RGB
CMYK
RGB Variations
Color information
#BFADB5 (or 0xBFADB5) is known color: Lily. HEX triplet: BF, AD and B5. RGB value is (191,173,181). Sum of RGB (Red+Green+Blue) = 191+173+181=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 181 (71.09% from 255 or 33.21% from 545); Max value from RGB is 191 - color contains mainly: red. Hex color #BFADB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFADB5 is #40524A. Grayscale: #B3B3B3. Windows color (decimal): -4215371 or 11906495. OLE color: 11906495.
HSL color Cylindrical-coordinate representation of color #BFADB5: hue angle of 333.33º 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 #BFADB5 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 173 | 181 | - |
CMYK | 0 | 0.09 | 0.05 | 0.25 |
HSL | 333.33º | 0.12% | 0.71% | - |
HSV(B) | 333.33º | 0.09% | 0.75% | - |
XYZ | 44.77 | 44.3 | 49.91 | - |
YUV | 179.29 | 128.96 | 136.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 173 | 181 | 0 | 0.09 | 0.05 | 0.25 | 333.33 | 0.12 | 0.71 |
Hex | BF | AD | B5 | 0 | 9 | 5 | 19 | 14D | C | 47 |
Octal | 277 | 255 | 265 | 0 | 11 | 5 | 31 | 515 | 14 | 107 |
Binary | 10111111 | 10101101 | 10110101 | 0 | 1001 | 101 | 11001 | 101001101 | 1100 | 1000111 |
Color Harmonies of #BFADB5
Complementary color
Monochromatic Colors of #BFADB5
Black with #BFADB5
Text Example
Text Example
White with #BFADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFADB5; }
p { color: rgb(191,173,181); }
H1.HeaderClassName
{
color: #BFADB5;
}
.AnyTagClassName
{
color: #BFADB5;
}
</style>
background-color css
<style>
a { background-color: #BFADB5; }
a { background-color: rgb(191,173,181); }
div.DivClassName
{
background-color: #BFADB5;
}
.BgClassName
{
background-color: #BFADB5;
}
</style>
border-color css
<style>
span { border-color: #BFADB5; }
span { border-color: rgb(191,173,181); }
td.TdClassName
{
border-color: #BFADB5;
}
.TagClassName
{
border-color: #BFADB5;
}
</style>