Shades of Tide #BAB1A8
Tints of Tide #BAB1A8
RGB
CMYK
RGB Variations
Color information
#BAB1A8 (or 0xBAB1A8) is known color: Tide. HEX triplet: BA, B1 and A8. RGB value is (186,177,168). Sum of RGB (Red+Green+Blue) = 186+177+168=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 177 (69.53% from 255 or 33.33% from 531); Blue value is 168 (66.02% from 255 or 31.64% from 531); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB1A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB1A8 is #454E57. Grayscale: #B2B2B2. Windows color (decimal): -4542040 or 11055546. OLE color: 11055546.
HSL color Cylindrical-coordinate representation of color #BAB1A8: hue angle of 30º 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 #BAB1A8 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 177 | 168 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.27 |
| HSL | 30º | 0.12% | 0.69% | - |
| HSV(B) | 30º | 0.1% | 0.73% | - |
| XYZ | 43.04 | 44.71 | 43.41 | - |
| YUV | 178.67 | 121.98 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 177 | 168 | 0 | 0.05 | 0.10 | 0.27 | 30 | 0.12 | 0.69 |
| Hex | BA | B1 | A8 | 0 | 5 | A | 1B | 1E | C | 45 |
| Octal | 272 | 261 | 250 | 0 | 5 | 12 | 33 | 36 | 14 | 105 |
| Binary | 10111010 | 10110001 | 10101000 | 0 | 101 | 1010 | 11011 | 11110 | 1100 | 1000101 |
Color Harmonies of #BAB1A8
Complementary color
Monochromatic Colors of #BAB1A8
Black with #BAB1A8
Text Example
Text Example
White with #BAB1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB1A8; }
p { color: rgb(186,177,168); }
H1.HeaderClassName
{
color: #BAB1A8;
}
.AnyTagClassName
{
color: #BAB1A8;
}
</style>
background-color css
<style>
a { background-color: #BAB1A8; }
a { background-color: rgb(186,177,168); }
div.DivClassName
{
background-color: #BAB1A8;
}
.BgClassName
{
background-color: #BAB1A8;
}
</style>
border-color css
<style>
span { border-color: #BAB1A8; }
span { border-color: rgb(186,177,168); }
td.TdClassName
{
border-color: #BAB1A8;
}
.TagClassName
{
border-color: #BAB1A8;
}
</style>