#B1C2B4

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

Shades of Gum Leaf #B1C2B4

Tints of Gum Leaf #B1C2B4

Color information

#B1C2B4 (or 0xB1C2B4) is unknown color: approx Gum Leaf. HEX triplet: B1, C2 and B4. RGB value is (177,194,180). Sum of RGB (Red+Green+Blue) = 177+194+180=551 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.12% from 551); Green value is 194 (76.17% from 255 or 35.21% from 551); Blue value is 180 (70.70% from 255 or 32.67% from 551); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C2B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C2B4 is #4E3D4B. Grayscale: #BBBBBB. Windows color (decimal): -5127500 or 11846321. OLE color: 11846321.

HSL color Cylindrical-coordinate representation of color #B1C2B4: 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 #B1C2B4 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB177194180-
CMYK0.0900.070.24
HSL130.59º12.23%72.75%-
HSV(B)130.59º8.76%76.08%-
XYZ45.6651.2350.66-
YUV187.32123.87120.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.12%
GREEN value IS 194 (76.17% from 255) = 35.21%
BLUE value IS 180 (70.70% from 255) = 32.67%
R=32.12%
G=35.21%
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
Decimal1771941800.0900.070.24130.5912.2372.75
HexB1C2B49071883c49
Octal26130226411073020314111
Binary10110001110000101011010010010111110001000001111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C2B4; }

 p { color: rgb(177,194,180); }

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

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

 a { background-color: rgb(177,194,180); }

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

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

 span { border-color: rgb(177,194,180); }

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