Shades of Lily #BF86AA
Tints of Lily #BF86AA
RGB
CMYK
RGB Variations
Color information
#BF86AA (or 0xBF86AA) is known color: Lily. HEX triplet: BF, 86 and AA. RGB value is (191,134,170). Sum of RGB (Red+Green+Blue) = 191+134+170=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 191 - color contains mainly: red. Hex color #BF86AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF86AA is #407955. Grayscale: #9B9B9B. Windows color (decimal): -4225366 or 11175615. OLE color: 11175615.
HSL color Cylindrical-coordinate representation of color #BF86AA: hue angle of 322.11º 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 #BF86AA is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 134 | 170 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.25 |
| HSL | 322.11º | 0.31% | 0.64% | - |
| HSV(B) | 322.11º | 0.3% | 0.75% | - |
| XYZ | 37.27 | 31.03 | 42.06 | - |
| YUV | 155.15 | 136.38 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 134 | 170 | 0 | 0.30 | 0.11 | 0.25 | 322.11 | 0.31 | 0.64 |
| Hex | BF | 86 | AA | 0 | 1E | B | 19 | 142 | 1F | 40 |
| Octal | 277 | 206 | 252 | 0 | 36 | 13 | 31 | 502 | 37 | 100 |
| Binary | 10111111 | 10000110 | 10101010 | 0 | 11110 | 1011 | 11001 | 101000010 | 11111 | 1000000 |
Color Harmonies of #BF86AA
Complementary color
Monochromatic Colors of #BF86AA
Black with #BF86AA
Text Example
Text Example
White with #BF86AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF86AA; }
p { color: rgb(191,134,170); }
H1.HeaderClassName
{
color: #BF86AA;
}
.AnyTagClassName
{
color: #BF86AA;
}
</style>
background-color css
<style>
a { background-color: #BF86AA; }
a { background-color: rgb(191,134,170); }
div.DivClassName
{
background-color: #BF86AA;
}
.BgClassName
{
background-color: #BF86AA;
}
</style>
border-color css
<style>
span { border-color: #BF86AA; }
span { border-color: rgb(191,134,170); }
td.TdClassName
{
border-color: #BF86AA;
}
.TagClassName
{
border-color: #BF86AA;
}
</style>