Shades of Lily #BF8CAC
Tints of Lily #BF8CAC
RGB
CMYK
RGB Variations
Color information
#BF8CAC (or 0xBF8CAC) is known color: Lily. HEX triplet: BF, 8C and AC. RGB value is (191,140,172). Sum of RGB (Red+Green+Blue) = 191+140+172=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8CAC is #407353. Grayscale: #9E9E9E. Windows color (decimal): -4223828 or 11308223. OLE color: 11308223.
HSL color Cylindrical-coordinate representation of color #BF8CAC: hue angle of 322.35º degrees, saturation: 0.28, 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 #BF8CAC is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 140 | 172 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.25 |
| HSL | 322.35º | 0.28% | 0.65% | - |
| HSV(B) | 322.35º | 0.27% | 0.75% | - |
| XYZ | 38.31 | 32.81 | 43.34 | - |
| YUV | 158.9 | 135.4 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 140 | 172 | 0 | 0.27 | 0.10 | 0.25 | 322.35 | 0.28 | 0.65 |
| Hex | BF | 8C | AC | 0 | 1B | A | 19 | 142 | 1C | 41 |
| Octal | 277 | 214 | 254 | 0 | 33 | 12 | 31 | 502 | 34 | 101 |
| Binary | 10111111 | 10001100 | 10101100 | 0 | 11011 | 1010 | 11001 | 101000010 | 11100 | 1000001 |
Color Harmonies of #BF8CAC
Complementary color
Monochromatic Colors of #BF8CAC
Black with #BF8CAC
Text Example
Text Example
White with #BF8CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8CAC; }
p { color: rgb(191,140,172); }
H1.HeaderClassName
{
color: #BF8CAC;
}
.AnyTagClassName
{
color: #BF8CAC;
}
</style>
background-color css
<style>
a { background-color: #BF8CAC; }
a { background-color: rgb(191,140,172); }
div.DivClassName
{
background-color: #BF8CAC;
}
.BgClassName
{
background-color: #BF8CAC;
}
</style>
border-color css
<style>
span { border-color: #BF8CAC; }
span { border-color: rgb(191,140,172); }
td.TdClassName
{
border-color: #BF8CAC;
}
.TagClassName
{
border-color: #BF8CAC;
}
</style>