Shades of Lily #BAA7B7
Tints of Lily #BAA7B7
RGB
CMYK
RGB Variations
Color information
#BAA7B7 (or 0xBAA7B7) is known color: Lily. HEX triplet: BA, A7 and B7. RGB value is (186,167,183). Sum of RGB (Red+Green+Blue) = 186+167+183=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 167 (65.62% from 255 or 31.16% from 536); Blue value is 183 (71.88% from 255 or 34.14% from 536); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA7B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA7B7 is #455848. Grayscale: #AEAEAE. Windows color (decimal): -4544585 or 12036026. OLE color: 12036026.
HSL color Cylindrical-coordinate representation of color #BAA7B7: hue angle of 309.47º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAA7B7 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 167 | 183 | - |
CMYK | 0 | 0.10 | 0.02 | 0.27 |
HSL | 309.47º | 0.12% | 0.69% | - |
HSV(B) | 309.47º | 0.1% | 0.73% | - |
XYZ | 42.62 | 41.5 | 50.56 | - |
YUV | 174.51 | 132.79 | 136.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 167 | 183 | 0 | 0.10 | 0.02 | 0.27 | 309.47 | 0.12 | 0.69 |
Hex | BA | A7 | B7 | 0 | A | 2 | 1B | 135 | C | 45 |
Octal | 272 | 247 | 267 | 0 | 12 | 2 | 33 | 465 | 14 | 105 |
Binary | 10111010 | 10100111 | 10110111 | 0 | 1010 | 10 | 11011 | 100110101 | 1100 | 1000101 |
Color Harmonies of #BAA7B7
Complementary color
Monochromatic Colors of #BAA7B7
Black with #BAA7B7
Text Example
Text Example
White with #BAA7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA7B7; }
p { color: rgb(186,167,183); }
H1.HeaderClassName
{
color: #BAA7B7;
}
.AnyTagClassName
{
color: #BAA7B7;
}
</style>
background-color css
<style>
a { background-color: #BAA7B7; }
a { background-color: rgb(186,167,183); }
div.DivClassName
{
background-color: #BAA7B7;
}
.BgClassName
{
background-color: #BAA7B7;
}
</style>
border-color css
<style>
span { border-color: #BAA7B7; }
span { border-color: rgb(186,167,183); }
td.TdClassName
{
border-color: #BAA7B7;
}
.TagClassName
{
border-color: #BAA7B7;
}
</style>