Shades of Lily #BFA7B5
Tints of Lily #BFA7B5
RGB
CMYK
RGB Variations
Color information
#BFA7B5 (or 0xBFA7B5) is known color: Lily. HEX triplet: BF, A7 and B5. RGB value is (191,167,181). Sum of RGB (Red+Green+Blue) = 191+167+181=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 167 (65.62% from 255 or 30.98% from 539); Blue value is 181 (71.09% from 255 or 33.58% from 539); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA7B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA7B5 is #40584A. Grayscale: #AFAFAF. Windows color (decimal): -4216907 or 11904959. OLE color: 11904959.
HSL color Cylindrical-coordinate representation of color #BFA7B5: hue angle of 325º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFA7B5 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 167 | 181 | - |
CMYK | 0 | 0.13 | 0.05 | 0.25 |
HSL | 325º | 0.16% | 0.7% | - |
HSV(B) | 325º | 0.13% | 0.75% | - |
XYZ | 43.65 | 42.05 | 49.53 | - |
YUV | 175.77 | 130.95 | 138.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 167 | 181 | 0 | 0.13 | 0.05 | 0.25 | 325 | 0.16 | 0.7 |
Hex | BF | A7 | B5 | 0 | D | 5 | 19 | 145 | 10 | 46 |
Octal | 277 | 247 | 265 | 0 | 15 | 5 | 31 | 505 | 20 | 106 |
Binary | 10111111 | 10100111 | 10110101 | 0 | 1101 | 101 | 11001 | 101000101 | 10000 | 1000110 |
Color Harmonies of #BFA7B5
Complementary color
Monochromatic Colors of #BFA7B5
Black with #BFA7B5
Text Example
Text Example
White with #BFA7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA7B5; }
p { color: rgb(191,167,181); }
H1.HeaderClassName
{
color: #BFA7B5;
}
.AnyTagClassName
{
color: #BFA7B5;
}
</style>
background-color css
<style>
a { background-color: #BFA7B5; }
a { background-color: rgb(191,167,181); }
div.DivClassName
{
background-color: #BFA7B5;
}
.BgClassName
{
background-color: #BFA7B5;
}
</style>
border-color css
<style>
span { border-color: #BFA7B5; }
span { border-color: rgb(191,167,181); }
td.TdClassName
{
border-color: #BFA7B5;
}
.TagClassName
{
border-color: #BFA7B5;
}
</style>