Shades of Lily #BF93B3
Tints of Lily #BF93B3
RGB
CMYK
RGB Variations
Color information
#BF93B3 (or 0xBF93B3) is known color: Lily. HEX triplet: BF, 93 and B3. RGB value is (191,147,179). Sum of RGB (Red+Green+Blue) = 191+147+179=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 147 (57.81% from 255 or 28.43% from 517); Blue value is 179 (70.31% from 255 or 34.62% from 517); Max value from RGB is 191 - color contains mainly: red. Hex color #BF93B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF93B3 is #406C4C. Grayscale: #A3A3A3. Windows color (decimal): -4222029 or 11768767. OLE color: 11768767.
HSL color Cylindrical-coordinate representation of color #BF93B3: hue angle of 316.36º 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 #BF93B3 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 147 | 179 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.25 |
| HSL | 316.36º | 0.26% | 0.66% | - |
| HSV(B) | 316.36º | 0.23% | 0.75% | - |
| XYZ | 40.06 | 35.2 | 47.33 | - |
| YUV | 163.8 | 136.58 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 147 | 179 | 0 | 0.23 | 0.06 | 0.25 | 316.36 | 0.26 | 0.66 |
| Hex | BF | 93 | B3 | 0 | 17 | 6 | 19 | 13C | 1A | 42 |
| Octal | 277 | 223 | 263 | 0 | 27 | 6 | 31 | 474 | 32 | 102 |
| Binary | 10111111 | 10010011 | 10110011 | 0 | 10111 | 110 | 11001 | 100111100 | 11010 | 1000010 |
Color Harmonies of #BF93B3
Complementary color
Monochromatic Colors of #BF93B3
Black with #BF93B3
Text Example
Text Example
White with #BF93B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF93B3; }
p { color: rgb(191,147,179); }
H1.HeaderClassName
{
color: #BF93B3;
}
.AnyTagClassName
{
color: #BF93B3;
}
</style>
background-color css
<style>
a { background-color: #BF93B3; }
a { background-color: rgb(191,147,179); }
div.DivClassName
{
background-color: #BF93B3;
}
.BgClassName
{
background-color: #BF93B3;
}
</style>
border-color css
<style>
span { border-color: #BF93B3; }
span { border-color: rgb(191,147,179); }
td.TdClassName
{
border-color: #BF93B3;
}
.TagClassName
{
border-color: #BF93B3;
}
</style>