Shades of Tide #BAB2A8
Tints of Tide #BAB2A8
RGB
CMYK
RGB Variations
Color information
#BAB2A8 (or 0xBAB2A8) is known color: Tide. HEX triplet: BA, B2 and A8. RGB value is (186,178,168). Sum of RGB (Red+Green+Blue) = 186+178+168=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 178 (69.92% from 255 or 33.46% from 532); Blue value is 168 (66.02% from 255 or 31.58% from 532); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB2A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB2A8 is #454D57. Grayscale: #B3B3B3. Windows color (decimal): -4541784 or 11055802. OLE color: 11055802.
HSL color Cylindrical-coordinate representation of color #BAB2A8: hue angle of 33.33º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAB2A8 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 178 | 168 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.27 |
| HSL | 33.33º | 0.12% | 0.69% | - |
| HSV(B) | 33.33º | 0.1% | 0.73% | - |
| XYZ | 43.24 | 45.11 | 43.47 | - |
| YUV | 179.25 | 121.65 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 168 | 0 | 0.04 | 0.10 | 0.27 | 33.33 | 0.12 | 0.69 |
| Hex | BA | B2 | A8 | 0 | 4 | A | 1B | 21 | C | 45 |
| Octal | 272 | 262 | 250 | 0 | 4 | 12 | 33 | 41 | 14 | 105 |
| Binary | 10111010 | 10110010 | 10101000 | 0 | 100 | 1010 | 11011 | 100001 | 1100 | 1000101 |
Color Harmonies of #BAB2A8
Complementary color
Monochromatic Colors of #BAB2A8
Black with #BAB2A8
Text Example
Text Example
White with #BAB2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB2A8; }
p { color: rgb(186,178,168); }
H1.HeaderClassName
{
color: #BAB2A8;
}
.AnyTagClassName
{
color: #BAB2A8;
}
</style>
background-color css
<style>
a { background-color: #BAB2A8; }
a { background-color: rgb(186,178,168); }
div.DivClassName
{
background-color: #BAB2A8;
}
.BgClassName
{
background-color: #BAB2A8;
}
</style>
border-color css
<style>
span { border-color: #BAB2A8; }
span { border-color: rgb(186,178,168); }
td.TdClassName
{
border-color: #BAB2A8;
}
.TagClassName
{
border-color: #BAB2A8;
}
</style>