#B4CDBA

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

Shades of Gum Leaf #B4CDBA

Tints of Gum Leaf #B4CDBA

Color information

#B4CDBA (or 0xB4CDBA) is unknown color: approx Gum Leaf. HEX triplet: B4, CD and BA. RGB value is (180,205,186). Sum of RGB (Red+Green+Blue) = 180+205+186=571 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.52% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 205 - color contains mainly: green. Hex color #B4CDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CDBA is #4B3245. Grayscale: #C3C3C3. Windows color (decimal): -4928070 or 12242356. OLE color: 12242356.

HSL color Cylindrical-coordinate representation of color #B4CDBA: hue angle of 134.4º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B4CDBA is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB180205186-
CMYK0.1200.090.20
HSL134.4º20%75.49%-
HSV(B)134.4º12.2%80.39%-
XYZ49.5256.9154.83-
YUV195.36122.72117.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.52%
GREEN value IS 205 (80.47% from 255) = 35.90%
BLUE value IS 186 (73.05% from 255) = 32.57%
R=31.52%
G=35.90%
B=32.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1802051860.1200.090.20134.42075.49
HexB4CDBAC091486144b
Octal264315272140112420624113
Binary1011010011001101101110101100010011010010000110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CDBA; }

 p { color: rgb(180,205,186); }

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

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

 a { background-color: rgb(180,205,186); }

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

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

 span { border-color: rgb(180,205,186); }

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