Shades of Lily #BF9DB4
Tints of Lily #BF9DB4
RGB
CMYK
RGB Variations
Color information
#BF9DB4 (or 0xBF9DB4) is known color: Lily. HEX triplet: BF, 9D and B4. RGB value is (191,157,180). Sum of RGB (Red+Green+Blue) = 191+157+180=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 180 (70.70% from 255 or 34.09% from 528); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9DB4 is #40624B. Grayscale: #A9A9A9. Windows color (decimal): -4219468 or 11836863. OLE color: 11836863.
HSL color Cylindrical-coordinate representation of color #BF9DB4: hue angle of 319.41º 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 #BF9DB4 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 157 | 180 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.25 |
| HSL | 319.41º | 0.21% | 0.68% | - |
| HSV(B) | 319.41º | 0.18% | 0.75% | - |
| XYZ | 41.78 | 38.49 | 48.41 | - |
| YUV | 169.79 | 133.76 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 157 | 180 | 0 | 0.18 | 0.06 | 0.25 | 319.41 | 0.21 | 0.68 |
| Hex | BF | 9D | B4 | 0 | 12 | 6 | 19 | 13F | 15 | 44 |
| Octal | 277 | 235 | 264 | 0 | 22 | 6 | 31 | 477 | 25 | 104 |
| Binary | 10111111 | 10011101 | 10110100 | 0 | 10010 | 110 | 11001 | 100111111 | 10101 | 1000100 |
Color Harmonies of #BF9DB4
Complementary color
Monochromatic Colors of #BF9DB4
Black with #BF9DB4
Text Example
Text Example
White with #BF9DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9DB4; }
p { color: rgb(191,157,180); }
H1.HeaderClassName
{
color: #BF9DB4;
}
.AnyTagClassName
{
color: #BF9DB4;
}
</style>
background-color css
<style>
a { background-color: #BF9DB4; }
a { background-color: rgb(191,157,180); }
div.DivClassName
{
background-color: #BF9DB4;
}
.BgClassName
{
background-color: #BF9DB4;
}
</style>
border-color css
<style>
span { border-color: #BF9DB4; }
span { border-color: rgb(191,157,180); }
td.TdClassName
{
border-color: #BF9DB4;
}
.TagClassName
{
border-color: #BF9DB4;
}
</style>