crispedge.com

Color picker

Loading...

#bcbcee hex color - Blue - Cool color - Information

#bcbcee hex color - Blue - Cool color

Color Hue/Base color: Blue

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

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

0 Likes 0 Comments | 5 Views

RGB Chart

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

Color Table

Hex Color Codebcbcee#bcbcee
RGB Decimal188, 188, 238rgb(188, 188, 238)
RGB Percent74%, 74%, 93%rgb(74%, 74%, 93%)
CSS RGBa188, 188, 238,1rgba(188,188,238,1)
CMYK Modelcmyk(21%,21%,0%,7%)
HSL Color Space240,60% ,84%hsl(240,60% ,84%)
HSV Color Space240°, 21%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101111001011110011101110
Octal274274356
Decimal188188238
Hexbcbcee

Different shades of #bcbcee color code.

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

Light Shade of #bcbcee
#e5e5f8
Dark Shade of #bcbcee
#9393e4
Saturated Shade of #bcbcee
#b8b8f2
Desaturated Shade of #bcbcee
#c0c0ea
Grey scale Shade of #bcbcee
#d5d5d5
Brighten Shade
#d5d5ff
Most Readable Shade
#000000

Shades of #bcbcee color code

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

#bcbcee
#a7a7d3
#9292b9
#7d7d9e
#686884
#535369
#3e3e4f
#292934
#14141a
#000000

Similar Color like #bcbcee color

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

#bdbdef
#bebef0
#bfbff1
#c0c0f2
#c1c1f3
#c2c2f4
#c3c3f5
#c4c4f6
#c5c5f7
#c6c6f8
#c7c7f9
#c8c8fa
#c9c9fb
#cacafc
#bbbbed
#babaec
#b9b9eb
#b8b8ea
#b7b7e9
#b6b6e8
#b5b5e7
#b4b4e6
#b3b3e5
#b2b2e4
#b1b1e3
#b0b0e2
#afafe1
#aeaee0

Monochromatic Color with #bcbcee

#bcbcee
#14141a
#363644
#57576e
#797999
#9a9ac3

Tints of #bcbcee Color

#bcbcee
#c3c3ef
#cacaf1
#d2d2f3
#d9d9f5
#e1e1f7
#e8e8f9
#f0f0fb
#f7f7fd
#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

#bcbcee
#eeeebc

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

Split Complementary

#bcbcee
#eed5bc
#d5eebc

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

Analogous Color

#bcd0ee
#bcc6ee
#bcbcee
#c6bcee
#d0bcee

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

#bcbcee
#eebcbc
#bceebc

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

#bcbcee
#eebcd5
#eeeebc
#bceed5

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#bcbcee
#eeeebc
#d5eebc
#d5bcee

Double Complementary 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).

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

#bcbcee Color Code Preview on Black Background Color

This is how #bcbcee Color will look on black background color. Color contrast ratio is 11.57

#bcbcee in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcbcee

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcbcee

#bcbcee color code is use for CSS Background Color

Background color for the above div is #bcbcee

HTML with inline CSS

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

#bcbcee color code is use for CSS Border Color

CSS Border color for the above div is #bcbcee

HTML with inline CSS

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

CSS Border Left color for the above div is #bcbcee

HTML with inline CSS

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

CSS Border Right color for the above div is #bcbcee

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bcbcee

HTML with inline CSS

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

CSS Border Top color for the above div is #bcbcee

HTML with inline CSS

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

#bcbcee hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bcbcee Color code Preview on White Background

This is how #bcbcee Color code will look on white background color. Color contrast ratio is 1.82

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(188,188,238,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(238,238,188,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(188,188,238,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.