#BAB0AA

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

Shades of Tide #BAB0AA

Tints of Tide #BAB0AA

Color information

#BAB0AA (or 0xBAB0AA) is unknown color: approx Tide. HEX triplet: BA, B0 and AA. RGB value is (186,176,170). Sum of RGB (Red+Green+Blue) = 186+176+170=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 176 (69.14% from 255 or 33.08% from 532); Blue value is 170 (66.80% from 255 or 31.95% from 532); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB0AA is #454F55. Grayscale: #B2B2B2. Windows color (decimal): -4542294 or 11186362. OLE color: 11186362.

HSL color Cylindrical-coordinate representation of color #BAB0AA: hue angle of 22.5º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BAB0AA is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB186176170-
CMYK00.050.090.27
HSL22.5º10.39%69.8%-
HSV(B)22.5º8.6%72.94%-
XYZ43.0344.3944.33-
YUV178.31123.31133.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.96%
GREEN value IS 176 (69.14% from 255) = 33.08%
BLUE value IS 170 (66.80% from 255) = 31.95%
R=34.96%
G=33.08%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617617000.050.090.2722.510.3969.8
HexBAB0AA0591B17a46
Octal2722602520511332712106
Binary10111010101100001010101001011001110111011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB0AA; }

 p { color: rgb(186,176,170); }

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

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

 a { background-color: rgb(186,176,170); }

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

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

 span { border-color: rgb(186,176,170); }

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