Shades of Lily #BAA5B4
Tints of Lily #BAA5B4
RGB
CMYK
RGB Variations
Color information
#BAA5B4 (or 0xBAA5B4) is known color: Lily. HEX triplet: BA, A5 and B4. RGB value is (186,165,180). Sum of RGB (Red+Green+Blue) = 186+165+180=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 165 (64.84% from 255 or 31.07% from 531); Blue value is 180 (70.70% from 255 or 33.90% from 531); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA5B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA5B4 is #455A4B. Grayscale: #ACACAC. Windows color (decimal): -4545100 or 11838906. OLE color: 11838906.
HSL color Cylindrical-coordinate representation of color #BAA5B4: hue angle of 317.14º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAA5B4 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 165 | 180 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.27 |
| HSL | 317.14º | 0.13% | 0.69% | - |
| HSV(B) | 317.14º | 0.11% | 0.73% | - |
| XYZ | 41.94 | 40.64 | 48.81 | - |
| YUV | 172.99 | 131.96 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 165 | 180 | 0 | 0.11 | 0.03 | 0.27 | 317.14 | 0.13 | 0.69 |
| Hex | BA | A5 | B4 | 0 | B | 3 | 1B | 13D | D | 45 |
| Octal | 272 | 245 | 264 | 0 | 13 | 3 | 33 | 475 | 15 | 105 |
| Binary | 10111010 | 10100101 | 10110100 | 0 | 1011 | 11 | 11011 | 100111101 | 1101 | 1000101 |
Color Harmonies of #BAA5B4
Complementary color
Monochromatic Colors of #BAA5B4
Black with #BAA5B4
Text Example
Text Example
White with #BAA5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA5B4; }
p { color: rgb(186,165,180); }
H1.HeaderClassName
{
color: #BAA5B4;
}
.AnyTagClassName
{
color: #BAA5B4;
}
</style>
background-color css
<style>
a { background-color: #BAA5B4; }
a { background-color: rgb(186,165,180); }
div.DivClassName
{
background-color: #BAA5B4;
}
.BgClassName
{
background-color: #BAA5B4;
}
</style>
border-color css
<style>
span { border-color: #BAA5B4; }
span { border-color: rgb(186,165,180); }
td.TdClassName
{
border-color: #BAA5B4;
}
.TagClassName
{
border-color: #BAA5B4;
}
</style>