Shades of Lily #B39CA8
Tints of Lily #B39CA8
RGB
CMYK
RGB Variations
Color information
#B39CA8 (or 0xB39CA8) is known color: Lily. HEX triplet: B3, 9C and A8. RGB value is (179,156,168). Sum of RGB (Red+Green+Blue) = 179+156+168=503 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.59% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 168 (66.02% from 255 or 33.40% from 503); Max value from RGB is 179 - color contains mainly: red. Hex color #B39CA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39CA8 is #4C6357. Grayscale: #A4A4A4. Windows color (decimal): -5006168 or 11050163. OLE color: 11050163.
HSL color Cylindrical-coordinate representation of color #B39CA8: hue angle of 328.7º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B39CA8 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 156 | 168 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.30 |
| HSL | 328.7º | 0.13% | 0.66% | - |
| HSV(B) | 328.7º | 0.13% | 0.7% | - |
| XYZ | 37.55 | 36.19 | 42.05 | - |
| YUV | 164.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 156 | 168 | 0 | 0.13 | 0.06 | 0.30 | 328.7 | 0.13 | 0.66 |
| Hex | B3 | 9C | A8 | 0 | D | 6 | 1E | 149 | D | 42 |
| Octal | 263 | 234 | 250 | 0 | 15 | 6 | 36 | 511 | 15 | 102 |
| Binary | 10110011 | 10011100 | 10101000 | 0 | 1101 | 110 | 11110 | 101001001 | 1101 | 1000010 |
Color Harmonies of #B39CA8
Complementary color
Monochromatic Colors of #B39CA8
Black with #B39CA8
Text Example
Text Example
White with #B39CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39CA8; }
p { color: rgb(179,156,168); }
H1.HeaderClassName
{
color: #B39CA8;
}
.AnyTagClassName
{
color: #B39CA8;
}
</style>
background-color css
<style>
a { background-color: #B39CA8; }
a { background-color: rgb(179,156,168); }
div.DivClassName
{
background-color: #B39CA8;
}
.BgClassName
{
background-color: #B39CA8;
}
</style>
border-color css
<style>
span { border-color: #B39CA8; }
span { border-color: rgb(179,156,168); }
td.TdClassName
{
border-color: #B39CA8;
}
.TagClassName
{
border-color: #B39CA8;
}
</style>