Skip to main content Skip to docs navigation

#bdf0ef 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 #bdf0ef Color code in RGB color code model is created after adding 74.12% red color, 94.12% green color and 93.73% blue color. Hex #bdf0ef Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 0% magenta, 0% yellow and 5.88% black.

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

RGB Chart

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

Color Table

Hex Color Code bdf0ef #bdf0ef
RGB Decimal 189, 240, 239 189, 240, 239
RGB Percent 74%, 94%, 94% rgb(74%, 94%, 94%)
CSS RGBa 189, 240, 239,1 rgba(189,240,239,1)
CMYK Model cmyk(21%,0%,0%,5.88%)
HSL Color Space 179,63% ,84% hsl(179,63% ,84%)
HSV Color Space 179°, 21%, 94%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10111101 11110000 11101111
Octal 275 360 357
Decimal 189 240 239
Hex bd f0 ef

Different shades of #bdf0ef color code.

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

Darkest of #bdf0ef
#40d4d1
Darker of #bdf0ef
#6adddb
Dark of #bdf0ef
#93e7e5
Base of #bdf0ef
#bdf0ef
Light of #bdf0ef
#e7f9f9
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

#bdf0ef
#f0bdbe

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

Split Complementary

#bdf0ef
#f0bdd8
#f0d6bd

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

Analogous Color

#bdf0d1
#bdf0da
#bdf0ef
#bde0f0
#bdcbf0

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

#bdf0ef
#f0efbd
#efbdf0

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

#bdf0ef
#efbdf0
#f0bdbe
#bef0bd

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

#bdf0ef
#d6bdf0
#f0bdbe
#d8f0bd

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

#2ab7b5
#40d4d1
#6adddb
#93e7e5
#bdf0ef
#e7f9f9
#ffffff
#ffffff
#ffffff

Tints of #bdf0ef Color

#bdf0ef
#c4f1f0
#cbf3f2
#d3f5f4
#daf6f6
#e1f8f7
#e9faf9
#f0fbfb
#f7fdfd
#ffffff

Shades of #bdf0ef color code

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

#bdf0ef
#a8d5d4
#93bab9
#7ea09f
#698584
#546a6a
#3f504f
#2a3535
#151a1a
#000000

Tones

#bdf0ef
#c5e8e7
#cde0df
#d5d8d8
#d7d7d7

Tones

Similar Color like #bdf0ef color

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

#bef1f0
#bff2f1
#c0f3f2
#c1f4f3
#c2f5f4
#c3f6f5
#c4f7f6
#c5f8f7
#c6f9f8
#c7faf9
#c8fbfa
#c9fcfb
#cafdfc
#cbfefd
#bcefee
#bbeeed
#baedec
#b9eceb
#b8ebea
#b7eae9
#b6e9e8
#b5e8e7
#b4e7e6
#b3e6e5
#b2e5e4
#b1e4e3
#b0e3e2
#afe2e1

Download this Light Blue

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

#bdf0ef Color Code Preview on Black Background Color

This is how #bdf0ef Color will look on black background color. Color contrast ratio is 16.87

#bdf0ef in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdf0ef

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdf0ef

#bdf0ef color code is use for CSS Background Color

Background color for the above div is #bdf0ef

HTML with inline CSS

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

#bdf0ef color code is use for CSS Border Color

CSS Border color for the above div is #bdf0ef

HTML with inline CSS

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

CSS Border Left color for the above div is #bdf0ef

HTML with inline CSS

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

CSS Border Right color for the above div is #bdf0ef

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bdf0ef

HTML with inline CSS

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

CSS Border Top color for the above div is #bdf0ef

HTML with inline CSS

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

#bdf0ef hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bdf0ef Color code Preview on White Background

This is how #bdf0ef Color code will look on white background color. Color contrast ratio is 1.24

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

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