#B1CAB4

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

Shades of Gum Leaf #B1CAB4

Tints of Gum Leaf #B1CAB4

Color information

#B1CAB4 (or 0xB1CAB4) is unknown color: approx Gum Leaf. HEX triplet: B1, CA and B4. RGB value is (177,202,180). Sum of RGB (Red+Green+Blue) = 177+202+180=559 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.66% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 180 (70.70% from 255 or 32.20% from 559); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CAB4 is #4E354B. Grayscale: #C0C0C0. Windows color (decimal): -5125452 or 11848369. OLE color: 11848369.

HSL color Cylindrical-coordinate representation of color #B1CAB4: hue angle of 127.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 #B1CAB4 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB177202180-
CMYK0.1200.110.21
HSL127.2º19.08%74.31%-
HSV(B)127.2º12.38%79.22%-
XYZ47.4954.8851.27-
YUV192.02121.22117.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.66%
GREEN value IS 202 (79.30% from 255) = 36.14%
BLUE value IS 180 (70.70% from 255) = 32.20%
R=31.66%
G=36.14%
B=32.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1772021800.1200.110.21127.219.0874.31
HexB1CAB4C0B157f134a
Octal261312264140132517723112
Binary101100011100101010110100110001011101011111111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CAB4; }

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

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

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

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

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

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

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

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