Shades of Lily #BAA3B5
Tints of Lily #BAA3B5
RGB
CMYK
RGB Variations
Color information
#BAA3B5 (or 0xBAA3B5) is known color: Lily. HEX triplet: BA, A3 and B5. RGB value is (186,163,181). Sum of RGB (Red+Green+Blue) = 186+163+181=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 163 (64.06% from 255 or 30.75% from 530); Blue value is 181 (71.09% from 255 or 34.15% from 530); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA3B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA3B5 is #455C4A. Grayscale: #ABABAB. Windows color (decimal): -4545611 or 11903930. OLE color: 11903930.
HSL color Cylindrical-coordinate representation of color #BAA3B5: hue angle of 313.04º 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 #BAA3B5 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 163 | 181 | - |
CMYK | 0 | 0.12 | 0.03 | 0.27 |
HSL | 313.04º | 0.14% | 0.68% | - |
HSV(B) | 313.04º | 0.12% | 0.73% | - |
XYZ | 41.69 | 39.97 | 49.23 | - |
YUV | 171.93 | 133.12 | 138.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 163 | 181 | 0 | 0.12 | 0.03 | 0.27 | 313.04 | 0.14 | 0.68 |
Hex | BA | A3 | B5 | 0 | C | 3 | 1B | 139 | E | 44 |
Octal | 272 | 243 | 265 | 0 | 14 | 3 | 33 | 471 | 16 | 104 |
Binary | 10111010 | 10100011 | 10110101 | 0 | 1100 | 11 | 11011 | 100111001 | 1110 | 1000100 |
Color Harmonies of #BAA3B5
Complementary color
Monochromatic Colors of #BAA3B5
Black with #BAA3B5
Text Example
Text Example
White with #BAA3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA3B5; }
p { color: rgb(186,163,181); }
H1.HeaderClassName
{
color: #BAA3B5;
}
.AnyTagClassName
{
color: #BAA3B5;
}
</style>
background-color css
<style>
a { background-color: #BAA3B5; }
a { background-color: rgb(186,163,181); }
div.DivClassName
{
background-color: #BAA3B5;
}
.BgClassName
{
background-color: #BAA3B5;
}
</style>
border-color css
<style>
span { border-color: #BAA3B5; }
span { border-color: rgb(186,163,181); }
td.TdClassName
{
border-color: #BAA3B5;
}
.TagClassName
{
border-color: #BAA3B5;
}
</style>