Shades of Tide #BAB2AC
Tints of Tide #BAB2AC
RGB
CMYK
RGB Variations
Color information
#BAB2AC (or 0xBAB2AC) is known color: Tide. HEX triplet: BA, B2 and AC. RGB value is (186,178,172). Sum of RGB (Red+Green+Blue) = 186+178+172=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 178 (69.92% from 255 or 33.21% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB2AC is #454D53. Grayscale: #B3B3B3. Windows color (decimal): -4541780 or 11317946. OLE color: 11317946.
HSL color Cylindrical-coordinate representation of color #BAB2AC: hue angle of 25.71º degrees, saturation: 0.09, 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 #BAB2AC is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 178 | 172 | - |
CMYK | 0 | 0.04 | 0.08 | 0.27 |
HSL | 25.71º | 0.09% | 0.7% | - |
HSV(B) | 25.71º | 0.08% | 0.73% | - |
XYZ | 43.62 | 45.26 | 45.47 | - |
YUV | 179.71 | 123.65 | 132.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 178 | 172 | 0 | 0.04 | 0.08 | 0.27 | 25.71 | 0.09 | 0.7 |
Hex | BA | B2 | AC | 0 | 4 | 8 | 1B | 1A | 9 | 46 |
Octal | 272 | 262 | 254 | 0 | 4 | 10 | 33 | 32 | 11 | 106 |
Binary | 10111010 | 10110010 | 10101100 | 0 | 100 | 1000 | 11011 | 11010 | 1001 | 1000110 |
Color Harmonies of #BAB2AC
Complementary color
Monochromatic Colors of #BAB2AC
Black with #BAB2AC
Text Example
Text Example
White with #BAB2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB2AC; }
p { color: rgb(186,178,172); }
H1.HeaderClassName
{
color: #BAB2AC;
}
.AnyTagClassName
{
color: #BAB2AC;
}
</style>
background-color css
<style>
a { background-color: #BAB2AC; }
a { background-color: rgb(186,178,172); }
div.DivClassName
{
background-color: #BAB2AC;
}
.BgClassName
{
background-color: #BAB2AC;
}
</style>
border-color css
<style>
span { border-color: #BAB2AC; }
span { border-color: rgb(186,178,172); }
td.TdClassName
{
border-color: #BAB2AC;
}
.TagClassName
{
border-color: #BAB2AC;
}
</style>