Shades of Lily #BBA4B6
Tints of Lily #BBA4B6
RGB
CMYK
RGB Variations
Color information
#BBA4B6 (or 0xBBA4B6) is known color: Lily. HEX triplet: BB, A4 and B6. RGB value is (187,164,182). Sum of RGB (Red+Green+Blue) = 187+164+182=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 164 (64.45% from 255 or 30.77% from 533); Blue value is 182 (71.48% from 255 or 34.15% from 533); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA4B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA4B6 is #445B49. Grayscale: #ACACAC. Windows color (decimal): -4479818 or 11969723. OLE color: 11969723.
HSL color Cylindrical-coordinate representation of color #BBA4B6: hue angle of 313.04º 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 #BBA4B6 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 164 | 182 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.27 |
| HSL | 313.04º | 0.14% | 0.69% | - |
| HSV(B) | 313.04º | 0.12% | 0.73% | - |
| XYZ | 42.21 | 40.49 | 49.85 | - |
| YUV | 172.93 | 133.12 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 182 | 0 | 0.12 | 0.03 | 0.27 | 313.04 | 0.14 | 0.69 |
| Hex | BB | A4 | B6 | 0 | C | 3 | 1B | 139 | E | 45 |
| Octal | 273 | 244 | 266 | 0 | 14 | 3 | 33 | 471 | 16 | 105 |
| Binary | 10111011 | 10100100 | 10110110 | 0 | 1100 | 11 | 11011 | 100111001 | 1110 | 1000101 |
Color Harmonies of #BBA4B6
Complementary color
Monochromatic Colors of #BBA4B6
Black with #BBA4B6
Text Example
Text Example
White with #BBA4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA4B6; }
p { color: rgb(187,164,182); }
H1.HeaderClassName
{
color: #BBA4B6;
}
.AnyTagClassName
{
color: #BBA4B6;
}
</style>
background-color css
<style>
a { background-color: #BBA4B6; }
a { background-color: rgb(187,164,182); }
div.DivClassName
{
background-color: #BBA4B6;
}
.BgClassName
{
background-color: #BBA4B6;
}
</style>
border-color css
<style>
span { border-color: #BBA4B6; }
span { border-color: rgb(187,164,182); }
td.TdClassName
{
border-color: #BBA4B6;
}
.TagClassName
{
border-color: #BBA4B6;
}
</style>