Shades of Lily #BF93AF
Tints of Lily #BF93AF
RGB
CMYK
RGB Variations
Color information
#BF93AF (or 0xBF93AF) is known color: Lily. HEX triplet: BF, 93 and AF. RGB value is (191,147,175). Sum of RGB (Red+Green+Blue) = 191+147+175=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 147 (57.81% from 255 or 28.65% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 191 - color contains mainly: red. Hex color #BF93AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF93AF is #406C50. Grayscale: #A3A3A3. Windows color (decimal): -4222033 or 11506623. OLE color: 11506623.
HSL color Cylindrical-coordinate representation of color #BF93AF: hue angle of 321.82º 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 #BF93AF is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 147 | 175 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.25 |
| HSL | 321.82º | 0.26% | 0.66% | - |
| HSV(B) | 321.82º | 0.23% | 0.75% | - |
| XYZ | 39.66 | 35.04 | 45.23 | - |
| YUV | 163.35 | 134.58 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 147 | 175 | 0 | 0.23 | 0.08 | 0.25 | 321.82 | 0.26 | 0.66 |
| Hex | BF | 93 | AF | 0 | 17 | 8 | 19 | 142 | 1A | 42 |
| Octal | 277 | 223 | 257 | 0 | 27 | 10 | 31 | 502 | 32 | 102 |
| Binary | 10111111 | 10010011 | 10101111 | 0 | 10111 | 1000 | 11001 | 101000010 | 11010 | 1000010 |
Color Harmonies of #BF93AF
Complementary color
Monochromatic Colors of #BF93AF
Black with #BF93AF
Text Example
Text Example
White with #BF93AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF93AF; }
p { color: rgb(191,147,175); }
H1.HeaderClassName
{
color: #BF93AF;
}
.AnyTagClassName
{
color: #BF93AF;
}
</style>
background-color css
<style>
a { background-color: #BF93AF; }
a { background-color: rgb(191,147,175); }
div.DivClassName
{
background-color: #BF93AF;
}
.BgClassName
{
background-color: #BF93AF;
}
</style>
border-color css
<style>
span { border-color: #BF93AF; }
span { border-color: rgb(191,147,175); }
td.TdClassName
{
border-color: #BF93AF;
}
.TagClassName
{
border-color: #BF93AF;
}
</style>