Shades of Lily #BBA9B5
Tints of Lily #BBA9B5
RGB
CMYK
RGB Variations
Color information
#BBA9B5 (or 0xBBA9B5) is known color: Lily. HEX triplet: BB, A9 and B5. RGB value is (187,169,181). Sum of RGB (Red+Green+Blue) = 187+169+181=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 169 (66.41% from 255 or 31.47% from 537); Blue value is 181 (71.09% from 255 or 33.71% from 537); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA9B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA9B5 is #44564A. Grayscale: #AFAFAF. Windows color (decimal): -4478539 or 11905467. OLE color: 11905467.
HSL color Cylindrical-coordinate representation of color #BBA9B5: hue angle of 320º 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 #BBA9B5 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 169 | 181 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.27 |
| HSL | 320º | 0.12% | 0.7% | - |
| HSV(B) | 320º | 0.1% | 0.73% | - |
| XYZ | 43.02 | 42.28 | 49.61 | - |
| YUV | 175.75 | 130.96 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 181 | 0 | 0.10 | 0.03 | 0.27 | 320 | 0.12 | 0.7 |
| Hex | BB | A9 | B5 | 0 | A | 3 | 1B | 140 | C | 46 |
| Octal | 273 | 251 | 265 | 0 | 12 | 3 | 33 | 500 | 14 | 106 |
| Binary | 10111011 | 10101001 | 10110101 | 0 | 1010 | 11 | 11011 | 101000000 | 1100 | 1000110 |
Color Harmonies of #BBA9B5
Complementary color
Monochromatic Colors of #BBA9B5
Black with #BBA9B5
Text Example
Text Example
White with #BBA9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA9B5; }
p { color: rgb(187,169,181); }
H1.HeaderClassName
{
color: #BBA9B5;
}
.AnyTagClassName
{
color: #BBA9B5;
}
</style>
background-color css
<style>
a { background-color: #BBA9B5; }
a { background-color: rgb(187,169,181); }
div.DivClassName
{
background-color: #BBA9B5;
}
.BgClassName
{
background-color: #BBA9B5;
}
</style>
border-color css
<style>
span { border-color: #BBA9B5; }
span { border-color: rgb(187,169,181); }
td.TdClassName
{
border-color: #BBA9B5;
}
.TagClassName
{
border-color: #BBA9B5;
}
</style>