Shades of Lily #BBA4AD
Tints of Lily #BBA4AD
RGB
CMYK
RGB Variations
Color information
#BBA4AD (or 0xBBA4AD) is known color: Lily. HEX triplet: BB, A4 and AD. RGB value is (187,164,173). Sum of RGB (Red+Green+Blue) = 187+164+173=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 164 (64.45% from 255 or 31.30% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA4AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA4AD is #445B52. Grayscale: #ABABAB. Windows color (decimal): -4479827 or 11379899. OLE color: 11379899.
HSL color Cylindrical-coordinate representation of color #BBA4AD: hue angle of 336.52º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBA4AD is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 164 | 173 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.27 |
| HSL | 336.52º | 0.14% | 0.69% | - |
| HSV(B) | 336.52º | 0.12% | 0.73% | - |
| XYZ | 41.31 | 40.13 | 45.1 | - |
| YUV | 171.9 | 128.62 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 173 | 0 | 0.12 | 0.07 | 0.27 | 336.52 | 0.14 | 0.69 |
| Hex | BB | A4 | AD | 0 | C | 7 | 1B | 151 | E | 45 |
| Octal | 273 | 244 | 255 | 0 | 14 | 7 | 33 | 521 | 16 | 105 |
| Binary | 10111011 | 10100100 | 10101101 | 0 | 1100 | 111 | 11011 | 101010001 | 1110 | 1000101 |
Color Harmonies of #BBA4AD
Complementary color
Monochromatic Colors of #BBA4AD
Black with #BBA4AD
Text Example
Text Example
White with #BBA4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA4AD; }
p { color: rgb(187,164,173); }
H1.HeaderClassName
{
color: #BBA4AD;
}
.AnyTagClassName
{
color: #BBA4AD;
}
</style>
background-color css
<style>
a { background-color: #BBA4AD; }
a { background-color: rgb(187,164,173); }
div.DivClassName
{
background-color: #BBA4AD;
}
.BgClassName
{
background-color: #BBA4AD;
}
</style>
border-color css
<style>
span { border-color: #BBA4AD; }
span { border-color: rgb(187,164,173); }
td.TdClassName
{
border-color: #BBA4AD;
}
.TagClassName
{
border-color: #BBA4AD;
}
</style>