Shades of Lily #BF8AAA
Tints of Lily #BF8AAA
RGB
CMYK
RGB Variations
Color information
#BF8AAA (or 0xBF8AAA) is known color: Lily. HEX triplet: BF, 8A and AA. RGB value is (191,138,170). Sum of RGB (Red+Green+Blue) = 191+138+170=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 138 (54.30% from 255 or 27.66% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8AAA is #407555. Grayscale: #9D9D9D. Windows color (decimal): -4224342 or 11176639. OLE color: 11176639.
HSL color Cylindrical-coordinate representation of color #BF8AAA: hue angle of 323.77º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BF8AAA is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 138 | 170 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.25 |
| HSL | 323.77º | 0.29% | 0.65% | - |
| HSV(B) | 323.77º | 0.28% | 0.75% | - |
| XYZ | 37.83 | 32.16 | 42.24 | - |
| YUV | 157.5 | 135.06 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 138 | 170 | 0 | 0.28 | 0.11 | 0.25 | 323.77 | 0.29 | 0.65 |
| Hex | BF | 8A | AA | 0 | 1C | B | 19 | 144 | 1D | 41 |
| Octal | 277 | 212 | 252 | 0 | 34 | 13 | 31 | 504 | 35 | 101 |
| Binary | 10111111 | 10001010 | 10101010 | 0 | 11100 | 1011 | 11001 | 101000100 | 11101 | 1000001 |
Color Harmonies of #BF8AAA
Complementary color
Monochromatic Colors of #BF8AAA
Black with #BF8AAA
Text Example
Text Example
White with #BF8AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8AAA; }
p { color: rgb(191,138,170); }
H1.HeaderClassName
{
color: #BF8AAA;
}
.AnyTagClassName
{
color: #BF8AAA;
}
</style>
background-color css
<style>
a { background-color: #BF8AAA; }
a { background-color: rgb(191,138,170); }
div.DivClassName
{
background-color: #BF8AAA;
}
.BgClassName
{
background-color: #BF8AAA;
}
</style>
border-color css
<style>
span { border-color: #BF8AAA; }
span { border-color: rgb(191,138,170); }
td.TdClassName
{
border-color: #BF8AAA;
}
.TagClassName
{
border-color: #BF8AAA;
}
</style>