#B5BAAC

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

Shades of Tasman #B5BAAC

Tints of Tasman #B5BAAC

Color information

#B5BAAC (or 0xB5BAAC) is unknown color: approx Tasman. HEX triplet: B5, BA and AC. RGB value is (181,186,172). Sum of RGB (Red+Green+Blue) = 181+186+172=539 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.58% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BAAC is #4A4553. Grayscale: #B6B6B6. Windows color (decimal): -4867412 or 11319989. OLE color: 11319989.

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

Color convert

RGB181186172-
CMYK0.0300.080.27
HSL81.43º9.21%70.2%-
HSV(B)81.43º7.53%72.94%-
XYZ44.0647.9245.96-
YUV182.91121.84126.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.58%
GREEN value IS 186 (73.05% from 255) = 34.51%
BLUE value IS 172 (67.58% from 255) = 31.91%
R=33.58%
G=34.51%
B=31.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811861720.0300.080.2781.439.2170.2
HexB5BAAC3081B51946
Octal26527225430103312111106
Binary101101011011101010101100110100011011101000110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BAAC; }

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

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

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

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

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

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

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

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