#BAB1AB

Color #BAB1AB Tide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tide #BAB1AB

Tints of Tide #BAB1AB

Color information

#BAB1AB (or 0xBAB1AB) is unknown color: approx Tide. HEX triplet: BA, B1 and AB. RGB value is (186,177,171). Sum of RGB (Red+Green+Blue) = 186+177+171=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 177 (69.53% from 255 or 33.15% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB1AB is #454E54. Grayscale: #B3B3B3. Windows color (decimal): -4542037 or 11252154. OLE color: 11252154.

HSL color Cylindrical-coordinate representation of color #BAB1AB: hue angle of 24º degrees, saturation: 0.1, 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 #BAB1AB is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB186177171-
CMYK00.050.080.27
HSL24º9.8%70%-
HSV(B)24º8.06%72.94%-
XYZ43.3244.8244.9-
YUV179.01123.48132.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 34.83%
GREEN value IS 177 (69.53% from 255) = 33.15%
BLUE value IS 171 (67.19% from 255) = 32.02%
R=34.83%
G=33.15%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617717100.050.080.27249.870
HexBAB1AB0581B18a46
Octal2722612530510333012106
Binary10111010101100011010101101011000110111100010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB1AB; }

 p { color: rgb(186,177,171); }

 H1.HeaderClassName
 {
   color: #BAB1AB;
 }
 .AnyTagClassName
 {
   color: #BAB1AB;
 }
</style>
background-color css

<style>
 a { background-color: #BAB1AB; }

 a { background-color: rgb(186,177,171); }

 div.DivClassName
 {
   background-color: #BAB1AB;
 }
 .BgClassName
 {
   background-color: #BAB1AB;
 }
</style>
border-color css

<style>
 span { border-color: #BAB1AB; }

 span { border-color: rgb(186,177,171); }

 td.TdClassName
 {
   border-color: #BAB1AB;
 }
 .TagClassName
 {
   border-color: #BAB1AB;
 }
</style>