#B2C3B5

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

Shades of Gum Leaf #B2C3B5

Tints of Gum Leaf #B2C3B5

Color information

#B2C3B5 (or 0xB2C3B5) is unknown color: approx Gum Leaf. HEX triplet: B2, C3 and B5. RGB value is (178,195,181). Sum of RGB (Red+Green+Blue) = 178+195+181=554 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.13% from 554); Green value is 195 (76.56% from 255 or 35.20% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C3B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C3B5 is #4D3C4A. Grayscale: #BCBCBC. Windows color (decimal): -5061707 or 11912114. OLE color: 11912114.

HSL color Cylindrical-coordinate representation of color #B2C3B5: hue angle of 130.59º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B2C3B5 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB178195181-
CMYK0.0900.070.24
HSL130.59º12.41%73.14%-
HSV(B)130.59º8.72%76.47%-
XYZ46.2251.8351.28-
YUV188.32123.87120.64-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.13%
GREEN value IS 195 (76.56% from 255) = 35.20%
BLUE value IS 181 (71.09% from 255) = 32.67%
R=32.13%
G=35.20%
B=32.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781951810.0900.070.24130.5912.4173.14
HexB2C3B59071883c49
Octal26230326511073020314111
Binary10110010110000111011010110010111110001000001111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C3B5; }

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

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

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

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

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

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

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

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