Shades of Lily #BF9DB5
Tints of Lily #BF9DB5
RGB
CMYK
RGB Variations
Color information
#BF9DB5 (or 0xBF9DB5) is known color: Lily. HEX triplet: BF, 9D and B5. RGB value is (191,157,181). Sum of RGB (Red+Green+Blue) = 191+157+181=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9DB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9DB5 is #40624A. Grayscale: #A9A9A9. Windows color (decimal): -4219467 or 11902399. OLE color: 11902399.
HSL color Cylindrical-coordinate representation of color #BF9DB5: hue angle of 317.65º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BF9DB5 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 157 | 181 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.25 |
| HSL | 317.65º | 0.21% | 0.68% | - |
| HSV(B) | 317.65º | 0.18% | 0.75% | - |
| XYZ | 41.88 | 38.53 | 48.94 | - |
| YUV | 169.9 | 134.26 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 157 | 181 | 0 | 0.18 | 0.05 | 0.25 | 317.65 | 0.21 | 0.68 |
| Hex | BF | 9D | B5 | 0 | 12 | 5 | 19 | 13E | 15 | 44 |
| Octal | 277 | 235 | 265 | 0 | 22 | 5 | 31 | 476 | 25 | 104 |
| Binary | 10111111 | 10011101 | 10110101 | 0 | 10010 | 101 | 11001 | 100111110 | 10101 | 1000100 |
Color Harmonies of #BF9DB5
Complementary color
Monochromatic Colors of #BF9DB5
Black with #BF9DB5
Text Example
Text Example
White with #BF9DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9DB5; }
p { color: rgb(191,157,181); }
H1.HeaderClassName
{
color: #BF9DB5;
}
.AnyTagClassName
{
color: #BF9DB5;
}
</style>
background-color css
<style>
a { background-color: #BF9DB5; }
a { background-color: rgb(191,157,181); }
div.DivClassName
{
background-color: #BF9DB5;
}
.BgClassName
{
background-color: #BF9DB5;
}
</style>
border-color css
<style>
span { border-color: #BF9DB5; }
span { border-color: rgb(191,157,181); }
td.TdClassName
{
border-color: #BF9DB5;
}
.TagClassName
{
border-color: #BF9DB5;
}
</style>