Shades of Lily #BBA8B0
Tints of Lily #BBA8B0
RGB
CMYK
RGB Variations
Color information
#BBA8B0 (or 0xBBA8B0) is known color: Lily. HEX triplet: BB, A8 and B0. RGB value is (187,168,176). Sum of RGB (Red+Green+Blue) = 187+168+176=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 168 (66.02% from 255 or 31.64% from 531); Blue value is 176 (69.14% from 255 or 33.15% from 531); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA8B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA8B0 is #44574F. Grayscale: #AEAEAE. Windows color (decimal): -4478800 or 11577531. OLE color: 11577531.
HSL color Cylindrical-coordinate representation of color #BBA8B0: hue angle of 334.74º 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 #BBA8B0 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 168 | 176 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.27 |
| HSL | 334.74º | 0.12% | 0.7% | - |
| HSV(B) | 334.74º | 0.1% | 0.73% | - |
| XYZ | 42.33 | 41.7 | 46.89 | - |
| YUV | 174.59 | 128.79 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 176 | 0 | 0.10 | 0.06 | 0.27 | 334.74 | 0.12 | 0.7 |
| Hex | BB | A8 | B0 | 0 | A | 6 | 1B | 14F | C | 46 |
| Octal | 273 | 250 | 260 | 0 | 12 | 6 | 33 | 517 | 14 | 106 |
| Binary | 10111011 | 10101000 | 10110000 | 0 | 1010 | 110 | 11011 | 101001111 | 1100 | 1000110 |
Color Harmonies of #BBA8B0
Complementary color
Monochromatic Colors of #BBA8B0
Black with #BBA8B0
Text Example
Text Example
White with #BBA8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA8B0; }
p { color: rgb(187,168,176); }
H1.HeaderClassName
{
color: #BBA8B0;
}
.AnyTagClassName
{
color: #BBA8B0;
}
</style>
background-color css
<style>
a { background-color: #BBA8B0; }
a { background-color: rgb(187,168,176); }
div.DivClassName
{
background-color: #BBA8B0;
}
.BgClassName
{
background-color: #BBA8B0;
}
</style>
border-color css
<style>
span { border-color: #BBA8B0; }
span { border-color: rgb(187,168,176); }
td.TdClassName
{
border-color: #BBA8B0;
}
.TagClassName
{
border-color: #BBA8B0;
}
</style>