#B2BAAA

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

Shades of Tasman #B2BAAA

Tints of Tasman #B2BAAA

Color information

#B2BAAA (or 0xB2BAAA) is unknown color: approx Tasman. HEX triplet: B2, BA and AA. RGB value is (178,186,170). Sum of RGB (Red+Green+Blue) = 178+186+170=534 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.33% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BAAA is #4D4555. Grayscale: #B5B5B5. Windows color (decimal): -5064022 or 11188914. OLE color: 11188914.

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

Color convert

RGB178186170-
CMYK0.0400.090.27
HSL90º10.39%69.8%-
HSV(B)90º8.6%72.94%-
XYZ43.1747.4944.92-
YUV181.78121.35125.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.33%
GREEN value IS 186 (73.05% from 255) = 34.83%
BLUE value IS 170 (66.80% from 255) = 31.84%
R=33.33%
G=34.83%
B=31.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781861700.0400.090.279010.3969.8
HexB2BAAA4091B5aa46
Octal26227225240113313212106
Binary1011001010111010101010101000100111011101101010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BAAA; }

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

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

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

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

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

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

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

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