Shades of Tide #BAB1A6
Tints of Tide #BAB1A6
RGB
CMYK
RGB Variations
Color information
#BAB1A6 (or 0xBAB1A6) is known color: Tide. HEX triplet: BA, B1 and A6. RGB value is (186,177,166). Sum of RGB (Red+Green+Blue) = 186+177+166=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 177 (69.53% from 255 or 33.46% from 529); Blue value is 166 (65.23% from 255 or 31.38% from 529); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB1A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB1A6 is #454E59. Grayscale: #B2B2B2. Windows color (decimal): -4542042 or 10924474. OLE color: 10924474.
HSL color Cylindrical-coordinate representation of color #BAB1A6: hue angle of 33º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAB1A6 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 177 | 166 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.27 |
| HSL | 33º | 0.13% | 0.69% | - |
| HSV(B) | 33º | 0.11% | 0.73% | - |
| XYZ | 42.85 | 44.64 | 42.43 | - |
| YUV | 178.44 | 120.98 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 177 | 166 | 0 | 0.05 | 0.11 | 0.27 | 33 | 0.13 | 0.69 |
| Hex | BA | B1 | A6 | 0 | 5 | B | 1B | 21 | D | 45 |
| Octal | 272 | 261 | 246 | 0 | 5 | 13 | 33 | 41 | 15 | 105 |
| Binary | 10111010 | 10110001 | 10100110 | 0 | 101 | 1011 | 11011 | 100001 | 1101 | 1000101 |
Color Harmonies of #BAB1A6
Complementary color
Monochromatic Colors of #BAB1A6
Black with #BAB1A6
Text Example
Text Example
White with #BAB1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB1A6; }
p { color: rgb(186,177,166); }
H1.HeaderClassName
{
color: #BAB1A6;
}
.AnyTagClassName
{
color: #BAB1A6;
}
</style>
background-color css
<style>
a { background-color: #BAB1A6; }
a { background-color: rgb(186,177,166); }
div.DivClassName
{
background-color: #BAB1A6;
}
.BgClassName
{
background-color: #BAB1A6;
}
</style>
border-color css
<style>
span { border-color: #BAB1A6; }
span { border-color: rgb(186,177,166); }
td.TdClassName
{
border-color: #BAB1A6;
}
.TagClassName
{
border-color: #BAB1A6;
}
</style>