Shades of Lily #BBA4AC
Tints of Lily #BBA4AC
RGB
CMYK
RGB Variations
Color information
#BBA4AC (or 0xBBA4AC) is known color: Lily. HEX triplet: BB, A4 and AC. RGB value is (187,164,172). Sum of RGB (Red+Green+Blue) = 187+164+172=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 164 (64.45% from 255 or 31.36% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA4AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA4AC is #445B53. Grayscale: #ABABAB. Windows color (decimal): -4479828 or 11314363. OLE color: 11314363.
HSL color Cylindrical-coordinate representation of color #BBA4AC: hue angle of 339.13º 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 #BBA4AC is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 164 | 172 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.27 |
| HSL | 339.13º | 0.14% | 0.69% | - |
| HSV(B) | 339.13º | 0.12% | 0.73% | - |
| XYZ | 41.22 | 40.09 | 44.6 | - |
| YUV | 171.79 | 128.12 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 172 | 0 | 0.12 | 0.08 | 0.27 | 339.13 | 0.14 | 0.69 |
| Hex | BB | A4 | AC | 0 | C | 8 | 1B | 153 | E | 45 |
| Octal | 273 | 244 | 254 | 0 | 14 | 10 | 33 | 523 | 16 | 105 |
| Binary | 10111011 | 10100100 | 10101100 | 0 | 1100 | 1000 | 11011 | 101010011 | 1110 | 1000101 |
Color Harmonies of #BBA4AC
Complementary color
Monochromatic Colors of #BBA4AC
Black with #BBA4AC
Text Example
Text Example
White with #BBA4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA4AC; }
p { color: rgb(187,164,172); }
H1.HeaderClassName
{
color: #BBA4AC;
}
.AnyTagClassName
{
color: #BBA4AC;
}
</style>
background-color css
<style>
a { background-color: #BBA4AC; }
a { background-color: rgb(187,164,172); }
div.DivClassName
{
background-color: #BBA4AC;
}
.BgClassName
{
background-color: #BBA4AC;
}
</style>
border-color css
<style>
span { border-color: #BBA4AC; }
span { border-color: rgb(187,164,172); }
td.TdClassName
{
border-color: #BBA4AC;
}
.TagClassName
{
border-color: #BBA4AC;
}
</style>