Shades of Lily #BBA0B5
Tints of Lily #BBA0B5
RGB
CMYK
RGB Variations
Color information
#BBA0B5 (or 0xBBA0B5) is known color: Lily. HEX triplet: BB, A0 and B5. RGB value is (187,160,181). Sum of RGB (Red+Green+Blue) = 187+160+181=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 181 (71.09% from 255 or 34.28% from 528); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA0B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA0B5 is #445F4A. Grayscale: #AAAAAA. Windows color (decimal): -4480843 or 11903163. OLE color: 11903163.
HSL color Cylindrical-coordinate representation of color #BBA0B5: hue angle of 313.33º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBA0B5 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 160 | 181 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.27 |
| HSL | 313.33º | 0.17% | 0.68% | - |
| HSV(B) | 313.33º | 0.14% | 0.73% | - |
| XYZ | 41.4 | 39.04 | 49.07 | - |
| YUV | 170.47 | 133.95 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 181 | 0 | 0.14 | 0.03 | 0.27 | 313.33 | 0.17 | 0.68 |
| Hex | BB | A0 | B5 | 0 | E | 3 | 1B | 139 | 11 | 44 |
| Octal | 273 | 240 | 265 | 0 | 16 | 3 | 33 | 471 | 21 | 104 |
| Binary | 10111011 | 10100000 | 10110101 | 0 | 1110 | 11 | 11011 | 100111001 | 10001 | 1000100 |
Color Harmonies of #BBA0B5
Complementary color
Monochromatic Colors of #BBA0B5
Black with #BBA0B5
Text Example
Text Example
White with #BBA0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA0B5; }
p { color: rgb(187,160,181); }
H1.HeaderClassName
{
color: #BBA0B5;
}
.AnyTagClassName
{
color: #BBA0B5;
}
</style>
background-color css
<style>
a { background-color: #BBA0B5; }
a { background-color: rgb(187,160,181); }
div.DivClassName
{
background-color: #BBA0B5;
}
.BgClassName
{
background-color: #BBA0B5;
}
</style>
border-color css
<style>
span { border-color: #BBA0B5; }
span { border-color: rgb(187,160,181); }
td.TdClassName
{
border-color: #BBA0B5;
}
.TagClassName
{
border-color: #BBA0B5;
}
</style>