Skip to main content Skip to docs navigation

#bcbcf0 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 Vodka and its hex is #BFC0EE Nearest Color Name

Color Hue/Base color: Blue

Hex #bcbcf0 Color code in RGB color code model is created after adding 73.73% red color, 73.73% green color and 94.12% blue color. Hex #bcbcf0 Color code in CMYK color (process color) code model is generated after subtraction of 22% cyan, 22% magenta, 0% yellow and 5.88% black.

Hex #bcbcf0 color code is between #bbbbee web safe hex color code and #ccccff web safe hex color code. #bbbbee is the nearest web safe color code. You can see here many more shades of #bcbcf0 color code.

RGB Chart

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

Color Table

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

Color in numbers

Type Red Green Blue
Binary 10111100 10111100 11110000
Octal 274 274 360
Decimal 188 188 240
Hex bc bc f0

Different shades of #bcbcf0 color code.

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

Darkest of #bcbcf0
#3f3fd4
Darker of #bcbcf0
#6969dd
Dark of #bcbcf0
#9292e7
Base of #bcbcf0
#bcbcf0
Light of #bcbcf0
#e6e6f9
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

#bcbcf0
#f0f0bc

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

Split Complementary

#bcbcf0
#f0d6bc
#d6f0bc

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

Analogous Color

#bcdaf0
#bcd2f0
#bcbcf0
#cdbcf0
#e3bcf0

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

#bcbcf0
#bcf0bc
#f0bcbc

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

#bcbcf0
#f0bcbc
#f0f0bc
#bcf0f0

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

#bcbcf0
#f0bcd6
#f0f0bc
#bcf0d6

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

#2929b7
#3f3fd4
#6969dd
#9292e7
#bcbcf0
#e6e6f9
#ffffff
#ffffff
#ffffff

Tints of #bcbcf0 Color

#bcbcf0
#c3c3f1
#cacaf3
#d2d2f5
#d9d9f6
#e1e1f8
#e8e8fa
#f0f0fb
#f7f7fd
#ffffff

Shades of #bcbcf0 color code

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

#bcbcf0
#a7a7d5
#9292ba
#7d7da0
#686885
#53536a
#3e3e50
#292935
#14141a
#000000

Tones

#bcbcf0
#c4c4e8
#cccce0
#d5d5d7
#d6d6d6

Tones

Similar Color like #bcbcf0 color

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

#bdbdf1
#bebef2
#bfbff3
#c0c0f4
#c1c1f5
#c2c2f6
#c3c3f7
#c4c4f8
#c5c5f9
#c6c6fa
#c7c7fb
#c8c8fc
#c9c9fd
#cacafe
#bbbbef
#babaee
#b9b9ed
#b8b8ec
#b7b7eb
#b6b6ea
#b5b5e9
#b4b4e8
#b3b3e7
#b2b2e6
#b1b1e5
#b0b0e4
#afafe3
#aeaee2

Download this Light Blue

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

#bcbcf0 Color Code Preview on Black Background Color

This is how #bcbcf0 Color will look on black background color. Color contrast ratio is 11.59

#bcbcf0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcbcf0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcbcf0

#bcbcf0 color code is use for CSS Background Color

Background color for the above div is #bcbcf0

HTML with inline CSS

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

#bcbcf0 color code is use for CSS Border Color

CSS Border color for the above div is #bcbcf0

HTML with inline CSS

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

CSS Border Left color for the above div is #bcbcf0

HTML with inline CSS

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

CSS Border Right color for the above div is #bcbcf0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bcbcf0

HTML with inline CSS

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

CSS Border Top color for the above div is #bcbcf0

HTML with inline CSS

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

#bcbcf0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bcbcf0 Color code Preview on White Background

This is how #bcbcf0 Color code will look on white background color. Color contrast ratio is 1.81

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

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