Shades of Lily #BBA3AB
Tints of Lily #BBA3AB
RGB
CMYK
RGB Variations
Color information
#BBA3AB (or 0xBBA3AB) is known color: Lily. HEX triplet: BB, A3 and AB. RGB value is (187,163,171). Sum of RGB (Red+Green+Blue) = 187+163+171=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 163 (64.06% from 255 or 31.29% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA3AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA3AB is #445C54. Grayscale: #ABABAB. Windows color (decimal): -4480085 or 11248571. OLE color: 11248571.
HSL color Cylindrical-coordinate representation of color #BBA3AB: hue angle of 340º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBA3AB is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 163 | 171 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.27 |
| HSL | 340º | 0.15% | 0.69% | - |
| HSV(B) | 340º | 0.13% | 0.73% | - |
| XYZ | 40.94 | 39.7 | 44.03 | - |
| YUV | 171.09 | 127.95 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 163 | 171 | 0 | 0.13 | 0.09 | 0.27 | 340 | 0.15 | 0.69 |
| Hex | BB | A3 | AB | 0 | D | 9 | 1B | 154 | F | 45 |
| Octal | 273 | 243 | 253 | 0 | 15 | 11 | 33 | 524 | 17 | 105 |
| Binary | 10111011 | 10100011 | 10101011 | 0 | 1101 | 1001 | 11011 | 101010100 | 1111 | 1000101 |
Color Harmonies of #BBA3AB
Complementary color
Monochromatic Colors of #BBA3AB
Black with #BBA3AB
Text Example
Text Example
White with #BBA3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA3AB; }
p { color: rgb(187,163,171); }
H1.HeaderClassName
{
color: #BBA3AB;
}
.AnyTagClassName
{
color: #BBA3AB;
}
</style>
background-color css
<style>
a { background-color: #BBA3AB; }
a { background-color: rgb(187,163,171); }
div.DivClassName
{
background-color: #BBA3AB;
}
.BgClassName
{
background-color: #BBA3AB;
}
</style>
border-color css
<style>
span { border-color: #BBA3AB; }
span { border-color: rgb(187,163,171); }
td.TdClassName
{
border-color: #BBA3AB;
}
.TagClassName
{
border-color: #BBA3AB;
}
</style>