#B1CAB9

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

Shades of Gum Leaf #B1CAB9

Tints of Gum Leaf #B1CAB9

Color information

#B1CAB9 (or 0xB1CAB9) is unknown color: approx Gum Leaf. HEX triplet: B1, CA and B9. RGB value is (177,202,185). Sum of RGB (Red+Green+Blue) = 177+202+185=564 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.38% from 564); Green value is 202 (79.30% from 255 or 35.82% from 564); Blue value is 185 (72.66% from 255 or 32.80% from 564); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CAB9 is #4E3546. Grayscale: #C0C0C0. Windows color (decimal): -5125447 or 12176049. OLE color: 12176049.

HSL color Cylindrical-coordinate representation of color #B1CAB9: hue angle of 139.2º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1CAB9 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB177202185-
CMYK0.1200.080.21
HSL139.2º19.08%74.31%-
HSV(B)139.2º12.38%79.22%-
XYZ48.0155.0954-
YUV192.59123.72116.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.38%
GREEN value IS 202 (79.30% from 255) = 35.82%
BLUE value IS 185 (72.66% from 255) = 32.80%
R=31.38%
G=35.82%
B=32.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1772021850.1200.080.21139.219.0874.31
HexB1CAB9C08158b134a
Octal261312271140102521323112
Binary1011000111001010101110011100010001010110001011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CAB9; }

 p { color: rgb(177,202,185); }

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

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

 a { background-color: rgb(177,202,185); }

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

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

 span { border-color: rgb(177,202,185); }

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