#B2BAB4

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

Shades of Gum Leaf #B2BAB4

Tints of Gum Leaf #B2BAB4

Color information

#B2BAB4 (or 0xB2BAB4) is unknown color: approx Gum Leaf. HEX triplet: B2, BA and B4. RGB value is (178,186,180). Sum of RGB (Red+Green+Blue) = 178+186+180=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 180 (70.70% from 255 or 33.09% from 544); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BAB4 is #4D454B. Grayscale: #B6B6B6. Windows color (decimal): -5064012 or 11844274. OLE color: 11844274.

HSL color Cylindrical-coordinate representation of color #B2BAB4: hue angle of 135º degrees, saturation: 0.05, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B2BAB4 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB178186180-
CMYK0.0400.030.27
HSL135º5.48%71.37%-
HSV(B)135º4.3%72.94%-
XYZ44.1647.8850.09-
YUV182.92126.35124.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.72%
GREEN value IS 186 (73.05% from 255) = 34.19%
BLUE value IS 180 (70.70% from 255) = 33.09%
R=32.72%
G=34.19%
B=33.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781861800.0400.030.271355.4871.37
HexB2BAB44031B87547
Octal262272264403332075107
Binary10110010101110101011010010001111011100001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BAB4; }

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

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

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

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

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

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

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

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