Shades of Tide #BAB2AD
Tints of Tide #BAB2AD
RGB
CMYK
RGB Variations
Color information
#BAB2AD (or 0xBAB2AD) is known color: Tide. HEX triplet: BA, B2 and AD. RGB value is (186,178,173). Sum of RGB (Red+Green+Blue) = 186+178+173=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 178 (69.92% from 255 or 33.15% from 537); Blue value is 173 (67.97% from 255 or 32.22% from 537); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB2AD is #454D52. Grayscale: #B3B3B3. Windows color (decimal): -4541779 or 11383482. OLE color: 11383482.
HSL color Cylindrical-coordinate representation of color #BAB2AD: hue angle of 23.08º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BAB2AD is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 178 | 173 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.27 |
| HSL | 23.08º | 0.09% | 0.7% | - |
| HSV(B) | 23.08º | 0.07% | 0.73% | - |
| XYZ | 43.71 | 45.3 | 45.97 | - |
| YUV | 179.82 | 124.15 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 173 | 0 | 0.04 | 0.07 | 0.27 | 23.08 | 0.09 | 0.7 |
| Hex | BA | B2 | AD | 0 | 4 | 7 | 1B | 17 | 9 | 46 |
| Octal | 272 | 262 | 255 | 0 | 4 | 7 | 33 | 27 | 11 | 106 |
| Binary | 10111010 | 10110010 | 10101101 | 0 | 100 | 111 | 11011 | 10111 | 1001 | 1000110 |
Color Harmonies of #BAB2AD
Complementary color
Monochromatic Colors of #BAB2AD
Black with #BAB2AD
Text Example
Text Example
White with #BAB2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB2AD; }
p { color: rgb(186,178,173); }
H1.HeaderClassName
{
color: #BAB2AD;
}
.AnyTagClassName
{
color: #BAB2AD;
}
</style>
background-color css
<style>
a { background-color: #BAB2AD; }
a { background-color: rgb(186,178,173); }
div.DivClassName
{
background-color: #BAB2AD;
}
.BgClassName
{
background-color: #BAB2AD;
}
</style>
border-color css
<style>
span { border-color: #BAB2AD; }
span { border-color: rgb(186,178,173); }
td.TdClassName
{
border-color: #BAB2AD;
}
.TagClassName
{
border-color: #BAB2AD;
}
</style>