Shades of Lily #BBA9B0
Tints of Lily #BBA9B0
RGB
CMYK
RGB Variations
Color information
#BBA9B0 (or 0xBBA9B0) is known color: Lily. HEX triplet: BB, A9 and B0. RGB value is (187,169,176). Sum of RGB (Red+Green+Blue) = 187+169+176=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 169 (66.41% from 255 or 31.77% from 532); Blue value is 176 (69.14% from 255 or 33.08% from 532); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA9B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA9B0 is #44564F. Grayscale: #AFAFAF. Windows color (decimal): -4478544 or 11577787. OLE color: 11577787.
HSL color Cylindrical-coordinate representation of color #BBA9B0: hue angle of 336.67º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBA9B0 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 169 | 176 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.27 |
| HSL | 336.67º | 0.12% | 0.7% | - |
| HSV(B) | 336.67º | 0.1% | 0.73% | - |
| XYZ | 42.52 | 42.08 | 46.95 | - |
| YUV | 175.18 | 128.46 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 176 | 0 | 0.10 | 0.06 | 0.27 | 336.67 | 0.12 | 0.7 |
| Hex | BB | A9 | B0 | 0 | A | 6 | 1B | 151 | C | 46 |
| Octal | 273 | 251 | 260 | 0 | 12 | 6 | 33 | 521 | 14 | 106 |
| Binary | 10111011 | 10101001 | 10110000 | 0 | 1010 | 110 | 11011 | 101010001 | 1100 | 1000110 |
Color Harmonies of #BBA9B0
Complementary color
Monochromatic Colors of #BBA9B0
Black with #BBA9B0
Text Example
Text Example
White with #BBA9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA9B0; }
p { color: rgb(187,169,176); }
H1.HeaderClassName
{
color: #BBA9B0;
}
.AnyTagClassName
{
color: #BBA9B0;
}
</style>
background-color css
<style>
a { background-color: #BBA9B0; }
a { background-color: rgb(187,169,176); }
div.DivClassName
{
background-color: #BBA9B0;
}
.BgClassName
{
background-color: #BBA9B0;
}
</style>
border-color css
<style>
span { border-color: #BBA9B0; }
span { border-color: rgb(187,169,176); }
td.TdClassName
{
border-color: #BBA9B0;
}
.TagClassName
{
border-color: #BBA9B0;
}
</style>