Shades of Lily #BF8FAF
Tints of Lily #BF8FAF
RGB
CMYK
RGB Variations
Color information
#BF8FAF (or 0xBF8FAF) is known color: Lily. HEX triplet: BF, 8F and AF. RGB value is (191,143,175). Sum of RGB (Red+Green+Blue) = 191+143+175=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8FAF is #407050. Grayscale: #A0A0A0. Windows color (decimal): -4223057 or 11505599. OLE color: 11505599.
HSL color Cylindrical-coordinate representation of color #BF8FAF: hue angle of 320º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BF8FAF is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 143 | 175 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.25 |
| HSL | 320º | 0.27% | 0.65% | - |
| HSV(B) | 320º | 0.25% | 0.75% | - |
| XYZ | 39.05 | 33.82 | 45.03 | - |
| YUV | 161 | 135.9 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 143 | 175 | 0 | 0.25 | 0.08 | 0.25 | 320 | 0.27 | 0.65 |
| Hex | BF | 8F | AF | 0 | 19 | 8 | 19 | 140 | 1B | 41 |
| Octal | 277 | 217 | 257 | 0 | 31 | 10 | 31 | 500 | 33 | 101 |
| Binary | 10111111 | 10001111 | 10101111 | 0 | 11001 | 1000 | 11001 | 101000000 | 11011 | 1000001 |
Color Harmonies of #BF8FAF
Complementary color
Monochromatic Colors of #BF8FAF
Black with #BF8FAF
Text Example
Text Example
White with #BF8FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8FAF; }
p { color: rgb(191,143,175); }
H1.HeaderClassName
{
color: #BF8FAF;
}
.AnyTagClassName
{
color: #BF8FAF;
}
</style>
background-color css
<style>
a { background-color: #BF8FAF; }
a { background-color: rgb(191,143,175); }
div.DivClassName
{
background-color: #BF8FAF;
}
.BgClassName
{
background-color: #BF8FAF;
}
</style>
border-color css
<style>
span { border-color: #BF8FAF; }
span { border-color: rgb(191,143,175); }
td.TdClassName
{
border-color: #BF8FAF;
}
.TagClassName
{
border-color: #BF8FAF;
}
</style>