Skip to main content Skip to docs navigation

#b2ddba 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 Lattice Work and its hex is #B9E1C2 Nearest Color Name

Color Hue/Base color: Green

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

Hex #b2ddba color code is between #aaccbb web safe hex color code and #bbeeaa web safe hex color code. #aaccbb is the nearest web safe color code. You can see here many more shades of #b2ddba color code.

RGB Chart

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

Color Table

Hex Color Code b2ddba #b2ddba
RGB Decimal 178, 221, 186 178, 221, 186
RGB Percent 70%, 87%, 73% rgb(70%, 87%, 73%)
CSS RGBa 178, 221, 186,1 rgba(178,221,186,1)
CMYK Model cmyk(19%,0%,16%,13.33%)
HSL Color Space 131,39% ,78% hsl(131,39% ,78%)
HSV Color Space 131°, 19%, 87%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10110010 11011101 10111010
Octal 262 335 272
Decimal 178 221 186
Hex b2 dd ba

Different shades of #b2ddba color code.

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

Darkest of #b2ddba
#4bab5d
Darker of #b2ddba
#6bbe7b
Dark of #b2ddba
#8fcd9a
Base of #b2ddba
#b2ddba
Light of #b2ddba
#d5edda
Lighter
#f9fcf9
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

#b2ddba
#ddb2d5

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

Split Complementary

#b2ddba
#d0b2dd
#ddb2c0

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

Analogous Color

#c3ddb2
#bcddb2
#b2ddba
#b2ddc8
#b2ddda

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

#b2ddba
#ddbab2
#bab2dd

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

#b2ddba
#bab2dd
#ddb2d5
#d5ddb2

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

#b2ddba
#b2c0dd
#ddb2d5
#ddd0b2

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 #b2ddba

#3c874a
#4bab5d
#6bbe7b
#8fcd9a
#b2ddba
#d5edda
#f9fcf9
#ffffff
#ffffff

Tints of #b2ddba Color

#b2ddba
#bae0c1
#c3e4c9
#cbe8d1
#d4ecd8
#dcefe0
#e5f3e8
#edf7ef
#f6fbf7
#ffffff

Shades of #b2ddba color code

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

#b2ddba
#9ec4a5
#8aab90
#76937c
#627a67
#4f6252
#3b493e
#273129
#131814
#000000

Tones

#b2ddba
#bdd2c1
#c8c8c8
#c8c8c8
#c8c8c8

Tones

Similar Color like #b2ddba color

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

#b3debb
#b4dfbc
#b5e0bd
#b6e1be
#b7e2bf
#b8e3c0
#b9e4c1
#bae5c2
#bbe6c3
#bce7c4
#bde8c5
#bee9c6
#bfeac7
#c0ebc8
#b1dcb9
#b0dbb8
#afdab7
#aed9b6
#add8b5
#acd7b4
#abd6b3
#aad5b2
#a9d4b1
#a8d3b0
#a7d2af
#a6d1ae
#a5d0ad
#a4cfac

Download this Light Green

Hex #b2ddba 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.

#b2ddba Color Code Preview on Black Background Color

This is how #b2ddba Color will look on black background color. Color contrast ratio is 13.94

#b2ddba in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b2ddba

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b2ddba

#b2ddba color code is use for CSS Background Color

Background color for the above div is #b2ddba

HTML with inline CSS

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

#b2ddba color code is use for CSS Border Color

CSS Border color for the above div is #b2ddba

HTML with inline CSS

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

CSS Border Left color for the above div is #b2ddba

HTML with inline CSS

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

CSS Border Right color for the above div is #b2ddba

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b2ddba

HTML with inline CSS

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

CSS Border Top color for the above div is #b2ddba

HTML with inline CSS

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

#b2ddba hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b2ddba Color code Preview on White Background

This is how #b2ddba Color code will look on white background color. Color contrast ratio is 1.51

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 #b2ddba; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #b2ddba; }

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,221,186,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(221,178,213,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(178,221,186,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }