Shades of Lily #BF93B5
Tints of Lily #BF93B5
RGB
CMYK
RGB Variations
Color information
#BF93B5 (or 0xBF93B5) is known color: Lily. HEX triplet: BF, 93 and B5. RGB value is (191,147,181). Sum of RGB (Red+Green+Blue) = 191+147+181=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 147 (57.81% from 255 or 28.32% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 191 - color contains mainly: red. Hex color #BF93B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF93B5 is #406C4A. Grayscale: #A3A3A3. Windows color (decimal): -4222027 or 11899839. OLE color: 11899839.
HSL color Cylindrical-coordinate representation of color #BF93B5: hue angle of 313.64º 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 #BF93B5 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 147 | 181 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.25 |
| HSL | 313.64º | 0.26% | 0.66% | - |
| HSV(B) | 313.64º | 0.23% | 0.75% | - |
| XYZ | 40.26 | 35.28 | 48.4 | - |
| YUV | 164.03 | 137.58 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 147 | 181 | 0 | 0.23 | 0.05 | 0.25 | 313.64 | 0.26 | 0.66 |
| Hex | BF | 93 | B5 | 0 | 17 | 5 | 19 | 13A | 1A | 42 |
| Octal | 277 | 223 | 265 | 0 | 27 | 5 | 31 | 472 | 32 | 102 |
| Binary | 10111111 | 10010011 | 10110101 | 0 | 10111 | 101 | 11001 | 100111010 | 11010 | 1000010 |
Color Harmonies of #BF93B5
Complementary color
Monochromatic Colors of #BF93B5
Black with #BF93B5
Text Example
Text Example
White with #BF93B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF93B5; }
p { color: rgb(191,147,181); }
H1.HeaderClassName
{
color: #BF93B5;
}
.AnyTagClassName
{
color: #BF93B5;
}
</style>
background-color css
<style>
a { background-color: #BF93B5; }
a { background-color: rgb(191,147,181); }
div.DivClassName
{
background-color: #BF93B5;
}
.BgClassName
{
background-color: #BF93B5;
}
</style>
border-color css
<style>
span { border-color: #BF93B5; }
span { border-color: rgb(191,147,181); }
td.TdClassName
{
border-color: #BF93B5;
}
.TagClassName
{
border-color: #BF93B5;
}
</style>