Shades of Lily #BF9AB2
Tints of Lily #BF9AB2
RGB
CMYK
RGB Variations
Color information
#BF9AB2 (or 0xBF9AB2) is known color: Lily. HEX triplet: BF, 9A and B2. RGB value is (191,154,178). Sum of RGB (Red+Green+Blue) = 191+154+178=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 154 (60.55% from 255 or 29.45% from 523); Blue value is 178 (69.92% from 255 or 34.03% from 523); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9AB2 is #40654D. Grayscale: #A7A7A7. Windows color (decimal): -4220238 or 11705023. OLE color: 11705023.
HSL color Cylindrical-coordinate representation of color #BF9AB2: hue angle of 321.08º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BF9AB2 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 154 | 178 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.25 |
| HSL | 321.08º | 0.22% | 0.68% | - |
| HSV(B) | 321.08º | 0.19% | 0.75% | - |
| XYZ | 41.08 | 37.4 | 47.17 | - |
| YUV | 167.8 | 133.76 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 154 | 178 | 0 | 0.19 | 0.07 | 0.25 | 321.08 | 0.22 | 0.68 |
| Hex | BF | 9A | B2 | 0 | 13 | 7 | 19 | 141 | 16 | 44 |
| Octal | 277 | 232 | 262 | 0 | 23 | 7 | 31 | 501 | 26 | 104 |
| Binary | 10111111 | 10011010 | 10110010 | 0 | 10011 | 111 | 11001 | 101000001 | 10110 | 1000100 |
Color Harmonies of #BF9AB2
Complementary color
Monochromatic Colors of #BF9AB2
Black with #BF9AB2
Text Example
Text Example
White with #BF9AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9AB2; }
p { color: rgb(191,154,178); }
H1.HeaderClassName
{
color: #BF9AB2;
}
.AnyTagClassName
{
color: #BF9AB2;
}
</style>
background-color css
<style>
a { background-color: #BF9AB2; }
a { background-color: rgb(191,154,178); }
div.DivClassName
{
background-color: #BF9AB2;
}
.BgClassName
{
background-color: #BF9AB2;
}
</style>
border-color css
<style>
span { border-color: #BF9AB2; }
span { border-color: rgb(191,154,178); }
td.TdClassName
{
border-color: #BF9AB2;
}
.TagClassName
{
border-color: #BF9AB2;
}
</style>