Shades of Lily #BAA4B3
Tints of Lily #BAA4B3
RGB
CMYK
RGB Variations
Color information
#BAA4B3 (or 0xBAA4B3) is known color: Lily. HEX triplet: BA, A4 and B3. RGB value is (186,164,179). Sum of RGB (Red+Green+Blue) = 186+164+179=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 164 (64.45% from 255 or 31.00% from 529); Blue value is 179 (70.31% from 255 or 33.84% from 529); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA4B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA4B3 is #455B4C. Grayscale: #ACACAC. Windows color (decimal): -4545357 or 11773114. OLE color: 11773114.
HSL color Cylindrical-coordinate representation of color #BAA4B3: hue angle of 319.09º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAA4B3 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 164 | 179 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.27 |
| HSL | 319.09º | 0.14% | 0.69% | - |
| HSV(B) | 319.09º | 0.12% | 0.73% | - |
| XYZ | 41.66 | 40.24 | 48.22 | - |
| YUV | 172.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 164 | 179 | 0 | 0.12 | 0.04 | 0.27 | 319.09 | 0.14 | 0.69 |
| Hex | BA | A4 | B3 | 0 | C | 4 | 1B | 13F | E | 45 |
| Octal | 272 | 244 | 263 | 0 | 14 | 4 | 33 | 477 | 16 | 105 |
| Binary | 10111010 | 10100100 | 10110011 | 0 | 1100 | 100 | 11011 | 100111111 | 1110 | 1000101 |
Color Harmonies of #BAA4B3
Complementary color
Monochromatic Colors of #BAA4B3
Black with #BAA4B3
Text Example
Text Example
White with #BAA4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA4B3; }
p { color: rgb(186,164,179); }
H1.HeaderClassName
{
color: #BAA4B3;
}
.AnyTagClassName
{
color: #BAA4B3;
}
</style>
background-color css
<style>
a { background-color: #BAA4B3; }
a { background-color: rgb(186,164,179); }
div.DivClassName
{
background-color: #BAA4B3;
}
.BgClassName
{
background-color: #BAA4B3;
}
</style>
border-color css
<style>
span { border-color: #BAA4B3; }
span { border-color: rgb(186,164,179); }
td.TdClassName
{
border-color: #BAA4B3;
}
.TagClassName
{
border-color: #BAA4B3;
}
</style>