Skip to main content Skip to docs navigation

#bdeded hex color | Download Light Blue 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 Cold Blooded and its hex is #BBEEEE Nearest Color Name

Color Hue/Base color: Blue

Hex #bdeded Color code in RGB color code model is created after adding 74.12% red color, 92.94% green color and 92.94% blue color. Hex #bdeded Color code in CMYK color (process color) code model is generated after subtraction of 20% cyan, 0% magenta, 0% yellow and 7.06% black.

Hex #bdeded color code is between #bbeeee web safe hex color code and #ccdddd web safe hex color code. #bbeeee is the nearest web safe color code. You can see here many more shades of #bdeded color code.

RGB Chart

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

Color Table

Hex Color Code bdeded #bdeded
RGB Decimal 189, 237, 237 189, 237, 237
RGB Percent 74%, 93%, 93% rgb(74%, 93%, 93%)
CSS RGBa 189, 237, 237,1 rgba(189,237,237,1)
CMYK Model cmyk(20%,0%,0%,7.06%)
HSL Color Space 180,57% ,84% hsl(180,57% ,84%)
HSV Color Space 180°, 20%, 93%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10111101 11101101 11101101
Octal 275 355 355
Decimal 189 237 237
Hex bd ed ed

Different shades of #bdeded color code.

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

Darkest of #bdeded
#45cccc
Darker of #bdeded
#6dd7d7
Dark of #bdeded
#95e2e2
Base of #bdeded
#bdeded
Light of #bdeded
#e5f8f8
Lighter
#ffffff
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

#bdeded
#edbdbd

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

Split Complementary

#bdeded
#edbdd5
#edd5bd

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

Analogous Color

#bdedd1
#bdedd9
#bdeded
#bddded
#bdc9ed

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

#bdeded
#ededbd
#edbded

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

#bdeded
#edbded
#edbdbd
#bdedbd

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

#bdeded
#d5bded
#edbdbd
#d5edbd

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

#30aeae
#45cccc
#6dd7d7
#95e2e2
#bdeded
#e5f8f8
#ffffff
#ffffff
#ffffff

Tints of #bdeded Color

#bdeded
#c4efef
#cbf1f1
#d3f3f3
#daf5f5
#e1f7f7
#e9f9f9
#f0fbfb
#f7fdfd
#ffffff

Shades of #bdeded color code

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

#bdeded
#a8d2d2
#93b8b8
#7e9e9e
#698383
#546969
#3f4f4f
#2a3434
#151a1a
#000000

Tones

#bdeded
#c5e5e5
#cedcdc
#d5d5d5
#d5d5d5

Tones

Similar Color like #bdeded color

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

#beeeee
#bfefef
#c0f0f0
#c1f1f1
#c2f2f2
#c3f3f3
#c4f4f4
#c5f5f5
#c6f6f6
#c7f7f7
#c8f8f8
#c9f9f9
#cafafa
#cbfbfb
#bcecec
#bbebeb
#baeaea
#b9e9e9
#b8e8e8
#b7e7e7
#b6e6e6
#b5e5e5
#b4e4e4
#b3e3e3
#b2e2e2
#b1e1e1
#b0e0e0
#afdfdf

Download this Light Blue

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

#bdeded Color Code Preview on Black Background Color

This is how #bdeded Color will look on black background color. Color contrast ratio is 16.50

#bdeded in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdeded

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdeded

#bdeded color code is use for CSS Background Color

Background color for the above div is #bdeded

HTML with inline CSS

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

#bdeded color code is use for CSS Border Color

CSS Border color for the above div is #bdeded

HTML with inline CSS

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

CSS Border Left color for the above div is #bdeded

HTML with inline CSS

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

CSS Border Right color for the above div is #bdeded

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bdeded

HTML with inline CSS

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

CSS Border Top color for the above div is #bdeded

HTML with inline CSS

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

#bdeded hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bdeded Color code Preview on White Background

This is how #bdeded Color code will look on white background color. Color contrast ratio is 1.27

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

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