crispedge.com

Color picker

Loading...

#bae9ee hex color - Blue - Cool color - Information

#bae9ee hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #bae9ee Color code in RGB color code model is created after adding 72.94% red color, 91.37% green color and 93.33% blue color. Hex #bae9ee Color code in CMYK color (process color) code model is generated after subtraction of 22% cyan, 2% magenta, 0% yellow and 7% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebae9ee#bae9ee
RGB Decimal186, 233, 238rgb(186, 233, 238)
RGB Percent73%, 91%, 93%rgb(73%, 91%, 93%)
CSS RGBa186, 233, 238,1rgba(186,233,238,1)
CMYK Modelcmyk(22%,2%,0%,7%)
HSL Color Space186,60% ,83%hsl(186,60% ,83%)
HSV Color Space186°, 22%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101110101110100111101110
Octal272351356
Decimal186233238
Hexbae9ee

Different shades of #bae9ee color code.

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

Light Shade of #bae9ee
#e3f6f8
Dark Shade of #bae9ee
#91dce4
Saturated Shade of #bae9ee
#b6ecf2
Desaturated Shade of #bae9ee
#bee6ea
Grey scale Shade of #bae9ee
#d4d4d4
Brighten Shade
#d3ffff
Most Readable Shade
#000000

Shades of #bae9ee color code

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

#bae9ee
#a5cfd3
#90b5b9
#7c9b9e
#678184
#526769
#3e4d4f
#293334
#14191a
#000000

Similar Color like #bae9ee color

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

#bbeaef
#bcebf0
#bdecf1
#beedf2
#bfeef3
#c0eff4
#c1f0f5
#c2f1f6
#c3f2f7
#c4f3f8
#c5f4f9
#c6f5fa
#c7f6fb
#c8f7fc
#b9e8ed
#b8e7ec
#b7e6eb
#b6e5ea
#b5e4e9
#b4e3e8
#b3e2e7
#b2e1e6
#b1e0e5
#b0dfe4
#afdee3
#aedde2
#addce1
#acdbe0

Monochromatic Color with #bae9ee

#bae9ee
#14191a
#354344
#566c6e
#789699
#99bfc3

Tints of #bae9ee Color

#bae9ee
#c1ebef
#c9edf1
#d1f0f3
#d8f2f5
#e0f5f7
#e8f7f9
#effafb
#f7fcfd
#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

#bae9ee
#eebfba

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

Split Complementary

#bae9ee
#eebacf
#eed9ba

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

Analogous Color

#baeede
#baeee9
#bae9ee
#badfee
#bad4ee

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

#bae9ee
#eebae9
#e9eeba

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

#bae9ee
#d9baee
#eebfba
#cfeeba

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

#bae9ee
#eebfba
#eed9ba
#bacfee

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

#bae9ee Color Code Preview on Black Background Color

This is how #bae9ee Color will look on black background color. Color contrast ratio is 15.98

#bae9ee in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bae9ee

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bae9ee

#bae9ee color code is use for CSS Background Color

Background color for the above div is #bae9ee

HTML with inline CSS

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

#bae9ee color code is use for CSS Border Color

CSS Border color for the above div is #bae9ee

HTML with inline CSS

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

CSS Border Left color for the above div is #bae9ee

HTML with inline CSS

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

CSS Border Right color for the above div is #bae9ee

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bae9ee

HTML with inline CSS

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

CSS Border Top color for the above div is #bae9ee

HTML with inline CSS

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

#bae9ee hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bae9ee Color code Preview on White Background

This is how #bae9ee Color code will look on white background color. Color contrast ratio is 1.31

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

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,238,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(238,191,186,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(186,233,238,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.