Shades of Lily #BAACB3
Tints of Lily #BAACB3
RGB
CMYK
RGB Variations
Color information
#BAACB3 (or 0xBAACB3) is known color: Lily. HEX triplet: BA, AC and B3. RGB value is (186,172,179). Sum of RGB (Red+Green+Blue) = 186+172+179=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 179 (70.31% from 255 or 33.33% from 537); Max value from RGB is 186 - color contains mainly: red. Hex color #BAACB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACB3 is #45534C. Grayscale: #B0B0B0. Windows color (decimal): -4543309 or 11775162. OLE color: 11775162.
HSL color Cylindrical-coordinate representation of color #BAACB3: hue angle of 330º 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 #BAACB3 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 172 | 179 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.27 |
| HSL | 330º | 0.09% | 0.7% | - |
| HSV(B) | 330º | 0.08% | 0.73% | - |
| XYZ | 43.14 | 43.2 | 48.71 | - |
| YUV | 176.98 | 129.14 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 179 | 0 | 0.08 | 0.04 | 0.27 | 330 | 0.09 | 0.7 |
| Hex | BA | AC | B3 | 0 | 8 | 4 | 1B | 14A | 9 | 46 |
| Octal | 272 | 254 | 263 | 0 | 10 | 4 | 33 | 512 | 11 | 106 |
| Binary | 10111010 | 10101100 | 10110011 | 0 | 1000 | 100 | 11011 | 101001010 | 1001 | 1000110 |
Color Harmonies of #BAACB3
Complementary color
Monochromatic Colors of #BAACB3
Black with #BAACB3
Text Example
Text Example
White with #BAACB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAACB3; }
p { color: rgb(186,172,179); }
H1.HeaderClassName
{
color: #BAACB3;
}
.AnyTagClassName
{
color: #BAACB3;
}
</style>
background-color css
<style>
a { background-color: #BAACB3; }
a { background-color: rgb(186,172,179); }
div.DivClassName
{
background-color: #BAACB3;
}
.BgClassName
{
background-color: #BAACB3;
}
</style>
border-color css
<style>
span { border-color: #BAACB3; }
span { border-color: rgb(186,172,179); }
td.TdClassName
{
border-color: #BAACB3;
}
.TagClassName
{
border-color: #BAACB3;
}
</style>