#B4CABA

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

Shades of Gum Leaf #B4CABA

Tints of Gum Leaf #B4CABA

Color information

#B4CABA (or 0xB4CABA) is unknown color: approx Gum Leaf. HEX triplet: B4, CA and BA. RGB value is (180,202,186). Sum of RGB (Red+Green+Blue) = 180+202+186=568 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.69% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 202 - color contains mainly: green. Hex color #B4CABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CABA is #4B3545. Grayscale: #C1C1C1. Windows color (decimal): -4928838 or 12241588. OLE color: 12241588.

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

Color convert

RGB180202186-
CMYK0.1100.080.21
HSL136.36º17.19%74.9%-
HSV(B)136.36º10.89%79.22%-
XYZ48.8155.4954.59-
YUV193.6123.71118.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.69%
GREEN value IS 202 (79.30% from 255) = 35.56%
BLUE value IS 186 (73.05% from 255) = 32.75%
R=31.69%
G=35.56%
B=32.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1802021860.1100.080.21136.3617.1974.9
HexB4CABAB081588114b
Octal264312272130102521021113
Binary1011010011001010101110101011010001010110001000100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CABA; }

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

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

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

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

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

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

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

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