#B2C4B5

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

Shades of Gum Leaf #B2C4B5

Tints of Gum Leaf #B2C4B5

Color information

#B2C4B5 (or 0xB2C4B5) is unknown color: approx Gum Leaf. HEX triplet: B2, C4 and B5. RGB value is (178,196,181). Sum of RGB (Red+Green+Blue) = 178+196+181=555 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.07% from 555); Green value is 196 (76.95% from 255 or 35.32% from 555); Blue value is 181 (71.09% from 255 or 32.61% from 555); Max value from RGB is 196 - color contains mainly: green. Hex color #B2C4B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C4B5 is #4D3B4A. Grayscale: #BCBCBC. Windows color (decimal): -5061451 or 11912370. OLE color: 11912370.

HSL color Cylindrical-coordinate representation of color #B2C4B5: hue angle of 130º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B2C4B5 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB178196181-
CMYK0.0900.080.23
HSL130º13.24%73.33%-
HSV(B)130º9.18%76.86%-
XYZ46.4452.2851.36-
YUV188.91123.54120.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.07%
GREEN value IS 196 (76.95% from 255) = 35.32%
BLUE value IS 181 (71.09% from 255) = 32.61%
R=32.07%
G=35.32%
B=32.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1781961810.0900.080.2313013.2473.33
HexB2C4B59081782d49
Octal262304265110102720215111
Binary101100101100010010110101100101000101111000001011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C4B5; }

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

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

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

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

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

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

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

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