#BAB4AF

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

Shades of Tide #BAB4AF

Tints of Tide #BAB4AF

Color information

#BAB4AF (or 0xBAB4AF) is unknown color: approx Tide. HEX triplet: BA, B4 and AF. RGB value is (186,180,175). Sum of RGB (Red+Green+Blue) = 186+180+175=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 180 (70.70% from 255 or 33.27% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB4AF is #454B50. Grayscale: #B5B5B5. Windows color (decimal): -4541265 or 11515066. OLE color: 11515066.

HSL color Cylindrical-coordinate representation of color #BAB4AF: hue angle of 27.27º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BAB4AF is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB186180175-
CMYK00.030.060.27
HSL27.27º7.38%70.78%-
HSV(B)27.27º5.91%72.94%-
XYZ44.3146.1847.14-
YUV181.22124.49131.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.38%
GREEN value IS 180 (70.70% from 255) = 33.27%
BLUE value IS 175 (68.75% from 255) = 32.35%
R=34.38%
G=33.27%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618017500.030.060.2727.277.3870.78
HexBAB4AF0361B1b747
Octal27226425703633337107
Binary10111010101101001010111101111011011110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB4AF; }

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

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

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

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

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

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

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

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