#B1C3B6

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

Shades of Gum Leaf #B1C3B6

Tints of Gum Leaf #B1C3B6

Color information

#B1C3B6 (or 0xB1C3B6) is unknown color: approx Gum Leaf. HEX triplet: B1, C3 and B6. RGB value is (177,195,182). Sum of RGB (Red+Green+Blue) = 177+195+182=554 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.95% from 554); Green value is 195 (76.56% from 255 or 35.20% from 554); Blue value is 182 (71.48% from 255 or 32.85% from 554); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C3B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C3B6 is #4E3C49. Grayscale: #BCBCBC. Windows color (decimal): -5127242 or 11977649. OLE color: 11977649.

HSL color Cylindrical-coordinate representation of color #B1C3B6: hue angle of 136.67º degrees, saturation: 0.13, 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 #B1C3B6 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB177195182-
CMYK0.0900.070.24
HSL136.67º13.04%72.94%-
HSV(B)136.67º9.23%76.47%-
XYZ46.0951.7551.82-
YUV188.14124.54120.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.95%
GREEN value IS 195 (76.56% from 255) = 35.20%
BLUE value IS 182 (71.48% from 255) = 32.85%
R=31.95%
G=35.20%
B=32.85%

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
Decimal1771951820.0900.070.24136.6713.0472.94
HexB1C3B69071889d49
Octal26130326611073021115111
Binary10110001110000111011011010010111110001000100111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C3B6; }

 p { color: rgb(177,195,182); }

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

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

 a { background-color: rgb(177,195,182); }

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

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

 span { border-color: rgb(177,195,182); }

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