Shades of Lily #B29BA8
Tints of Lily #B29BA8
RGB
CMYK
RGB Variations
Color information
#B29BA8 (or 0xB29BA8) is known color: Lily. HEX triplet: B2, 9B and A8. RGB value is (178,155,168). Sum of RGB (Red+Green+Blue) = 178+155+168=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 168 (66.02% from 255 or 33.53% from 501); Max value from RGB is 178 - color contains mainly: red. Hex color #B29BA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29BA8 is #4D6457. Grayscale: #A3A3A3. Windows color (decimal): -5071960 or 11049906. OLE color: 11049906.
HSL color Cylindrical-coordinate representation of color #B29BA8: hue angle of 326.09º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B29BA8 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 155 | 168 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.30 |
| HSL | 326.09º | 0.13% | 0.65% | - |
| HSV(B) | 326.09º | 0.13% | 0.7% | - |
| XYZ | 37.15 | 35.73 | 41.99 | - |
| YUV | 163.36 | 130.62 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 155 | 168 | 0 | 0.13 | 0.06 | 0.30 | 326.09 | 0.13 | 0.65 |
| Hex | B2 | 9B | A8 | 0 | D | 6 | 1E | 146 | D | 41 |
| Octal | 262 | 233 | 250 | 0 | 15 | 6 | 36 | 506 | 15 | 101 |
| Binary | 10110010 | 10011011 | 10101000 | 0 | 1101 | 110 | 11110 | 101000110 | 1101 | 1000001 |
Color Harmonies of #B29BA8
Complementary color
Monochromatic Colors of #B29BA8
Black with #B29BA8
Text Example
Text Example
White with #B29BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29BA8; }
p { color: rgb(178,155,168); }
H1.HeaderClassName
{
color: #B29BA8;
}
.AnyTagClassName
{
color: #B29BA8;
}
</style>
background-color css
<style>
a { background-color: #B29BA8; }
a { background-color: rgb(178,155,168); }
div.DivClassName
{
background-color: #B29BA8;
}
.BgClassName
{
background-color: #B29BA8;
}
</style>
border-color css
<style>
span { border-color: #B29BA8; }
span { border-color: rgb(178,155,168); }
td.TdClassName
{
border-color: #B29BA8;
}
.TagClassName
{
border-color: #B29BA8;
}
</style>