crispedge.com

Color picker

Loading...

#bae9bb hex color - Green - Cool color - Information

#bae9bb hex color - Green - Cool color

Color Hue/Base color: Green

Hex #bae9bb Color code in RGB color code model is created after adding 72.94% red color, 91.37% green color and 73.33% blue color. Hex #bae9bb Color code in CMYK color (process color) code model is generated after subtraction of 20% cyan, 0% magenta, 20% yellow and 9% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebae9bb#bae9bb
RGB Decimal186, 233, 187rgb(186, 233, 187)
RGB Percent73%, 91%, 73%rgb(73%, 91%, 73%)
CSS RGBa186, 233, 187,1rgba(186,233,187,1)
CMYK Modelcmyk(20%,0%,20%,9%)
HSL Color Space121,52% ,82%hsl(121,52% ,82%)
HSV Color Space121°, 20%, 91%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101110101110100110111011
Octal272351273
Decimal186233187
Hexbae9bb

Different shades of #bae9bb color code.

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

Light Shade of #bae9bb
#e1f5e1
Dark Shade of #bae9bb
#93dd95
Saturated Shade of #bae9bb
#b5eeb7
Desaturated Shade of #bae9bb
#bfe4bf
Grey scale Shade of #bae9bb
#d1d1d1
Brighten Shade
#d3ffd4
Most Readable Shade
#000000

Shades of #bae9bb color code

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

#bae9bb
#a5cfa6
#90b591
#7c9b7c
#678167
#526753
#3e4d3e
#293329
#141914
#000000

Similar Color like #bae9bb color

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

#bbeabc
#bcebbd
#bdecbe
#beedbf
#bfeec0
#c0efc1
#c1f0c2
#c2f1c3
#c3f2c4
#c4f3c5
#c5f4c6
#c6f5c7
#c7f6c8
#c8f7c9
#b9e8ba
#b8e7b9
#b7e6b8
#b6e5b7
#b5e4b6
#b4e3b5
#b3e2b4
#b2e1b3
#b1e0b2
#b0dfb1
#afdeb0
#aeddaf
#addcae
#acdbad

Monochromatic Color with #bae9bb

#bae9bb
#101410
#323f33
#546955
#769477
#98be99

Tints of #bae9bb Color

#bae9bb
#c1ebc2
#c9edca
#d1f0d1
#d8f2d9
#e0f5e0
#e8f7e8
#effaef
#f7fcf7
#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

#bae9bb
#e9bae8

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

Split Complementary

#bae9bb
#d3bae9
#e9bad1

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

Analogous Color

#cce9ba
#c2e9ba
#bae9bb
#bae9c4
#bae9ce

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

#bae9bb
#bbbae9
#e9bbba

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

#bae9bb
#bad0e9
#e9bae8
#e9d2ba

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

Double Complementary Color

#bae9bb
#e9bae8
#e9bad1
#bae9d3

Double Complementary 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).

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

#bae9bb Color Code Preview on Black Background Color

This is how #bae9bb Color will look on black background color. Color contrast ratio is 15.46

#bae9bb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bae9bb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bae9bb

#bae9bb color code is use for CSS Background Color

Background color for the above div is #bae9bb

HTML with inline CSS

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

#bae9bb color code is use for CSS Border Color

CSS Border color for the above div is #bae9bb

HTML with inline CSS

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

CSS Border Left color for the above div is #bae9bb

HTML with inline CSS

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

CSS Border Right color for the above div is #bae9bb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bae9bb

HTML with inline CSS

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

CSS Border Top color for the above div is #bae9bb

HTML with inline CSS

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

#bae9bb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bae9bb Color code Preview on White Background

This is how #bae9bb Color code will look on white background color. Color contrast ratio is 1.36

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(186,233,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(233,186,232,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(186,233,187,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.