#B4CAB7

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

Shades of Gum Leaf #B4CAB7

Tints of Gum Leaf #B4CAB7

Color information

#B4CAB7 (or 0xB4CAB7) is unknown color: approx Gum Leaf. HEX triplet: B4, CA and B7. RGB value is (180,202,183). Sum of RGB (Red+Green+Blue) = 180+202+183=565 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.86% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 183 (71.88% from 255 or 32.39% from 565); Max value from RGB is 202 - color contains mainly: green. Hex color #B4CAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CAB7 is #4B3548. Grayscale: #C1C1C1. Windows color (decimal): -4928841 or 12044980. OLE color: 12044980.

HSL color Cylindrical-coordinate representation of color #B4CAB7: hue angle of 128.18º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B4CAB7 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB180202183-
CMYK0.1100.090.21
HSL128.18º17.19%74.9%-
HSV(B)128.18º10.89%79.22%-
XYZ48.4955.3652.93-
YUV193.26122.21118.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.86%
GREEN value IS 202 (79.30% from 255) = 35.75%
BLUE value IS 183 (71.88% from 255) = 32.39%
R=31.86%
G=35.75%
B=32.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1802021830.1100.090.21128.1817.1974.9
HexB4CAB7B091580114b
Octal264312267130112520021113
Binary1011010011001010101101111011010011010110000000100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CAB7; }

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

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

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

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

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

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

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

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