#B1C8B3

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

Shades of Gum Leaf #B1C8B3

Tints of Gum Leaf #B1C8B3

Color information

#B1C8B3 (or 0xB1C8B3) is unknown color: approx Gum Leaf. HEX triplet: B1, C8 and B3. RGB value is (177,200,179). Sum of RGB (Red+Green+Blue) = 177+200+179=556 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.83% from 556); Green value is 200 (78.52% from 255 or 35.97% from 556); Blue value is 179 (70.31% from 255 or 32.19% from 556); Max value from RGB is 200 - color contains mainly: green. Hex color #B1C8B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C8B3 is #4E374C. Grayscale: #BEBEBE. Windows color (decimal): -5125965 or 11782321. OLE color: 11782321.

HSL color Cylindrical-coordinate representation of color #B1C8B3: hue angle of 125.22º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1C8B3 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB177200179-
CMYK0.1200.100.22
HSL125.22º17.29%73.92%-
HSV(B)125.22º11.5%78.43%-
XYZ46.9253.9150.58-
YUV190.73121.38118.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.83%
GREEN value IS 200 (78.52% from 255) = 35.97%
BLUE value IS 179 (70.31% from 255) = 32.19%
R=31.83%
G=35.97%
B=32.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1772001790.1200.100.22125.2217.2973.92
HexB1C8B3C0A167d114a
Octal261310263140122617521112
Binary101100011100100010110011110001010101101111101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C8B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C8B3; }

 p { color: rgb(177,200,179); }

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

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

 a { background-color: rgb(177,200,179); }

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

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

 span { border-color: rgb(177,200,179); }

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