#B2BCB5

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

Shades of Gum Leaf #B2BCB5

Tints of Gum Leaf #B2BCB5

Color information

#B2BCB5 (or 0xB2BCB5) is unknown color: approx Gum Leaf. HEX triplet: B2, BC and B5. RGB value is (178,188,181). Sum of RGB (Red+Green+Blue) = 178+188+181=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 181 (71.09% from 255 or 33.09% from 547); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BCB5 is #4D434A. Grayscale: #B8B8B8. Windows color (decimal): -5063499 or 11910322. OLE color: 11910322.

HSL color Cylindrical-coordinate representation of color #B2BCB5: hue angle of 138º degrees, saturation: 0.07, 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 #B2BCB5 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB178188181-
CMYK0.0500.040.26
HSL138º6.94%71.76%-
HSV(B)138º5.32%73.73%-
XYZ44.6848.7750.77-
YUV184.21126.19123.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.54%
GREEN value IS 188 (73.83% from 255) = 34.37%
BLUE value IS 181 (71.09% from 255) = 33.09%
R=32.54%
G=34.37%
B=33.09%

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
Decimal1781881810.0500.040.261386.9471.76
HexB2BCB55041A8a748
Octal262274265504322127110
Binary101100101011110010110101101010011010100010101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BCB5; }

 p { color: rgb(178,188,181); }

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

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

 a { background-color: rgb(178,188,181); }

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

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

 span { border-color: rgb(178,188,181); }

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