Shades of Lily #BBA8AF
Tints of Lily #BBA8AF
RGB
CMYK
RGB Variations
Color information
#BBA8AF (or 0xBBA8AF) is known color: Lily. HEX triplet: BB, A8 and AF. RGB value is (187,168,175). Sum of RGB (Red+Green+Blue) = 187+168+175=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 168 (66.02% from 255 or 31.70% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA8AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA8AF is #445750. Grayscale: #AEAEAE. Windows color (decimal): -4478801 or 11511995. OLE color: 11511995.
HSL color Cylindrical-coordinate representation of color #BBA8AF: hue angle of 337.89º 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 #BBA8AF is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 168 | 175 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.27 |
| HSL | 337.89º | 0.12% | 0.7% | - |
| HSV(B) | 337.89º | 0.1% | 0.73% | - |
| XYZ | 42.23 | 41.67 | 46.37 | - |
| YUV | 174.48 | 128.29 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 175 | 0 | 0.10 | 0.06 | 0.27 | 337.89 | 0.12 | 0.7 |
| Hex | BB | A8 | AF | 0 | A | 6 | 1B | 152 | C | 46 |
| Octal | 273 | 250 | 257 | 0 | 12 | 6 | 33 | 522 | 14 | 106 |
| Binary | 10111011 | 10101000 | 10101111 | 0 | 1010 | 110 | 11011 | 101010010 | 1100 | 1000110 |
Color Harmonies of #BBA8AF
Complementary color
Monochromatic Colors of #BBA8AF
Black with #BBA8AF
Text Example
Text Example
White with #BBA8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA8AF; }
p { color: rgb(187,168,175); }
H1.HeaderClassName
{
color: #BBA8AF;
}
.AnyTagClassName
{
color: #BBA8AF;
}
</style>
background-color css
<style>
a { background-color: #BBA8AF; }
a { background-color: rgb(187,168,175); }
div.DivClassName
{
background-color: #BBA8AF;
}
.BgClassName
{
background-color: #BBA8AF;
}
</style>
border-color css
<style>
span { border-color: #BBA8AF; }
span { border-color: rgb(187,168,175); }
td.TdClassName
{
border-color: #BBA8AF;
}
.TagClassName
{
border-color: #BBA8AF;
}
</style>