#B5BBAA

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

Shades of Tasman #B5BBAA

Tints of Tasman #B5BBAA

Color information

#B5BBAA (or 0xB5BBAA) is unknown color: approx Tasman. HEX triplet: B5, BB and AA. RGB value is (181,187,170). Sum of RGB (Red+Green+Blue) = 181+187+170=538 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.64% from 538); Green value is 187 (73.44% from 255 or 34.76% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 187 - color contains mainly: green. Hex color #B5BBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BBAA is #4A4455. Grayscale: #B7B7B7. Windows color (decimal): -4867158 or 11189173. OLE color: 11189173.

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

Color convert

RGB181187170-
CMYK0.0300.090.27
HSL81.18º11.11%70%-
HSV(B)81.18º9.09%73.33%-
XYZ44.0848.2745.02-
YUV183.27120.51126.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.64%
GREEN value IS 187 (73.44% from 255) = 34.76%
BLUE value IS 170 (66.80% from 255) = 31.60%
R=33.64%
G=34.76%
B=31.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811871700.0300.090.2781.1811.1170
HexB5BBAA3091B51b46
Octal26527325230113312113106
Binary101101011011101110101010110100111011101000110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BBAA; }

 p { color: rgb(181,187,170); }

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

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

 a { background-color: rgb(181,187,170); }

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

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

 span { border-color: rgb(181,187,170); }

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