Shades of Lily #BAADB3
Tints of Lily #BAADB3
RGB
CMYK
RGB Variations
Color information
#BAADB3 (or 0xBAADB3) is known color: Lily. HEX triplet: BA, AD and B3. RGB value is (186,173,179). Sum of RGB (Red+Green+Blue) = 186+173+179=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 179 (70.31% from 255 or 33.27% from 538); Max value from RGB is 186 - color contains mainly: red. Hex color #BAADB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADB3 is #45524C. Grayscale: #B1B1B1. Windows color (decimal): -4543053 or 11775418. OLE color: 11775418.
HSL color Cylindrical-coordinate representation of color #BAADB3: hue angle of 332.31º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BAADB3 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 173 | 179 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.27 |
| HSL | 332.31º | 0.09% | 0.7% | - |
| HSV(B) | 332.31º | 0.07% | 0.73% | - |
| XYZ | 43.33 | 43.58 | 48.78 | - |
| YUV | 177.57 | 128.81 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 173 | 179 | 0 | 0.07 | 0.04 | 0.27 | 332.31 | 0.09 | 0.7 |
| Hex | BA | AD | B3 | 0 | 7 | 4 | 1B | 14C | 9 | 46 |
| Octal | 272 | 255 | 263 | 0 | 7 | 4 | 33 | 514 | 11 | 106 |
| Binary | 10111010 | 10101101 | 10110011 | 0 | 111 | 100 | 11011 | 101001100 | 1001 | 1000110 |
Color Harmonies of #BAADB3
Complementary color
Monochromatic Colors of #BAADB3
Black with #BAADB3
Text Example
Text Example
White with #BAADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAADB3; }
p { color: rgb(186,173,179); }
H1.HeaderClassName
{
color: #BAADB3;
}
.AnyTagClassName
{
color: #BAADB3;
}
</style>
background-color css
<style>
a { background-color: #BAADB3; }
a { background-color: rgb(186,173,179); }
div.DivClassName
{
background-color: #BAADB3;
}
.BgClassName
{
background-color: #BAADB3;
}
</style>
border-color css
<style>
span { border-color: #BAADB3; }
span { border-color: rgb(186,173,179); }
td.TdClassName
{
border-color: #BAADB3;
}
.TagClassName
{
border-color: #BAADB3;
}
</style>