Skip to main content Skip to docs navigation

#baddd2 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 Pantone 566 C and its hex is #B9DCD2 Nearest Color Name

Color Hue/Base color: Green

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

Hex #baddd2 color code is between #bbcccc web safe hex color code and #aaeedd web safe hex color code. #bbcccc is the nearest web safe color code. You can see here many more shades of #baddd2 color code.

RGB Chart

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

Color Table

Hex Color Code baddd2 #baddd2
RGB Decimal 186, 221, 210 186, 221, 210
RGB Percent 73%, 87%, 82% rgb(73%, 87%, 82%)
CSS RGBa 186, 221, 210,1 rgba(186,221,210,1)
CMYK Model cmyk(16%,0%,5%,13.33%)
HSL Color Space 161,34% ,80% hsl(161,34% ,80%)
HSV Color Space 161°, 16%, 87%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10111010 11011101 11010010
Octal 272 335 322
Decimal 186 221 210
Hex ba dd d2

Different shades of #baddd2 color code.

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

Darkest of #baddd2
#54aa8f
Darker of #baddd2
#76bba5
Dark of #baddd2
#98ccbc
Base of #baddd2
#baddd2
Light of #baddd2
#dceee8
Lighter
#feffff
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

#baddd2
#ddbac5

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

Split Complementary

#baddd2
#ddbad6
#ddc0ba

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

Analogous Color

#baddbe
#baddc3
#baddd2
#badcdd
#bacedd

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

#baddd2
#ddd2ba
#d2badd

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

#baddd2
#d2badd
#ddbac5
#c5ddba

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

#baddd2
#c0badd
#ddbac5
#d6ddba

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

#438872
#54aa8f
#76bba5
#98ccbc
#baddd2
#dceee8
#feffff
#ffffff
#ffffff

Tints of #baddd2 Color

#baddd2
#c1e0d7
#c9e4dc
#d1e8e1
#d8ece6
#e0efeb
#e8f3f0
#eff7f5
#f7fbfa
#ffffff

Shades of #baddd2 color code

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

#baddd2
#a5c4ba
#90aba3
#7c938c
#677a74
#52625d
#3e4946
#29312e
#141817
#000000

Tones

#baddd2
#c4d3ce
#cbcbcb
#cbcbcb
#cbcbcb

Tones

Similar Color like #baddd2 color

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

#bbded3
#bcdfd4
#bde0d5
#bee1d6
#bfe2d7
#c0e3d8
#c1e4d9
#c2e5da
#c3e6db
#c4e7dc
#c5e8dd
#c6e9de
#c7eadf
#c8ebe0
#b9dcd1
#b8dbd0
#b7dacf
#b6d9ce
#b5d8cd
#b4d7cc
#b3d6cb
#b2d5ca
#b1d4c9
#b0d3c8
#afd2c7
#aed1c6
#add0c5
#accfc4

Download this Light Green

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

#baddd2 Color Code Preview on Black Background Color

This is how #baddd2 Color will look on black background color. Color contrast ratio is 14.36

#baddd2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #baddd2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #baddd2

#baddd2 color code is use for CSS Background Color

Background color for the above div is #baddd2

HTML with inline CSS

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

#baddd2 color code is use for CSS Border Color

CSS Border color for the above div is #baddd2

HTML with inline CSS

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

CSS Border Left color for the above div is #baddd2

HTML with inline CSS

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

CSS Border Right color for the above div is #baddd2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #baddd2

HTML with inline CSS

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

CSS Border Top color for the above div is #baddd2

HTML with inline CSS

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

#baddd2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#baddd2 Color code Preview on White Background

This is how #baddd2 Color code will look on white background color. Color contrast ratio is 1.46

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

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