Shades of Lily #BAAEB2
Tints of Lily #BAAEB2
RGB
CMYK
RGB Variations
Color information
#BAAEB2 (or 0xBAAEB2) is known color: Lily. HEX triplet: BA, AE and B2. RGB value is (186,174,178). Sum of RGB (Red+Green+Blue) = 186+174+178=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 174 (68.36% from 255 or 32.34% from 538); Blue value is 178 (69.92% from 255 or 33.09% from 538); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAEB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAEB2 is #45514D. Grayscale: #B2B2B2. Windows color (decimal): -4542798 or 11710138. OLE color: 11710138.
HSL color Cylindrical-coordinate representation of color #BAAEB2: hue angle of 340º 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 #BAAEB2 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 174 | 178 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.27 |
| HSL | 340º | 0.08% | 0.71% | - |
| HSV(B) | 340º | 0.06% | 0.73% | - |
| XYZ | 43.42 | 43.93 | 48.31 | - |
| YUV | 178.04 | 127.98 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 174 | 178 | 0 | 0.06 | 0.04 | 0.27 | 340 | 0.08 | 0.71 |
| Hex | BA | AE | B2 | 0 | 6 | 4 | 1B | 154 | 8 | 47 |
| Octal | 272 | 256 | 262 | 0 | 6 | 4 | 33 | 524 | 10 | 107 |
| Binary | 10111010 | 10101110 | 10110010 | 0 | 110 | 100 | 11011 | 101010100 | 1000 | 1000111 |
Color Harmonies of #BAAEB2
Complementary color
Monochromatic Colors of #BAAEB2
Black with #BAAEB2
Text Example
Text Example
White with #BAAEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAEB2; }
p { color: rgb(186,174,178); }
H1.HeaderClassName
{
color: #BAAEB2;
}
.AnyTagClassName
{
color: #BAAEB2;
}
</style>
background-color css
<style>
a { background-color: #BAAEB2; }
a { background-color: rgb(186,174,178); }
div.DivClassName
{
background-color: #BAAEB2;
}
.BgClassName
{
background-color: #BAAEB2;
}
</style>
border-color css
<style>
span { border-color: #BAAEB2; }
span { border-color: rgb(186,174,178); }
td.TdClassName
{
border-color: #BAAEB2;
}
.TagClassName
{
border-color: #BAAEB2;
}
</style>