Shades of Lily #BF92AB
Tints of Lily #BF92AB
RGB
CMYK
RGB Variations
Color information
#BF92AB (or 0xBF92AB) is known color: Lily. HEX triplet: BF, 92 and AB. RGB value is (191,146,171). Sum of RGB (Red+Green+Blue) = 191+146+171=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 146 (57.42% from 255 or 28.74% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 191 - color contains mainly: red. Hex color #BF92AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF92AB is #406D54. Grayscale: #A2A2A2. Windows color (decimal): -4222293 or 11244223. OLE color: 11244223.
HSL color Cylindrical-coordinate representation of color #BF92AB: hue angle of 326.67º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BF92AB is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 146 | 171 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.25 |
| HSL | 326.67º | 0.26% | 0.66% | - |
| HSV(B) | 326.67º | 0.24% | 0.75% | - |
| XYZ | 39.12 | 34.57 | 43.14 | - |
| YUV | 162.31 | 132.91 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 146 | 171 | 0 | 0.24 | 0.10 | 0.25 | 326.67 | 0.26 | 0.66 |
| Hex | BF | 92 | AB | 0 | 18 | A | 19 | 147 | 1A | 42 |
| Octal | 277 | 222 | 253 | 0 | 30 | 12 | 31 | 507 | 32 | 102 |
| Binary | 10111111 | 10010010 | 10101011 | 0 | 11000 | 1010 | 11001 | 101000111 | 11010 | 1000010 |
Color Harmonies of #BF92AB
Complementary color
Monochromatic Colors of #BF92AB
Black with #BF92AB
Text Example
Text Example
White with #BF92AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF92AB; }
p { color: rgb(191,146,171); }
H1.HeaderClassName
{
color: #BF92AB;
}
.AnyTagClassName
{
color: #BF92AB;
}
</style>
background-color css
<style>
a { background-color: #BF92AB; }
a { background-color: rgb(191,146,171); }
div.DivClassName
{
background-color: #BF92AB;
}
.BgClassName
{
background-color: #BF92AB;
}
</style>
border-color css
<style>
span { border-color: #BF92AB; }
span { border-color: rgb(191,146,171); }
td.TdClassName
{
border-color: #BF92AB;
}
.TagClassName
{
border-color: #BF92AB;
}
</style>