Shades of Lily #BF8BAE
Tints of Lily #BF8BAE
RGB
CMYK
RGB Variations
Color information
#BF8BAE (or 0xBF8BAE) is known color: Lily. HEX triplet: BF, 8B and AE. RGB value is (191,139,174). Sum of RGB (Red+Green+Blue) = 191+139+174=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 139 (54.69% from 255 or 27.58% from 504); Blue value is 174 (68.36% from 255 or 34.52% from 504); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8BAE is #407451. Grayscale: #9E9E9E. Windows color (decimal): -4224082 or 11439039. OLE color: 11439039.
HSL color Cylindrical-coordinate representation of color #BF8BAE: hue angle of 319.62º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BF8BAE is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 139 | 174 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.25 |
| HSL | 319.62º | 0.29% | 0.65% | - |
| HSV(B) | 319.62º | 0.27% | 0.75% | - |
| XYZ | 38.36 | 32.6 | 44.31 | - |
| YUV | 158.54 | 136.73 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 139 | 174 | 0 | 0.27 | 0.09 | 0.25 | 319.62 | 0.29 | 0.65 |
| Hex | BF | 8B | AE | 0 | 1B | 9 | 19 | 140 | 1D | 41 |
| Octal | 277 | 213 | 256 | 0 | 33 | 11 | 31 | 500 | 35 | 101 |
| Binary | 10111111 | 10001011 | 10101110 | 0 | 11011 | 1001 | 11001 | 101000000 | 11101 | 1000001 |
Color Harmonies of #BF8BAE
Complementary color
Monochromatic Colors of #BF8BAE
Black with #BF8BAE
Text Example
Text Example
White with #BF8BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8BAE; }
p { color: rgb(191,139,174); }
H1.HeaderClassName
{
color: #BF8BAE;
}
.AnyTagClassName
{
color: #BF8BAE;
}
</style>
background-color css
<style>
a { background-color: #BF8BAE; }
a { background-color: rgb(191,139,174); }
div.DivClassName
{
background-color: #BF8BAE;
}
.BgClassName
{
background-color: #BF8BAE;
}
</style>
border-color css
<style>
span { border-color: #BF8BAE; }
span { border-color: rgb(191,139,174); }
td.TdClassName
{
border-color: #BF8BAE;
}
.TagClassName
{
border-color: #BF8BAE;
}
</style>