Shades of Lily #BF86AB
Tints of Lily #BF86AB
RGB
CMYK
RGB Variations
Color information
#BF86AB (or 0xBF86AB) is known color: Lily. HEX triplet: BF, 86 and AB. RGB value is (191,134,171). Sum of RGB (Red+Green+Blue) = 191+134+171=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 191 - color contains mainly: red. Hex color #BF86AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF86AB is #407954. Grayscale: #9B9B9B. Windows color (decimal): -4225365 or 11241151. OLE color: 11241151.
HSL color Cylindrical-coordinate representation of color #BF86AB: hue angle of 321.05º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF86AB is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 134 | 171 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.25 |
| HSL | 321.05º | 0.31% | 0.64% | - |
| HSV(B) | 321.05º | 0.3% | 0.75% | - |
| XYZ | 37.36 | 31.07 | 42.56 | - |
| YUV | 155.26 | 136.88 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 134 | 171 | 0 | 0.30 | 0.10 | 0.25 | 321.05 | 0.31 | 0.64 |
| Hex | BF | 86 | AB | 0 | 1E | A | 19 | 141 | 1F | 40 |
| Octal | 277 | 206 | 253 | 0 | 36 | 12 | 31 | 501 | 37 | 100 |
| Binary | 10111111 | 10000110 | 10101011 | 0 | 11110 | 1010 | 11001 | 101000001 | 11111 | 1000000 |
Color Harmonies of #BF86AB
Complementary color
Monochromatic Colors of #BF86AB
Black with #BF86AB
Text Example
Text Example
White with #BF86AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF86AB; }
p { color: rgb(191,134,171); }
H1.HeaderClassName
{
color: #BF86AB;
}
.AnyTagClassName
{
color: #BF86AB;
}
</style>
background-color css
<style>
a { background-color: #BF86AB; }
a { background-color: rgb(191,134,171); }
div.DivClassName
{
background-color: #BF86AB;
}
.BgClassName
{
background-color: #BF86AB;
}
</style>
border-color css
<style>
span { border-color: #BF86AB; }
span { border-color: rgb(191,134,171); }
td.TdClassName
{
border-color: #BF86AB;
}
.TagClassName
{
border-color: #BF86AB;
}
</style>