#BAC6AE

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

Shades of Tasman #BAC6AE

Tints of Tasman #BAC6AE

Color information

#BAC6AE (or 0xBAC6AE) is unknown color: approx Tasman. HEX triplet: BA, C6 and AE. RGB value is (186,198,174). Sum of RGB (Red+Green+Blue) = 186+198+174=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 198 (77.73% from 255 or 35.48% from 558); Blue value is 174 (68.36% from 255 or 31.18% from 558); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC6AE is #453951. Grayscale: #BFBFBF. Windows color (decimal): -4536658 or 11454138. OLE color: 11454138.

HSL color Cylindrical-coordinate representation of color #BAC6AE: hue angle of 90º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAC6AE is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB186198174-
CMYK0.0600.120.22
HSL90º17.39%72.94%-
HSV(B)90º12.12%77.65%-
XYZ48.0853.8847.91-
YUV191.68118.02123.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.33%
GREEN value IS 198 (77.73% from 255) = 35.48%
BLUE value IS 174 (68.36% from 255) = 31.18%
R=33.33%
G=35.48%
B=31.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861981740.0600.120.229017.3972.94
HexBAC6AE60C165a1149
Octal27230625660142613221111
Binary10111010110001101010111011001100101101011010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC6AE; }

 p { color: rgb(186,198,174); }

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

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

 a { background-color: rgb(186,198,174); }

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

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

 span { border-color: rgb(186,198,174); }

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