Shades of Lily #BAACB0
Tints of Lily #BAACB0
RGB
CMYK
RGB Variations
Color information
#BAACB0 (or 0xBAACB0) is known color: Lily. HEX triplet: BA, AC and B0. RGB value is (186,172,176). Sum of RGB (Red+Green+Blue) = 186+172+176=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 176 (69.14% from 255 or 32.96% from 534); Max value from RGB is 186 - color contains mainly: red. Hex color #BAACB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAACB0 is #45534F. Grayscale: #B0B0B0. Windows color (decimal): -4543312 or 11578554. OLE color: 11578554.
HSL color Cylindrical-coordinate representation of color #BAACB0: hue angle of 342.86º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BAACB0 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 172 | 176 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.27 |
| HSL | 342.86º | 0.09% | 0.7% | - |
| HSV(B) | 342.86º | 0.08% | 0.73% | - |
| XYZ | 42.84 | 43.08 | 47.13 | - |
| YUV | 176.64 | 127.64 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 176 | 0 | 0.08 | 0.05 | 0.27 | 342.86 | 0.09 | 0.7 |
| Hex | BA | AC | B0 | 0 | 8 | 5 | 1B | 157 | 9 | 46 |
| Octal | 272 | 254 | 260 | 0 | 10 | 5 | 33 | 527 | 11 | 106 |
| Binary | 10111010 | 10101100 | 10110000 | 0 | 1000 | 101 | 11011 | 101010111 | 1001 | 1000110 |
Color Harmonies of #BAACB0
Complementary color
Monochromatic Colors of #BAACB0
Black with #BAACB0
Text Example
Text Example
White with #BAACB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAACB0; }
p { color: rgb(186,172,176); }
H1.HeaderClassName
{
color: #BAACB0;
}
.AnyTagClassName
{
color: #BAACB0;
}
</style>
background-color css
<style>
a { background-color: #BAACB0; }
a { background-color: rgb(186,172,176); }
div.DivClassName
{
background-color: #BAACB0;
}
.BgClassName
{
background-color: #BAACB0;
}
</style>
border-color css
<style>
span { border-color: #BAACB0; }
span { border-color: rgb(186,172,176); }
td.TdClassName
{
border-color: #BAACB0;
}
.TagClassName
{
border-color: #BAACB0;
}
</style>