Shades of Lily #BBA3B1
Tints of Lily #BBA3B1
RGB
CMYK
RGB Variations
Color information
#BBA3B1 (or 0xBBA3B1) is known color: Lily. HEX triplet: BB, A3 and B1. RGB value is (187,163,177). Sum of RGB (Red+Green+Blue) = 187+163+177=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 163 (64.06% from 255 or 30.93% from 527); Blue value is 177 (69.53% from 255 or 33.59% from 527); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA3B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA3B1 is #445C4E. Grayscale: #ABABAB. Windows color (decimal): -4480079 or 11641787. OLE color: 11641787.
HSL color Cylindrical-coordinate representation of color #BBA3B1: hue angle of 325º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBA3B1 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 163 | 177 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.27 |
| HSL | 325º | 0.15% | 0.69% | - |
| HSV(B) | 325º | 0.13% | 0.73% | - |
| XYZ | 41.53 | 39.93 | 47.11 | - |
| YUV | 171.77 | 130.95 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 163 | 177 | 0 | 0.13 | 0.05 | 0.27 | 325 | 0.15 | 0.69 |
| Hex | BB | A3 | B1 | 0 | D | 5 | 1B | 145 | F | 45 |
| Octal | 273 | 243 | 261 | 0 | 15 | 5 | 33 | 505 | 17 | 105 |
| Binary | 10111011 | 10100011 | 10110001 | 0 | 1101 | 101 | 11011 | 101000101 | 1111 | 1000101 |
Color Harmonies of #BBA3B1
Complementary color
Monochromatic Colors of #BBA3B1
Black with #BBA3B1
Text Example
Text Example
White with #BBA3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA3B1; }
p { color: rgb(187,163,177); }
H1.HeaderClassName
{
color: #BBA3B1;
}
.AnyTagClassName
{
color: #BBA3B1;
}
</style>
background-color css
<style>
a { background-color: #BBA3B1; }
a { background-color: rgb(187,163,177); }
div.DivClassName
{
background-color: #BBA3B1;
}
.BgClassName
{
background-color: #BBA3B1;
}
</style>
border-color css
<style>
span { border-color: #BBA3B1; }
span { border-color: rgb(187,163,177); }
td.TdClassName
{
border-color: #BBA3B1;
}
.TagClassName
{
border-color: #BBA3B1;
}
</style>