Shades of Lily #BAA2B5
Tints of Lily #BAA2B5
RGB
CMYK
RGB Variations
Color information
#BAA2B5 (or 0xBAA2B5) is known color: Lily. HEX triplet: BA, A2 and B5. RGB value is (186,162,181). Sum of RGB (Red+Green+Blue) = 186+162+181=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 162 (63.67% from 255 or 30.62% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA2B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA2B5 is #455D4A. Grayscale: #ABABAB. Windows color (decimal): -4545867 or 11903674. OLE color: 11903674.
HSL color Cylindrical-coordinate representation of color #BAA2B5: hue angle of 312.5º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAA2B5 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 162 | 181 | - |
CMYK | 0 | 0.13 | 0.03 | 0.27 |
HSL | 312.5º | 0.15% | 0.68% | - |
HSV(B) | 312.5º | 0.13% | 0.73% | - |
XYZ | 41.51 | 39.62 | 49.17 | - |
YUV | 171.34 | 133.45 | 138.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 162 | 181 | 0 | 0.13 | 0.03 | 0.27 | 312.5 | 0.15 | 0.68 |
Hex | BA | A2 | B5 | 0 | D | 3 | 1B | 138 | F | 44 |
Octal | 272 | 242 | 265 | 0 | 15 | 3 | 33 | 470 | 17 | 104 |
Binary | 10111010 | 10100010 | 10110101 | 0 | 1101 | 11 | 11011 | 100111000 | 1111 | 1000100 |
Color Harmonies of #BAA2B5
Complementary color
Monochromatic Colors of #BAA2B5
Black with #BAA2B5
Text Example
Text Example
White with #BAA2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA2B5; }
p { color: rgb(186,162,181); }
H1.HeaderClassName
{
color: #BAA2B5;
}
.AnyTagClassName
{
color: #BAA2B5;
}
</style>
background-color css
<style>
a { background-color: #BAA2B5; }
a { background-color: rgb(186,162,181); }
div.DivClassName
{
background-color: #BAA2B5;
}
.BgClassName
{
background-color: #BAA2B5;
}
</style>
border-color css
<style>
span { border-color: #BAA2B5; }
span { border-color: rgb(186,162,181); }
td.TdClassName
{
border-color: #BAA2B5;
}
.TagClassName
{
border-color: #BAA2B5;
}
</style>