Shades of Tide #BAB4B1
Tints of Tide #BAB4B1
RGB
CMYK
RGB Variations
Color information
#BAB4B1 (or 0xBAB4B1) is known color: Tide. HEX triplet: BA, B4 and B1. RGB value is (186,180,177). Sum of RGB (Red+Green+Blue) = 186+180+177=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 180 (70.70% from 255 or 33.15% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB4B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB4B1 is #454B4E. Grayscale: #B5B5B5. Windows color (decimal): -4541263 or 11646138. OLE color: 11646138.
HSL color Cylindrical-coordinate representation of color #BAB4B1: hue angle of 20º degrees, saturation: 0.06, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BAB4B1 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 180 | 177 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.27 |
| HSL | 20º | 0.06% | 0.71% | - |
| HSV(B) | 20º | 0.05% | 0.73% | - |
| XYZ | 44.51 | 46.26 | 48.18 | - |
| YUV | 181.45 | 125.49 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 180 | 177 | 0 | 0.03 | 0.05 | 0.27 | 20 | 0.06 | 0.71 |
| Hex | BA | B4 | B1 | 0 | 3 | 5 | 1B | 14 | 6 | 47 |
| Octal | 272 | 264 | 261 | 0 | 3 | 5 | 33 | 24 | 6 | 107 |
| Binary | 10111010 | 10110100 | 10110001 | 0 | 11 | 101 | 11011 | 10100 | 110 | 1000111 |
Color Harmonies of #BAB4B1
Complementary color
Monochromatic Colors of #BAB4B1
Black with #BAB4B1
Text Example
Text Example
White with #BAB4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB4B1; }
p { color: rgb(186,180,177); }
H1.HeaderClassName
{
color: #BAB4B1;
}
.AnyTagClassName
{
color: #BAB4B1;
}
</style>
background-color css
<style>
a { background-color: #BAB4B1; }
a { background-color: rgb(186,180,177); }
div.DivClassName
{
background-color: #BAB4B1;
}
.BgClassName
{
background-color: #BAB4B1;
}
</style>
border-color css
<style>
span { border-color: #BAB4B1; }
span { border-color: rgb(186,180,177); }
td.TdClassName
{
border-color: #BAB4B1;
}
.TagClassName
{
border-color: #BAB4B1;
}
</style>