Skip to main content Skip to docs navigation

#b1eded 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 Mint Macaron and its hex is #AFEEEE Nearest Color Name

Color Hue/Base color: Blue

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

Hex #b1eded color code is between #aaeeee web safe hex color code and #bbdddd web safe hex color code. #aaeeee is the nearest web safe color code. You can see here many more shades of #b1eded color code.

RGB Chart

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

Color Table

Hex Color Code b1eded #b1eded
RGB Decimal 177, 237, 237 177, 237, 237
RGB Percent 69%, 93%, 93% rgb(69%, 93%, 93%)
CSS RGBa 177, 237, 237,1 rgba(177,237,237,1)
CMYK Model cmyk(25%,0%,0%,7.06%)
HSL Color Space 180,63% ,81% hsl(180,63% ,81%)
HSV Color Space 180°, 25%, 93%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10110001 11101101 11101101
Octal 261 355 355
Decimal 177 237 237
Hex b1 ed ed

Different shades of #b1eded color code.

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

Darkest of #b1eded
#35d0d0
Darker of #b1eded
#5edada
Dark of #b1eded
#88e3e3
Base of #b1eded
#b1eded
Light of #b1eded
#daf7f7
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

#b1eded
#edb1b1

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

Split Complementary

#b1eded
#edb1cf
#edcfb1

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

Analogous Color

#b1edca
#b1edd4
#b1eded
#b1d9ed
#b1c0ed

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

#b1eded
#ededb1
#edb1ed

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

#b1eded
#edb1ed
#edb1b1
#b1edb1

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

#b1eded
#cfb1ed
#edb1b1
#cfedb1

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

#27abab
#35d0d0
#5edada
#88e3e3
#b1eded
#daf7f7
#ffffff
#ffffff
#ffffff

Tints of #b1eded Color

#b1eded
#b9efef
#c2f1f1
#cbf3f3
#d3f5f5
#dcf7f7
#e5f9f9
#edfbfb
#f6fdfd
#ffffff

Shades of #b1eded color code

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

#b1eded
#9dd2d2
#89b8b8
#769e9e
#628383
#4e6969
#3b4f4f
#273434
#131a1a
#000000

Tones

#b1eded
#bbe3e3
#c4dada
#ced0d0
#cfcfcf

Tones

Similar Color like #b1eded color

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

#b2eeee
#b3efef
#b4f0f0
#b5f1f1
#b6f2f2
#b7f3f3
#b8f4f4
#b9f5f5
#baf6f6
#bbf7f7
#bcf8f8
#bdf9f9
#befafa
#bffbfb
#b0ecec
#afebeb
#aeeaea
#ade9e9
#ace8e8
#abe7e7
#aae6e6
#a9e5e5
#a8e4e4
#a7e3e3
#a6e2e2
#a5e1e1
#a4e0e0
#a3dfdf

Download this Light Blue

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

#b1eded Color Code Preview on Black Background Color

This is how #b1eded Color will look on black background color. Color contrast ratio is 16.21

#b1eded in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b1eded

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b1eded

#b1eded color code is use for CSS Background Color

Background color for the above div is #b1eded

HTML with inline CSS

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

#b1eded color code is use for CSS Border Color

CSS Border color for the above div is #b1eded

HTML with inline CSS

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

CSS Border Left color for the above div is #b1eded

HTML with inline CSS

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

CSS Border Right color for the above div is #b1eded

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b1eded

HTML with inline CSS

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

CSS Border Top color for the above div is #b1eded

HTML with inline CSS

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

#b1eded hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b1eded Color code Preview on White Background

This is how #b1eded Color code will look on white background color. Color contrast ratio is 1.30

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

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