Skip to main content Skip to docs navigation

#bdfedf 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 Peppermint Frosting and its hex is #B8FFEB Nearest Color Name

Color Hue/Base color: Blue

Hex #bdfedf Color code in RGB color code model is created after adding 74.12% red color, 99.61% green color and 87.45% blue color. Hex #bdfedf Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 0% magenta, 12% yellow and 0.39% black.

Hex #bdfedf color code is between #bbffdd web safe hex color code and #cceeee web safe hex color code. #bbffdd is the nearest web safe color code. You can see here many more shades of #bdfedf color code.

RGB Chart

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

Color Table

Hex Color Code bdfedf #bdfedf
RGB Decimal 189, 254, 223 189, 254, 223
RGB Percent 74%, 100%, 87% rgb(74%, 100%, 87%)
CSS RGBa 189, 254, 223,1 rgba(189,254,223,1)
CMYK Model cmyk(26%,0%,12%,0.39%)
HSL Color Space 151,97% ,87% hsl(151,97% ,87%)
HSV Color Space 151°, 26%, 100%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10111101 11111110 11011111
Octal 275 376 337
Decimal 189 254 223
Hex bd fe df

Different shades of #bdfedf color code.

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

Darkest of #bdfedf
#26fc96
Darker of #bdfedf
#59fcae
Dark of #bdfedf
#8bfdc7
Base of #bdfedf
#bdfedf
Light of #bdfedf
#effff7
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

#bdfedf
#febddc

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

Split Complementary

#bdfedf
#febdfd
#febebd

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

Analogous Color

#c1febd
#bdfec4
#bdfedf
#bdfef5
#bdecfe

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

#bdfedf
#fedfbd
#dfbdfe

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

#bdfedf
#dfbdfe
#febddc
#dcfebd

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

#bdfedf
#bebdfe
#febddc
#fdfebd

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

#04eb7d
#26fc96
#59fcae
#8bfdc7
#bdfedf
#effff7
#ffffff
#ffffff
#ffffff

Tints of #bdfedf Color

#bdfedf
#c4fee2
#cbfee6
#d3fee9
#dafeed
#e1fef0
#e9fef4
#f0fef7
#f7fefb
#ffffff

Shades of #bdfedf color code

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

#bdfedf
#a8e1c6
#93c5ad
#7ea994
#698d7b
#547063
#3f544a
#2a3831
#151c18
#000000

Tones

#bdfedf
#c4f7df
#caf1de
#d1eade
#d8e3de

Tones

Similar Color like #bdfedf color

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

#beffe0
#bfffe1
#c0ffe2
#c1ffe3
#c2ffe4
#c3ffe5
#c4ffe6
#c5ffe7
#c6ffe8
#c7ffe9
#c8ffea
#c9ffeb
#caffec
#cbffed
#bcfdde
#bbfcdd
#bafbdc
#b9fadb
#b8f9da
#b7f8d9
#b6f7d8
#b5f6d7
#b4f5d6
#b3f4d5
#b2f3d4
#b1f2d3
#b0f1d2
#aff0d1

Download this Light Blue

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

#bdfedf Color Code Preview on Black Background Color

This is how #bdfedf Color will look on black background color. Color contrast ratio is 18.41

#bdfedf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdfedf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdfedf

#bdfedf color code is use for CSS Background Color

Background color for the above div is #bdfedf

HTML with inline CSS

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

#bdfedf color code is use for CSS Border Color

CSS Border color for the above div is #bdfedf

HTML with inline CSS

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

CSS Border Left color for the above div is #bdfedf

HTML with inline CSS

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

CSS Border Right color for the above div is #bdfedf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bdfedf

HTML with inline CSS

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

CSS Border Top color for the above div is #bdfedf

HTML with inline CSS

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

#bdfedf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bdfedf Color code Preview on White Background

This is how #bdfedf Color code will look on white background color. Color contrast ratio is 1.14

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

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