Shades of Lily #BBA4B7
Tints of Lily #BBA4B7
RGB
CMYK
RGB Variations
Color information
#BBA4B7 (or 0xBBA4B7) is known color: Lily. HEX triplet: BB, A4 and B7. RGB value is (187,164,183). Sum of RGB (Red+Green+Blue) = 187+164+183=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 164 (64.45% from 255 or 30.71% from 534); Blue value is 183 (71.88% from 255 or 34.27% from 534); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA4B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA4B7 is #445B48. Grayscale: #ACACAC. Windows color (decimal): -4479817 or 12035259. OLE color: 12035259.
HSL color Cylindrical-coordinate representation of color #BBA4B7: hue angle of 310.43º 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 #BBA4B7 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 164 | 183 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.27 |
| HSL | 310.43º | 0.14% | 0.69% | - |
| HSV(B) | 310.43º | 0.12% | 0.73% | - |
| XYZ | 42.32 | 40.53 | 50.39 | - |
| YUV | 173.04 | 133.62 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 183 | 0 | 0.12 | 0.02 | 0.27 | 310.43 | 0.14 | 0.69 |
| Hex | BB | A4 | B7 | 0 | C | 2 | 1B | 136 | E | 45 |
| Octal | 273 | 244 | 267 | 0 | 14 | 2 | 33 | 466 | 16 | 105 |
| Binary | 10111011 | 10100100 | 10110111 | 0 | 1100 | 10 | 11011 | 100110110 | 1110 | 1000101 |
Color Harmonies of #BBA4B7
Complementary color
Monochromatic Colors of #BBA4B7
Black with #BBA4B7
Text Example
Text Example
White with #BBA4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA4B7; }
p { color: rgb(187,164,183); }
H1.HeaderClassName
{
color: #BBA4B7;
}
.AnyTagClassName
{
color: #BBA4B7;
}
</style>
background-color css
<style>
a { background-color: #BBA4B7; }
a { background-color: rgb(187,164,183); }
div.DivClassName
{
background-color: #BBA4B7;
}
.BgClassName
{
background-color: #BBA4B7;
}
</style>
border-color css
<style>
span { border-color: #BBA4B7; }
span { border-color: rgb(187,164,183); }
td.TdClassName
{
border-color: #BBA4B7;
}
.TagClassName
{
border-color: #BBA4B7;
}
</style>