Shades of Lily #BF93B0
Tints of Lily #BF93B0
RGB
CMYK
RGB Variations
Color information
#BF93B0 (or 0xBF93B0) is known color: Lily. HEX triplet: BF, 93 and B0. RGB value is (191,147,176). Sum of RGB (Red+Green+Blue) = 191+147+176=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 176 (69.14% from 255 or 34.24% from 514); Max value from RGB is 191 - color contains mainly: red. Hex color #BF93B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF93B0 is #406C4F. Grayscale: #A3A3A3. Windows color (decimal): -4222032 or 11572159. OLE color: 11572159.
HSL color Cylindrical-coordinate representation of color #BF93B0: hue angle of 320.45º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BF93B0 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 147 | 176 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.25 |
| HSL | 320.45º | 0.26% | 0.66% | - |
| HSV(B) | 320.45º | 0.23% | 0.75% | - |
| XYZ | 39.76 | 35.08 | 45.75 | - |
| YUV | 163.46 | 135.08 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 147 | 176 | 0 | 0.23 | 0.08 | 0.25 | 320.45 | 0.26 | 0.66 |
| Hex | BF | 93 | B0 | 0 | 17 | 8 | 19 | 140 | 1A | 42 |
| Octal | 277 | 223 | 260 | 0 | 27 | 10 | 31 | 500 | 32 | 102 |
| Binary | 10111111 | 10010011 | 10110000 | 0 | 10111 | 1000 | 11001 | 101000000 | 11010 | 1000010 |
Color Harmonies of #BF93B0
Complementary color
Monochromatic Colors of #BF93B0
Black with #BF93B0
Text Example
Text Example
White with #BF93B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF93B0; }
p { color: rgb(191,147,176); }
H1.HeaderClassName
{
color: #BF93B0;
}
.AnyTagClassName
{
color: #BF93B0;
}
</style>
background-color css
<style>
a { background-color: #BF93B0; }
a { background-color: rgb(191,147,176); }
div.DivClassName
{
background-color: #BF93B0;
}
.BgClassName
{
background-color: #BF93B0;
}
</style>
border-color css
<style>
span { border-color: #BF93B0; }
span { border-color: rgb(191,147,176); }
td.TdClassName
{
border-color: #BF93B0;
}
.TagClassName
{
border-color: #BF93B0;
}
</style>