#BAB1AC

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

Shades of Tide #BAB1AC

Tints of Tide #BAB1AC

Color information

#BAB1AC (or 0xBAB1AC) is unknown color: approx Tide. HEX triplet: BA, B1 and AC. RGB value is (186,177,172). Sum of RGB (Red+Green+Blue) = 186+177+172=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 177 (69.53% from 255 or 33.08% from 535); Blue value is 172 (67.58% from 255 or 32.15% from 535); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB1AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB1AC is #454E53. Grayscale: #B3B3B3. Windows color (decimal): -4542036 or 11317690. OLE color: 11317690.

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

Color convert

RGB186177172-
CMYK00.050.080.27
HSL21.43º9.21%70.2%-
HSV(B)21.43º7.53%72.94%-
XYZ43.4244.8645.4-
YUV179.12123.98132.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.77%
GREEN value IS 177 (69.53% from 255) = 33.08%
BLUE value IS 172 (67.58% from 255) = 32.15%
R=34.77%
G=33.08%
B=32.15%

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
Decimal18617717200.050.080.2721.439.2170.2
HexBAB1AC0581B15946
Octal2722612540510332511106
Binary10111010101100011010110001011000110111010110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB1AC; }

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

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

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

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

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

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

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

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