Shades of Lily #BF85AA
Tints of Lily #BF85AA
RGB
CMYK
RGB Variations
Color information
#BF85AA (or 0xBF85AA) is known color: Lily. HEX triplet: BF, 85 and AA. RGB value is (191,133,170). Sum of RGB (Red+Green+Blue) = 191+133+170=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 191 - color contains mainly: red. Hex color #BF85AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF85AA is #407A55. Grayscale: #9A9A9A. Windows color (decimal): -4225622 or 11175359. OLE color: 11175359.
HSL color Cylindrical-coordinate representation of color #BF85AA: hue angle of 321.72º 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 #BF85AA is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 133 | 170 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.25 |
| HSL | 321.72º | 0.31% | 0.64% | - |
| HSV(B) | 321.72º | 0.3% | 0.75% | - |
| XYZ | 37.13 | 30.75 | 42.01 | - |
| YUV | 154.56 | 136.72 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 133 | 170 | 0 | 0.30 | 0.11 | 0.25 | 321.72 | 0.31 | 0.64 |
| Hex | BF | 85 | AA | 0 | 1E | B | 19 | 142 | 1F | 40 |
| Octal | 277 | 205 | 252 | 0 | 36 | 13 | 31 | 502 | 37 | 100 |
| Binary | 10111111 | 10000101 | 10101010 | 0 | 11110 | 1011 | 11001 | 101000010 | 11111 | 1000000 |
Color Harmonies of #BF85AA
Complementary color
Monochromatic Colors of #BF85AA
Black with #BF85AA
Text Example
Text Example
White with #BF85AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF85AA; }
p { color: rgb(191,133,170); }
H1.HeaderClassName
{
color: #BF85AA;
}
.AnyTagClassName
{
color: #BF85AA;
}
</style>
background-color css
<style>
a { background-color: #BF85AA; }
a { background-color: rgb(191,133,170); }
div.DivClassName
{
background-color: #BF85AA;
}
.BgClassName
{
background-color: #BF85AA;
}
</style>
border-color css
<style>
span { border-color: #BF85AA; }
span { border-color: rgb(191,133,170); }
td.TdClassName
{
border-color: #BF85AA;
}
.TagClassName
{
border-color: #BF85AA;
}
</style>