Shades of Tide #BAB3AB
Tints of Tide #BAB3AB
RGB
CMYK
RGB Variations
Color information
#BAB3AB (or 0xBAB3AB) is known color: Tide. HEX triplet: BA, B3 and AB. RGB value is (186,179,171). Sum of RGB (Red+Green+Blue) = 186+179+171=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 179 (70.31% from 255 or 33.40% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB3AB is #454C54. Grayscale: #B4B4B4. Windows color (decimal): -4541525 or 11252666. OLE color: 11252666.
HSL color Cylindrical-coordinate representation of color #BAB3AB: hue angle of 32º 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 #BAB3AB is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 179 | 171 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.27 |
| HSL | 32º | 0.1% | 0.7% | - |
| HSV(B) | 32º | 0.08% | 0.73% | - |
| XYZ | 43.72 | 45.62 | 45.03 | - |
| YUV | 180.18 | 122.82 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 179 | 171 | 0 | 0.04 | 0.08 | 0.27 | 32 | 0.1 | 0.7 |
| Hex | BA | B3 | AB | 0 | 4 | 8 | 1B | 20 | A | 46 |
| Octal | 272 | 263 | 253 | 0 | 4 | 10 | 33 | 40 | 12 | 106 |
| Binary | 10111010 | 10110011 | 10101011 | 0 | 100 | 1000 | 11011 | 100000 | 1010 | 1000110 |
Color Harmonies of #BAB3AB
Complementary color
Monochromatic Colors of #BAB3AB
Black with #BAB3AB
Text Example
Text Example
White with #BAB3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB3AB; }
p { color: rgb(186,179,171); }
H1.HeaderClassName
{
color: #BAB3AB;
}
.AnyTagClassName
{
color: #BAB3AB;
}
</style>
background-color css
<style>
a { background-color: #BAB3AB; }
a { background-color: rgb(186,179,171); }
div.DivClassName
{
background-color: #BAB3AB;
}
.BgClassName
{
background-color: #BAB3AB;
}
</style>
border-color css
<style>
span { border-color: #BAB3AB; }
span { border-color: rgb(186,179,171); }
td.TdClassName
{
border-color: #BAB3AB;
}
.TagClassName
{
border-color: #BAB3AB;
}
</style>