#B4BBB6

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

Shades of Gum Leaf #B4BBB6

Tints of Gum Leaf #B4BBB6

Color information

#B4BBB6 (or 0xB4BBB6) is unknown color: approx Gum Leaf. HEX triplet: B4, BB and B6. RGB value is (180,187,182). Sum of RGB (Red+Green+Blue) = 180+187+182=549 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.79% from 549); Green value is 187 (73.44% from 255 or 34.06% from 549); Blue value is 182 (71.48% from 255 or 33.15% from 549); Max value from RGB is 187 - color contains mainly: green. Hex color #B4BBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BBB6 is #4B4449. Grayscale: #B8B8B8. Windows color (decimal): -4932682 or 11975604. OLE color: 11975604.

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

Color convert

RGB180187182-
CMYK0.0400.030.27
HSL137.14º4.9%71.96%-
HSV(B)137.14º3.74%73.33%-
XYZ45.0448.6251.27-
YUV184.34126.68124.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.79%
GREEN value IS 187 (73.44% from 255) = 34.06%
BLUE value IS 182 (71.48% from 255) = 33.15%
R=32.79%
G=34.06%
B=33.15%

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
Decimal1801871820.0400.030.27137.144.971.96
HexB4BBB64031B89548
Octal264273266403332115110
Binary10110100101110111011011010001111011100010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BBB6; }

 p { color: rgb(180,187,182); }

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

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

 a { background-color: rgb(180,187,182); }

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

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

 span { border-color: rgb(180,187,182); }

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