Shades of Lily #BAA3B3
Tints of Lily #BAA3B3
RGB
CMYK
RGB Variations
Color information
#BAA3B3 (or 0xBAA3B3) is known color: Lily. HEX triplet: BA, A3 and B3. RGB value is (186,163,179). Sum of RGB (Red+Green+Blue) = 186+163+179=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 163 (64.06% from 255 or 30.87% from 528); Blue value is 179 (70.31% from 255 or 33.90% from 528); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA3B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA3B3 is #455C4C. Grayscale: #ABABAB. Windows color (decimal): -4545613 or 11772858. OLE color: 11772858.
HSL color Cylindrical-coordinate representation of color #BAA3B3: hue angle of 318.26º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAA3B3 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 163 | 179 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.27 |
| HSL | 318.26º | 0.14% | 0.68% | - |
| HSV(B) | 318.26º | 0.12% | 0.73% | - |
| XYZ | 41.48 | 39.89 | 48.16 | - |
| YUV | 171.7 | 132.12 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 179 | 0 | 0.12 | 0.04 | 0.27 | 318.26 | 0.14 | 0.68 |
| Hex | BA | A3 | B3 | 0 | C | 4 | 1B | 13E | E | 44 |
| Octal | 272 | 243 | 263 | 0 | 14 | 4 | 33 | 476 | 16 | 104 |
| Binary | 10111010 | 10100011 | 10110011 | 0 | 1100 | 100 | 11011 | 100111110 | 1110 | 1000100 |
Color Harmonies of #BAA3B3
Complementary color
Monochromatic Colors of #BAA3B3
Black with #BAA3B3
Text Example
Text Example
White with #BAA3B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA3B3; }
p { color: rgb(186,163,179); }
H1.HeaderClassName
{
color: #BAA3B3;
}
.AnyTagClassName
{
color: #BAA3B3;
}
</style>
background-color css
<style>
a { background-color: #BAA3B3; }
a { background-color: rgb(186,163,179); }
div.DivClassName
{
background-color: #BAA3B3;
}
.BgClassName
{
background-color: #BAA3B3;
}
</style>
border-color css
<style>
span { border-color: #BAA3B3; }
span { border-color: rgb(186,163,179); }
td.TdClassName
{
border-color: #BAA3B3;
}
.TagClassName
{
border-color: #BAA3B3;
}
</style>