Shades of Lily #BFA0B6
Tints of Lily #BFA0B6
RGB
CMYK
RGB Variations
Color information
#BFA0B6 (or 0xBFA0B6) is known color: Lily. HEX triplet: BF, A0 and B6. RGB value is (191,160,182). Sum of RGB (Red+Green+Blue) = 191+160+182=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 160 (62.89% from 255 or 30.02% from 533); Blue value is 182 (71.48% from 255 or 34.15% from 533); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA0B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA0B6 is #405F49. Grayscale: #ABABAB. Windows color (decimal): -4218698 or 11968703. OLE color: 11968703.
HSL color Cylindrical-coordinate representation of color #BFA0B6: hue angle of 317.42º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFA0B6 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 160 | 182 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.25 |
| HSL | 317.42º | 0.19% | 0.69% | - |
| HSV(B) | 317.42º | 0.16% | 0.75% | - |
| XYZ | 42.5 | 39.6 | 49.66 | - |
| YUV | 171.78 | 133.77 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 160 | 182 | 0 | 0.16 | 0.05 | 0.25 | 317.42 | 0.19 | 0.69 |
| Hex | BF | A0 | B6 | 0 | 10 | 5 | 19 | 13D | 13 | 45 |
| Octal | 277 | 240 | 266 | 0 | 20 | 5 | 31 | 475 | 23 | 105 |
| Binary | 10111111 | 10100000 | 10110110 | 0 | 10000 | 101 | 11001 | 100111101 | 10011 | 1000101 |
Color Harmonies of #BFA0B6
Complementary color
Monochromatic Colors of #BFA0B6
Black with #BFA0B6
Text Example
Text Example
White with #BFA0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA0B6; }
p { color: rgb(191,160,182); }
H1.HeaderClassName
{
color: #BFA0B6;
}
.AnyTagClassName
{
color: #BFA0B6;
}
</style>
background-color css
<style>
a { background-color: #BFA0B6; }
a { background-color: rgb(191,160,182); }
div.DivClassName
{
background-color: #BFA0B6;
}
.BgClassName
{
background-color: #BFA0B6;
}
</style>
border-color css
<style>
span { border-color: #BFA0B6; }
span { border-color: rgb(191,160,182); }
td.TdClassName
{
border-color: #BFA0B6;
}
.TagClassName
{
border-color: #BFA0B6;
}
</style>