#BAB4AC

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

Shades of Tide #BAB4AC

Tints of Tide #BAB4AC

Color information

#BAB4AC (or 0xBAB4AC) is unknown color: approx Tide. HEX triplet: BA, B4 and AC. RGB value is (186,180,172). Sum of RGB (Red+Green+Blue) = 186+180+172=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB4AC is #454B53. Grayscale: #B4B4B4. Windows color (decimal): -4541268 or 11318458. OLE color: 11318458.

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

Color convert

RGB186180172-
CMYK00.030.080.27
HSL34.29º9.21%70.2%-
HSV(B)34.29º7.53%72.94%-
XYZ44.0246.0645.6-
YUV180.88122.99131.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.57%
GREEN value IS 180 (70.70% from 255) = 33.46%
BLUE value IS 172 (67.58% from 255) = 31.97%
R=34.57%
G=33.46%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618017200.030.080.2734.299.2170.2
HexBAB4AC0381B22946
Octal2722642540310334211106
Binary10111010101101001010110001110001101110001010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB4AC; }

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

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

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

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

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

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

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

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