#B4BDB6

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

Shades of Gum Leaf #B4BDB6

Tints of Gum Leaf #B4BDB6

Color information

#B4BDB6 (or 0xB4BDB6) is unknown color: approx Gum Leaf. HEX triplet: B4, BD and B6. RGB value is (180,189,182). Sum of RGB (Red+Green+Blue) = 180+189+182=551 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.67% from 551); Green value is 189 (74.22% from 255 or 34.30% from 551); Blue value is 182 (71.48% from 255 or 33.03% from 551); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BDB6 is #4B4249. Grayscale: #B9B9B9. Windows color (decimal): -4932170 or 11976116. OLE color: 11976116.

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

Color convert

RGB180189182-
CMYK0.0500.040.26
HSL133.33º6.38%72.35%-
HSV(B)133.33º4.76%74.12%-
XYZ45.4649.4851.41-
YUV185.51126.02124.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.67%
GREEN value IS 189 (74.22% from 255) = 34.30%
BLUE value IS 182 (71.48% from 255) = 33.03%
R=32.67%
G=34.30%
B=33.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801891820.0500.040.26133.336.3872.35
HexB4BDB65041A85648
Octal264275266504322056110
Binary101101001011110110110110101010011010100001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BDB6; }

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

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

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

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

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

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

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

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