#BAB2AC

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

Shades of Tide #BAB2AC

Tints of Tide #BAB2AC

Color information

#BAB2AC (or 0xBAB2AC) is unknown color: approx 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

RGB186178172-
CMYK00.040.080.27
HSL25.71º9.21%70.2%-
HSV(B)25.71º7.53%72.94%-
XYZ43.6245.2645.47-
YUV179.71123.65132.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.70%
GREEN value IS 178 (69.92% from 255) = 33.21%
BLUE value IS 172 (67.58% from 255) = 32.09%
R=34.70%
G=33.21%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617817200.040.080.2725.719.2170.2
HexBAB2AC0481B1a946
Octal2722622540410333211106
Binary10111010101100101010110001001000110111101010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>