#B3BAAC

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

Shades of Tasman #B3BAAC

Tints of Tasman #B3BAAC

Color information

#B3BAAC (or 0xB3BAAC) is unknown color: approx Tasman. HEX triplet: B3, BA and AC. RGB value is (179,186,172). Sum of RGB (Red+Green+Blue) = 179+186+172=537 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.33% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BAAC is #4C4553. Grayscale: #B6B6B6. Windows color (decimal): -4998484 or 11319987. OLE color: 11319987.

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

Color convert

RGB179186172-
CMYK0.0400.080.27
HSL90º9.21%70.2%-
HSV(B)90º7.53%72.94%-
XYZ43.647.6845.94-
YUV182.31122.18125.64-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.33%
GREEN value IS 186 (73.05% from 255) = 34.64%
BLUE value IS 172 (67.58% from 255) = 32.03%
R=33.33%
G=34.64%
B=32.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791861720.0400.080.27909.2170.2
HexB3BAAC4081B5a946
Octal26327225440103313211106
Binary1011001110111010101011001000100011011101101010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BAAC; }

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

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

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

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

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

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

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

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