#B4BAAC

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

Shades of Tasman #B4BAAC

Tints of Tasman #B4BAAC

Color information

#B4BAAC (or 0xB4BAAC) is unknown color: approx Tasman. HEX triplet: B4, BA and AC. RGB value is (180,186,172). Sum of RGB (Red+Green+Blue) = 180+186+172=538 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.46% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BAAC is #4B4553. Grayscale: #B6B6B6. Windows color (decimal): -4932948 or 11319988. OLE color: 11319988.

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

Color convert

RGB180186172-
CMYK0.0300.080.27
HSL85.71º9.21%70.2%-
HSV(B)85.71º7.53%72.94%-
XYZ43.8347.845.95-
YUV182.61122.01126.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.46%
GREEN value IS 186 (73.05% from 255) = 34.57%
BLUE value IS 172 (67.58% from 255) = 31.97%
R=33.46%
G=34.57%
B=31.97%

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
Decimal1801861720.0300.080.2785.719.2170.2
HexB4BAAC3081B56946
Octal26427225430103312611106
Binary101101001011101010101100110100011011101011010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BAAC; }

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

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

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

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

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

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

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

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