#BAB0AB

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

Shades of Tide #BAB0AB

Tints of Tide #BAB0AB

Color information

#BAB0AB (or 0xBAB0AB) is unknown color: approx Tide. HEX triplet: BA, B0 and AB. RGB value is (186,176,171). Sum of RGB (Red+Green+Blue) = 186+176+171=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 176 (69.14% from 255 or 33.02% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB0AB is #454F54. Grayscale: #B2B2B2. Windows color (decimal): -4542293 or 11251898. OLE color: 11251898.

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

Color convert

RGB186176171-
CMYK00.050.080.27
HSL20º9.8%70%-
HSV(B)20º8.06%72.94%-
XYZ43.1344.4344.83-
YUV178.42123.81133.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.90%
GREEN value IS 176 (69.14% from 255) = 33.02%
BLUE value IS 171 (67.19% from 255) = 32.08%
R=34.90%
G=33.02%
B=32.08%

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
Decimal18617617100.050.080.27209.870
HexBAB0AB0581B14a46
Octal2722602530510332412106
Binary10111010101100001010101101011000110111010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB0AB; }

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

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

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

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

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

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

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

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