Shades of Lily #BBA8B5
Tints of Lily #BBA8B5
RGB
CMYK
RGB Variations
Color information
#BBA8B5 (or 0xBBA8B5) is known color: Lily. HEX triplet: BB, A8 and B5. RGB value is (187,168,181). Sum of RGB (Red+Green+Blue) = 187+168+181=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 168 (66.02% from 255 or 31.34% from 536); Blue value is 181 (71.09% from 255 or 33.77% from 536); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA8B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA8B5 is #44574A. Grayscale: #AFAFAF. Windows color (decimal): -4478795 or 11905211. OLE color: 11905211.
HSL color Cylindrical-coordinate representation of color #BBA8B5: hue angle of 318.95º 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 #BBA8B5 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 168 | 181 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.27 |
| HSL | 318.95º | 0.12% | 0.7% | - |
| HSV(B) | 318.95º | 0.1% | 0.73% | - |
| XYZ | 42.84 | 41.91 | 49.55 | - |
| YUV | 175.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 181 | 0 | 0.10 | 0.03 | 0.27 | 318.95 | 0.12 | 0.7 |
| Hex | BB | A8 | B5 | 0 | A | 3 | 1B | 13F | C | 46 |
| Octal | 273 | 250 | 265 | 0 | 12 | 3 | 33 | 477 | 14 | 106 |
| Binary | 10111011 | 10101000 | 10110101 | 0 | 1010 | 11 | 11011 | 100111111 | 1100 | 1000110 |
Color Harmonies of #BBA8B5
Complementary color
Monochromatic Colors of #BBA8B5
Black with #BBA8B5
Text Example
Text Example
White with #BBA8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA8B5; }
p { color: rgb(187,168,181); }
H1.HeaderClassName
{
color: #BBA8B5;
}
.AnyTagClassName
{
color: #BBA8B5;
}
</style>
background-color css
<style>
a { background-color: #BBA8B5; }
a { background-color: rgb(187,168,181); }
div.DivClassName
{
background-color: #BBA8B5;
}
.BgClassName
{
background-color: #BBA8B5;
}
</style>
border-color css
<style>
span { border-color: #BBA8B5; }
span { border-color: rgb(187,168,181); }
td.TdClassName
{
border-color: #BBA8B5;
}
.TagClassName
{
border-color: #BBA8B5;
}
</style>