Shades of Lily #BAACB5
Tints of Lily #BAACB5
RGB
CMYK
RGB Variations
Color information
#BAACB5 (or 0xBAACB5) is known color: Lily. HEX triplet: BA, AC and B5. RGB value is (186,172,181). Sum of RGB (Red+Green+Blue) = 186+172+181=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 181 (71.09% from 255 or 33.58% from 539); Max value from RGB is 186 - color contains mainly: red. Hex color #BAACB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACB5 is #45534A. Grayscale: #B1B1B1. Windows color (decimal): -4543307 or 11906234. OLE color: 11906234.
HSL color Cylindrical-coordinate representation of color #BAACB5: hue angle of 321.43º 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 #BAACB5 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 172 | 181 | - |
CMYK | 0 | 0.08 | 0.03 | 0.27 |
HSL | 321.43º | 0.09% | 0.7% | - |
HSV(B) | 321.43º | 0.08% | 0.73% | - |
XYZ | 43.34 | 43.28 | 49.79 | - |
YUV | 177.21 | 130.14 | 134.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 172 | 181 | 0 | 0.08 | 0.03 | 0.27 | 321.43 | 0.09 | 0.7 |
Hex | BA | AC | B5 | 0 | 8 | 3 | 1B | 141 | 9 | 46 |
Octal | 272 | 254 | 265 | 0 | 10 | 3 | 33 | 501 | 11 | 106 |
Binary | 10111010 | 10101100 | 10110101 | 0 | 1000 | 11 | 11011 | 101000001 | 1001 | 1000110 |
Color Harmonies of #BAACB5
Complementary color
Monochromatic Colors of #BAACB5
Black with #BAACB5
Text Example
Text Example
White with #BAACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAACB5; }
p { color: rgb(186,172,181); }
H1.HeaderClassName
{
color: #BAACB5;
}
.AnyTagClassName
{
color: #BAACB5;
}
</style>
background-color css
<style>
a { background-color: #BAACB5; }
a { background-color: rgb(186,172,181); }
div.DivClassName
{
background-color: #BAACB5;
}
.BgClassName
{
background-color: #BAACB5;
}
</style>
border-color css
<style>
span { border-color: #BAACB5; }
span { border-color: rgb(186,172,181); }
td.TdClassName
{
border-color: #BAACB5;
}
.TagClassName
{
border-color: #BAACB5;
}
</style>