Shades of Lily #BAAEB5
Tints of Lily #BAAEB5
RGB
CMYK
RGB Variations
Color information
#BAAEB5 (or 0xBAAEB5) is known color: Lily. HEX triplet: BA, AE and B5. RGB value is (186,174,181). Sum of RGB (Red+Green+Blue) = 186+174+181=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 174 (68.36% from 255 or 32.16% from 541); Blue value is 181 (71.09% from 255 or 33.46% from 541); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAEB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAEB5 is #45514A. Grayscale: #B2B2B2. Windows color (decimal): -4542795 or 11906746. OLE color: 11906746.
HSL color Cylindrical-coordinate representation of color #BAAEB5: hue angle of 325º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BAAEB5 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 174 | 181 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.27 |
| HSL | 325º | 0.08% | 0.71% | - |
| HSV(B) | 325º | 0.06% | 0.73% | - |
| XYZ | 43.73 | 44.05 | 49.91 | - |
| YUV | 178.39 | 129.48 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 174 | 181 | 0 | 0.06 | 0.03 | 0.27 | 325 | 0.08 | 0.71 |
| Hex | BA | AE | B5 | 0 | 6 | 3 | 1B | 145 | 8 | 47 |
| Octal | 272 | 256 | 265 | 0 | 6 | 3 | 33 | 505 | 10 | 107 |
| Binary | 10111010 | 10101110 | 10110101 | 0 | 110 | 11 | 11011 | 101000101 | 1000 | 1000111 |
Color Harmonies of #BAAEB5
Complementary color
Monochromatic Colors of #BAAEB5
Black with #BAAEB5
Text Example
Text Example
White with #BAAEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAEB5; }
p { color: rgb(186,174,181); }
H1.HeaderClassName
{
color: #BAAEB5;
}
.AnyTagClassName
{
color: #BAAEB5;
}
</style>
background-color css
<style>
a { background-color: #BAAEB5; }
a { background-color: rgb(186,174,181); }
div.DivClassName
{
background-color: #BAAEB5;
}
.BgClassName
{
background-color: #BAAEB5;
}
</style>
border-color css
<style>
span { border-color: #BAAEB5; }
span { border-color: rgb(186,174,181); }
td.TdClassName
{
border-color: #BAAEB5;
}
.TagClassName
{
border-color: #BAAEB5;
}
</style>