Shades of Lily #BF8AB0
Tints of Lily #BF8AB0
RGB
CMYK
RGB Variations
Color information
#BF8AB0 (or 0xBF8AB0) is known color: Lily. HEX triplet: BF, 8A and B0. RGB value is (191,138,176). Sum of RGB (Red+Green+Blue) = 191+138+176=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8AB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8AB0 is #40754F. Grayscale: #9E9E9E. Windows color (decimal): -4224336 or 11569855. OLE color: 11569855.
HSL color Cylindrical-coordinate representation of color #BF8AB0: hue angle of 316.98º 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 #BF8AB0 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 138 | 176 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.25 |
| HSL | 316.98º | 0.29% | 0.65% | - |
| HSV(B) | 316.98º | 0.28% | 0.75% | - |
| XYZ | 38.41 | 32.39 | 45.3 | - |
| YUV | 158.18 | 138.06 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 138 | 176 | 0 | 0.28 | 0.08 | 0.25 | 316.98 | 0.29 | 0.65 |
| Hex | BF | 8A | B0 | 0 | 1C | 8 | 19 | 13D | 1D | 41 |
| Octal | 277 | 212 | 260 | 0 | 34 | 10 | 31 | 475 | 35 | 101 |
| Binary | 10111111 | 10001010 | 10110000 | 0 | 11100 | 1000 | 11001 | 100111101 | 11101 | 1000001 |
Color Harmonies of #BF8AB0
Complementary color
Monochromatic Colors of #BF8AB0
Black with #BF8AB0
Text Example
Text Example
White with #BF8AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8AB0; }
p { color: rgb(191,138,176); }
H1.HeaderClassName
{
color: #BF8AB0;
}
.AnyTagClassName
{
color: #BF8AB0;
}
</style>
background-color css
<style>
a { background-color: #BF8AB0; }
a { background-color: rgb(191,138,176); }
div.DivClassName
{
background-color: #BF8AB0;
}
.BgClassName
{
background-color: #BF8AB0;
}
</style>
border-color css
<style>
span { border-color: #BF8AB0; }
span { border-color: rgb(191,138,176); }
td.TdClassName
{
border-color: #BF8AB0;
}
.TagClassName
{
border-color: #BF8AB0;
}
</style>