Shades of Lily #BBA2AD
Tints of Lily #BBA2AD
RGB
CMYK
RGB Variations
Color information
#BBA2AD (or 0xBBA2AD) is known color: Lily. HEX triplet: BB, A2 and AD. RGB value is (187,162,173). Sum of RGB (Red+Green+Blue) = 187+162+173=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 162 (63.67% from 255 or 31.03% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA2AD is #445D52. Grayscale: #AAAAAA. Windows color (decimal): -4480339 or 11379387. OLE color: 11379387.
HSL color Cylindrical-coordinate representation of color #BBA2AD: hue angle of 333.6º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBA2AD is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 162 | 173 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.27 |
| HSL | 333.6º | 0.16% | 0.68% | - |
| HSV(B) | 333.6º | 0.13% | 0.73% | - |
| XYZ | 40.96 | 39.42 | 44.99 | - |
| YUV | 170.73 | 129.28 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 173 | 0 | 0.13 | 0.07 | 0.27 | 333.6 | 0.16 | 0.68 |
| Hex | BB | A2 | AD | 0 | D | 7 | 1B | 14E | 10 | 44 |
| Octal | 273 | 242 | 255 | 0 | 15 | 7 | 33 | 516 | 20 | 104 |
| Binary | 10111011 | 10100010 | 10101101 | 0 | 1101 | 111 | 11011 | 101001110 | 10000 | 1000100 |
Color Harmonies of #BBA2AD
Complementary color
Monochromatic Colors of #BBA2AD
Black with #BBA2AD
Text Example
Text Example
White with #BBA2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA2AD; }
p { color: rgb(187,162,173); }
H1.HeaderClassName
{
color: #BBA2AD;
}
.AnyTagClassName
{
color: #BBA2AD;
}
</style>
background-color css
<style>
a { background-color: #BBA2AD; }
a { background-color: rgb(187,162,173); }
div.DivClassName
{
background-color: #BBA2AD;
}
.BgClassName
{
background-color: #BBA2AD;
}
</style>
border-color css
<style>
span { border-color: #BBA2AD; }
span { border-color: rgb(187,162,173); }
td.TdClassName
{
border-color: #BBA2AD;
}
.TagClassName
{
border-color: #BBA2AD;
}
</style>