Shades of Lily #BAA7B4
Tints of Lily #BAA7B4
RGB
CMYK
RGB Variations
Color information
#BAA7B4 (or 0xBAA7B4) is known color: Lily. HEX triplet: BA, A7 and B4. RGB value is (186,167,180). Sum of RGB (Red+Green+Blue) = 186+167+180=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 167 (65.62% from 255 or 31.33% from 533); Blue value is 180 (70.70% from 255 or 33.77% from 533); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA7B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA7B4 is #45584B. Grayscale: #AEAEAE. Windows color (decimal): -4544588 or 11839418. OLE color: 11839418.
HSL color Cylindrical-coordinate representation of color #BAA7B4: hue angle of 318.95º 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 #BAA7B4 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 167 | 180 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.27 |
| HSL | 318.95º | 0.12% | 0.69% | - |
| HSV(B) | 318.95º | 0.1% | 0.73% | - |
| XYZ | 42.31 | 41.37 | 48.94 | - |
| YUV | 174.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 167 | 180 | 0 | 0.10 | 0.03 | 0.27 | 318.95 | 0.12 | 0.69 |
| Hex | BA | A7 | B4 | 0 | A | 3 | 1B | 13F | C | 45 |
| Octal | 272 | 247 | 264 | 0 | 12 | 3 | 33 | 477 | 14 | 105 |
| Binary | 10111010 | 10100111 | 10110100 | 0 | 1010 | 11 | 11011 | 100111111 | 1100 | 1000101 |
Color Harmonies of #BAA7B4
Complementary color
Monochromatic Colors of #BAA7B4
Black with #BAA7B4
Text Example
Text Example
White with #BAA7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA7B4; }
p { color: rgb(186,167,180); }
H1.HeaderClassName
{
color: #BAA7B4;
}
.AnyTagClassName
{
color: #BAA7B4;
}
</style>
background-color css
<style>
a { background-color: #BAA7B4; }
a { background-color: rgb(186,167,180); }
div.DivClassName
{
background-color: #BAA7B4;
}
.BgClassName
{
background-color: #BAA7B4;
}
</style>
border-color css
<style>
span { border-color: #BAA7B4; }
span { border-color: rgb(186,167,180); }
td.TdClassName
{
border-color: #BAA7B4;
}
.TagClassName
{
border-color: #BAA7B4;
}
</style>