crispedge.com

Color picker

Loading...

#bae9e0 hex color - Barely Aqua - Green - Cool color - Information

#bae9e0 hex color - Barely Aqua - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #bae9e0 Color Code is also known as Barely Aqua color.

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

Hex #bae9e0 color code is between #bbeedd web safe hex color code and #aaddee web safe hex color code. #bbeedd is the nearest web safe color code. You can see here many more shades of #bae9e0 color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codebae9e0#bae9e0
RGB Decimal186, 233, 224rgb(186, 233, 224)
RGB Percent73%, 91%, 88%rgb(73%, 91%, 88%)
CSS RGBa186, 233, 224,1rgba(186,233,224,1)
CMYK Modelcmyk(20%,0%,4%,9%)
HSL Color Space169,52% ,82%hsl(169,52% ,82%)
HSV Color Space169°, 20%, 91%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101110101110100111100000
Octal272351340
Decimal186233224
Hexbae9e0

Different shades of #bae9e0 color code.

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

Light Shade of #bae9e0
#e1f5f1
Dark Shade of #bae9e0
#93ddcf
Saturated Shade of #bae9e0
#b5eee3
Desaturated Shade of #bae9e0
#bfe4dd
Grey scale Shade of #bae9e0
#d1d1d1
Brighten Shade
#d3fff9
Most Readable Shade
#000000

Shades of #bae9e0 color code

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

#bae9e0
#a5cfc7
#90b5ae
#7c9b95
#67817c
#526763
#3e4d4a
#293331
#141918
#000000

Similar Color like #bae9e0 color

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

#bbeae1
#bcebe2
#bdece3
#beede4
#bfeee5
#c0efe6
#c1f0e7
#c2f1e8
#c3f2e9
#c4f3ea
#c5f4eb
#c6f5ec
#c7f6ed
#c8f7ee
#b9e8df
#b8e7de
#b7e6dd
#b6e5dc
#b5e4db
#b4e3da
#b3e2d9
#b2e1d8
#b1e0d7
#b0dfd6
#afded5
#aeddd4
#addcd3
#acdbd2

Monochromatic Color with #bae9e0

#bae9e0
#101414
#323f3d
#546965
#76948e
#98beb7

Tints of #bae9e0 Color

#bae9e0
#c1ebe3
#c9ede6
#d1f0ea
#d8f2ed
#e0f5f1
#e8f7f4
#effaf8
#f7fcfb
#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

#bae9e0
#e9bac3

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

Split Complementary

#bae9e0
#e9badb
#e9c9ba

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

Analogous Color

#bae9cd
#bae9d7
#bae9e0
#bae9e9
#badfe9

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

#bae9e0
#e0bae9
#e9e0ba

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

#bae9e0
#c8bae9
#e9bac3
#dae9ba

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

#bae9e0
#e9bac3
#e9c9ba
#badbe9

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 #bae9e0 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.

#bae9e0 Color Code Preview on Black Background Color

This is how #bae9e0 Color will look on black background color. Color contrast ratio is 15.82

#bae9e0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bae9e0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bae9e0

#bae9e0 color code is use for CSS Background Color

Background color for the above div is #bae9e0

HTML with inline CSS

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

#bae9e0 color code is use for CSS Border Color

CSS Border color for the above div is #bae9e0

HTML with inline CSS

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

CSS Border Left color for the above div is #bae9e0

HTML with inline CSS

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

CSS Border Right color for the above div is #bae9e0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bae9e0

HTML with inline CSS

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

CSS Border Top color for the above div is #bae9e0

HTML with inline CSS

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

#bae9e0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bae9e0 Color code Preview on White Background

This is how #bae9e0 Color code will look on white background color. Color contrast ratio is 1.33

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

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.