Shades of Lily #B393A6
Tints of Lily #B393A6
RGB
CMYK
RGB Variations
Color information
#B393A6 (or 0xB393A6) is known color: Lily. HEX triplet: B3, 93 and A6. RGB value is (179,147,166). Sum of RGB (Red+Green+Blue) = 179+147+166=492 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.38% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 166 (65.23% from 255 or 33.74% from 492); Max value from RGB is 179 - color contains mainly: red. Hex color #B393A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B393A6 is #4C6C59. Grayscale: #9E9E9E. Windows color (decimal): -5008474 or 10916787. OLE color: 10916787.
HSL color Cylindrical-coordinate representation of color #B393A6: hue angle of 324.38º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B393A6 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 147 | 166 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.30 |
| HSL | 324.38º | 0.17% | 0.64% | - |
| HSV(B) | 324.38º | 0.18% | 0.7% | - |
| XYZ | 35.91 | 33.2 | 40.59 | - |
| YUV | 158.73 | 132.1 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 147 | 166 | 0 | 0.18 | 0.07 | 0.30 | 324.38 | 0.17 | 0.64 |
| Hex | B3 | 93 | A6 | 0 | 12 | 7 | 1E | 144 | 11 | 40 |
| Octal | 263 | 223 | 246 | 0 | 22 | 7 | 36 | 504 | 21 | 100 |
| Binary | 10110011 | 10010011 | 10100110 | 0 | 10010 | 111 | 11110 | 101000100 | 10001 | 1000000 |
Color Harmonies of #B393A6
Complementary color
Monochromatic Colors of #B393A6
Black with #B393A6
Text Example
Text Example
White with #B393A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B393A6; }
p { color: rgb(179,147,166); }
H1.HeaderClassName
{
color: #B393A6;
}
.AnyTagClassName
{
color: #B393A6;
}
</style>
background-color css
<style>
a { background-color: #B393A6; }
a { background-color: rgb(179,147,166); }
div.DivClassName
{
background-color: #B393A6;
}
.BgClassName
{
background-color: #B393A6;
}
</style>
border-color css
<style>
span { border-color: #B393A6; }
span { border-color: rgb(179,147,166); }
td.TdClassName
{
border-color: #B393A6;
}
.TagClassName
{
border-color: #B393A6;
}
</style>