Shades of Lily #BAABB3
Tints of Lily #BAABB3
RGB
CMYK
RGB Variations
Color information
#BAABB3 (or 0xBAABB3) is known color: Lily. HEX triplet: BA, AB and B3. RGB value is (186,171,179). Sum of RGB (Red+Green+Blue) = 186+171+179=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 171 (67.19% from 255 or 31.90% from 536); Blue value is 179 (70.31% from 255 or 33.40% from 536); Max value from RGB is 186 - color contains mainly: red. Hex color #BAABB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABB3 is #45544C. Grayscale: #B0B0B0. Windows color (decimal): -4543565 or 11774906. OLE color: 11774906.
HSL color Cylindrical-coordinate representation of color #BAABB3: hue angle of 328º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BAABB3 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 171 | 179 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.27 |
| HSL | 328º | 0.1% | 0.7% | - |
| HSV(B) | 328º | 0.08% | 0.73% | - |
| XYZ | 42.95 | 42.82 | 48.65 | - |
| YUV | 176.4 | 129.47 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 179 | 0 | 0.08 | 0.04 | 0.27 | 328 | 0.1 | 0.7 |
| Hex | BA | AB | B3 | 0 | 8 | 4 | 1B | 148 | A | 46 |
| Octal | 272 | 253 | 263 | 0 | 10 | 4 | 33 | 510 | 12 | 106 |
| Binary | 10111010 | 10101011 | 10110011 | 0 | 1000 | 100 | 11011 | 101001000 | 1010 | 1000110 |
Color Harmonies of #BAABB3
Complementary color
Monochromatic Colors of #BAABB3
Black with #BAABB3
Text Example
Text Example
White with #BAABB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAABB3; }
p { color: rgb(186,171,179); }
H1.HeaderClassName
{
color: #BAABB3;
}
.AnyTagClassName
{
color: #BAABB3;
}
</style>
background-color css
<style>
a { background-color: #BAABB3; }
a { background-color: rgb(186,171,179); }
div.DivClassName
{
background-color: #BAABB3;
}
.BgClassName
{
background-color: #BAABB3;
}
</style>
border-color css
<style>
span { border-color: #BAABB3; }
span { border-color: rgb(186,171,179); }
td.TdClassName
{
border-color: #BAABB3;
}
.TagClassName
{
border-color: #BAABB3;
}
</style>