Skip to main content Skip to docs navigation

#bcffec 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 Summer Cloud and its hex is #BBFFEE Nearest Color Name

Color Hue/Base color: Blue

Hex #bcffec Color code in RGB color code model is created after adding 73.73% red color, 100% green color and 92.55% blue color. Hex #bcffec Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 0% magenta, 7% yellow and 0% black.

Hex #bcffec 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 #bcffec color code.

RGB Chart

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

Color Table

Hex Color Code bcffec #bcffec
RGB Decimal 188, 255, 236 188, 255, 236
RGB Percent 74%, 100%, 93% rgb(74%, 100%, 93%)
CSS RGBa 188, 255, 236,1 rgba(188,255,236,1)
CMYK Model cmyk(26%,0%,7%,0%)
HSL Color Space 163,100% ,87% hsl(163,100% ,87%)
HSV Color Space 163°, 26%, 100%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10111100 11111111 11101100
Octal 274 377 354
Decimal 188 255 236
Hex bc ff ec

Different shades of #bcffec color code.

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

Darkest of #bcffec
#23ffc1
Darker of #bcffec
#56ffcf
Dark of #bcffec
#89ffde
Base of #bcffec
#bcffec
Light of #bcffec
#effffa
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

#bcffec
#ffbccf

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

Split Complementary

#bcffec
#ffbcf0
#ffcabc

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

Analogous Color

#bcffc5
#bcffd0
#bcffec
#bcfcff
#bce0ff

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

#bcffec
#ffecbc
#ecbcff

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

#bcffec
#ecbcff
#ffbccf
#cfffbc

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

#bcffec
#cabcff
#ffbccf
#f0ffbc

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

#00efab
#23ffc1
#56ffcf
#89ffde
#bcffec
#effffa
#ffffff
#ffffff
#ffffff

Tints of #bcffec Color

#bcffec
#c3ffee
#cafff0
#d2fff2
#d9fff4
#e1fff6
#e8fff8
#f0fffa
#f7fffc
#ffffff

Shades of #bcffec color code

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

#bcffec
#a7e2d1
#92c6b7
#7daa9d
#688d83
#537168
#3e554e
#293834
#141c1a
#000000

Tones

#bcffec
#c3f8e9
#c9f2e6
#d0ebe3
#d7e4e0

Tones

Similar Color like #bcffec color

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

#bdffed
#beffee
#bfffef
#c0fff0
#c1fff1
#c2fff2
#c3fff3
#c4fff4
#c5fff5
#c6fff6
#c7fff7
#c8fff8
#c9fff9
#cafffa
#bbfeeb
#bafdea
#b9fce9
#b8fbe8
#b7fae7
#b6f9e6
#b5f8e5
#b4f7e4
#b3f6e3
#b2f5e2
#b1f4e1
#b0f3e0
#aff2df
#aef1de

Download this Light Blue

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

#bcffec Color Code Preview on Black Background Color

This is how #bcffec Color will look on black background color. Color contrast ratio is 18.65

#bcffec in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcffec

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcffec

#bcffec color code is use for CSS Background Color

Background color for the above div is #bcffec

HTML with inline CSS

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

#bcffec color code is use for CSS Border Color

CSS Border color for the above div is #bcffec

HTML with inline CSS

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

CSS Border Left color for the above div is #bcffec

HTML with inline CSS

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

CSS Border Right color for the above div is #bcffec

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bcffec

HTML with inline CSS

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

CSS Border Top color for the above div is #bcffec

HTML with inline CSS

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

#bcffec hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bcffec Color code Preview on White Background

This is how #bcffec Color code will look on white background color. Color contrast ratio is 1.13

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

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