Shades of Lily #BAAAB3
Tints of Lily #BAAAB3
RGB
CMYK
RGB Variations
Color information
#BAAAB3 (or 0xBAAAB3) is known color: Lily. HEX triplet: BA, AA and B3. RGB value is (186,170,179). Sum of RGB (Red+Green+Blue) = 186+170+179=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 179 (70.31% from 255 or 33.46% from 535); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAAB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAAB3 is #45554C. Grayscale: #AFAFAF. Windows color (decimal): -4543821 or 11774650. OLE color: 11774650.
HSL color Cylindrical-coordinate representation of color #BAAAB3: hue angle of 326.25º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BAAAB3 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 170 | 179 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.27 |
| HSL | 326.25º | 0.1% | 0.7% | - |
| HSV(B) | 326.25º | 0.09% | 0.73% | - |
| XYZ | 42.76 | 42.44 | 48.59 | - |
| YUV | 175.81 | 129.8 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 179 | 0 | 0.09 | 0.04 | 0.27 | 326.25 | 0.1 | 0.7 |
| Hex | BA | AA | B3 | 0 | 9 | 4 | 1B | 146 | A | 46 |
| Octal | 272 | 252 | 263 | 0 | 11 | 4 | 33 | 506 | 12 | 106 |
| Binary | 10111010 | 10101010 | 10110011 | 0 | 1001 | 100 | 11011 | 101000110 | 1010 | 1000110 |
Color Harmonies of #BAAAB3
Complementary color
Monochromatic Colors of #BAAAB3
Black with #BAAAB3
Text Example
Text Example
White with #BAAAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAAB3; }
p { color: rgb(186,170,179); }
H1.HeaderClassName
{
color: #BAAAB3;
}
.AnyTagClassName
{
color: #BAAAB3;
}
</style>
background-color css
<style>
a { background-color: #BAAAB3; }
a { background-color: rgb(186,170,179); }
div.DivClassName
{
background-color: #BAAAB3;
}
.BgClassName
{
background-color: #BAAAB3;
}
</style>
border-color css
<style>
span { border-color: #BAAAB3; }
span { border-color: rgb(186,170,179); }
td.TdClassName
{
border-color: #BAAAB3;
}
.TagClassName
{
border-color: #BAAAB3;
}
</style>