Skip to main content Skip to docs navigation

#b2d3aa hex color | Download Light Green BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Flower Stem and its hex is #B5D5B0 Nearest Color Name

Color Hue/Base color: Green

Hex #b2d3aa Color code in RGB color code model is created after adding 69.8% red color, 82.75% green color and 66.67% blue color. Hex #b2d3aa Color code in CMYK color (process color) code model is generated after subtraction of 16% cyan, 0% magenta, 19% yellow and 17.25% black.

Hex #b2d3aa color code is between #aacc99 web safe hex color code and #bbddbb web safe hex color code. #aacc99 is the nearest web safe color code. You can see here many more shades of #b2d3aa color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code b2d3aa #b2d3aa
RGB Decimal 178, 211, 170 178, 211, 170
RGB Percent 70%, 83%, 67% rgb(70%, 83%, 67%)
CSS RGBa 178, 211, 170,1 rgba(178,211,170,1)
CMYK Model cmyk(16%,0%,19%,17.25%)
HSL Color Space 108,32% ,75% hsl(108,32% ,75%)
HSV Color Space 108°, 19%, 83%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10110010 11010011 10101010
Octal 262 323 252
Decimal 178 211 170
Hex b2 d3 aa

Different shades of #b2d3aa color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #b2d3aa
#5c964e
Darker of #b2d3aa
#75b067
Dark of #b2d3aa
#94c288
Base of #b2d3aa
#b2d3aa
Light of #b2d3aa
#d0e4cc
Lighter
#eff6ed
Lightest
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#b2d3aa
#cbaad3

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#b2d3aa
#b7aad3
#d3aac7

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#cad3aa
#c3d3aa
#b2d3aa
#aad3b0
#aad3c1

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#b2d3aa
#d3aab2
#aab2d3

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#b2d3aa
#aab2d3
#cbaad3
#d3cbaa

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#b2d3aa
#aac7d3
#cbaad3
#d3b7aa

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #b2d3aa

#47753c
#5c964e
#75b067
#94c288
#b2d3aa
#d0e4cc
#eff6ed
#ffffff
#ffffff

Tints of #b2d3aa Color

#b2d3aa
#bad7b3
#c3dcbc
#cbe1c6
#d4e6cf
#dcebd9
#e5f0e2
#edf5ec
#f6faf5
#ffffff

Shades of #b2d3aa color code

Generate more color scales with scales (color stack) generator.

#b2d3aa
#9ebb97
#8aa484
#768c71
#62755e
#4f5d4b
#3b4638
#272e25
#131712
#000000

Tones

#b2d3aa
#bac6b7
#bfbfbf
#bfbfbf
#bfbfbf

Tones

Similar Color like #b2d3aa color

Find visually similar hex color codes nearing to #b2d3aa hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#b3d4ab
#b4d5ac
#b5d6ad
#b6d7ae
#b7d8af
#b8d9b0
#b9dab1
#badbb2
#bbdcb3
#bcddb4
#bddeb5
#bedfb6
#bfe0b7
#c0e1b8
#b1d2a9
#b0d1a8
#afd0a7
#aecfa6
#adcea5
#accda4
#abcca3
#aacba2
#a9caa1
#a8c9a0
#a7c89f
#a6c79e
#a5c69d
#a4c59c

Download this Light Green

Hex #b2d3aa Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#b2d3aa Color Code Preview on Black Background Color

This is how #b2d3aa Color will look on black background color. Color contrast ratio is 12.79

#b2d3aa in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#b2d3aa">Your Example Paragraph content text in with font color #b2d3aa </p>

Your Example Paragraph content text in with font color #b2d3aa

HTML with inline CSS

<div style="color:#b2d3aa">Your Paragraph text in with font color #b2d3aa </div>

Your Example Paragraph content text in with font color #b2d3aa

#b2d3aa color code is use for CSS Background Color

Background color for the above div is #b2d3aa

HTML with inline CSS

<div style="background-color:#b2d3aa;"></div>

#b2d3aa color code is use for CSS Border Color

CSS Border color for the above div is #b2d3aa

HTML with inline CSS

<div style="border:5px solid #b2d3aa;"></div>

CSS Border Left color for the above div is #b2d3aa

HTML with inline CSS

<div style="border-left:5px solid #b2d3aa;"></div>

CSS Border Right color for the above div is #b2d3aa

HTML with inline CSS

<div style="border-right:5px solid #b2d3aa;"></div>

CSS Border Bottom color for the above div is #b2d3aa

HTML with inline CSS

<div style="border-bottom:5px solid #b2d3aa;"></div>

CSS Border Top color for the above div is #b2d3aa

HTML with inline CSS

<div style="border-top:5px solid #b2d3aa;"></div>

#b2d3aa hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#b2d3aa; } .examplecolorclass {color:#b2d3aa; } .examplebordercolor {border:3px solid #b2d3aa; }

#b2d3aa Color code Preview on White Background

This is how #b2d3aa Color code will look on white background color. Color contrast ratio is 1.64

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #b2d3aa; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #b2d3aa; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(178,211,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(203,170,211,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(178,211,170,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }