#B1C1B4

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

Shades of Gum Leaf #B1C1B4

Tints of Gum Leaf #B1C1B4

Color information

#B1C1B4 (or 0xB1C1B4) is unknown color: approx Gum Leaf. HEX triplet: B1, C1 and B4. RGB value is (177,193,180). Sum of RGB (Red+Green+Blue) = 177+193+180=550 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.18% from 550); Green value is 193 (75.78% from 255 or 35.09% from 550); Blue value is 180 (70.70% from 255 or 32.73% from 550); Max value from RGB is 193 - color contains mainly: green. Hex color #B1C1B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C1B4 is #4E3E4B. Grayscale: #BABABA. Windows color (decimal): -5127756 or 11846065. OLE color: 11846065.

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

Color convert

RGB177193180-
CMYK0.0800.070.24
HSL131.25º11.43%72.55%-
HSV(B)131.25º8.29%75.69%-
XYZ45.4450.7850.59-
YUV186.73124.2121.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.18%
GREEN value IS 193 (75.78% from 255) = 35.09%
BLUE value IS 180 (70.70% from 255) = 32.73%
R=32.18%
G=35.09%
B=32.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771931800.0800.070.24131.2511.4372.55
HexB1C1B48071883b49
Octal26130126410073020313111
Binary10110001110000011011010010000111110001000001110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C1B4; }

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

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

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

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

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

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

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

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