crispedge.com

Color picker

Loading...

#bcd8e2 hex color - Glacial Stream - Blue - Cool color - Information

#bcd8e2 hex color - Glacial Stream - Blue - Cool color

Color Hue/Base color: Blue

Hex #bcd8e2 Color Code is also known as Glacial Stream color.

Hex #bcd8e2 Color code in RGB color code model is created after adding 73.73% red color, 84.71% green color and 88.63% blue color. Hex #bcd8e2 Color code in CMYK color (process color) code model is generated after subtraction of 17% cyan, 4% magenta, 0% yellow and 11% black.

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

0 Likes 0 Comments | 12 Views

RGB Chart

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

Color Table

Hex Color Codebcd8e2#bcd8e2
RGB Decimal188, 216, 226rgb(188, 216, 226)
RGB Percent74%, 85%, 89%rgb(74%, 85%, 89%)
CSS RGBa188, 216, 226,1rgba(188,216,226,1)
CMYK Modelcmyk(17%,4%,0%,11%)
HSL Color Space196,40% ,81%hsl(196,40% ,81%)
HSV Color Space196°, 17%, 89%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101111001101100011100010
Octal274330342
Decimal188216226
Hexbcd8e2

Different shades of #bcd8e2 color code.

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

Light Shade of #bcd8e2
#e0edf1
Dark Shade of #bcd8e2
#98c3d3
Saturated Shade of #bcd8e2
#b7dae7
Desaturated Shade of #bcd8e2
#c1d6dd
Grey scale Shade of #bcd8e2
#cfcfcf
Brighten Shade
#d5f1fb
Most Readable Shade
#000000

Shades of #bcd8e2 color code

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

#bcd8e2
#a7c0c8
#92a8af
#7d9096
#68787d
#536064
#3e484b
#293032
#141819
#000000

Similar Color like #bcd8e2 color

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

#bdd9e3
#bedae4
#bfdbe5
#c0dce6
#c1dde7
#c2dee8
#c3dfe9
#c4e0ea
#c5e1eb
#c6e2ec
#c7e3ed
#c8e4ee
#c9e5ef
#cae6f0
#bbd7e1
#bad6e0
#b9d5df
#b8d4de
#b7d3dd
#b6d2dc
#b5d1db
#b4d0da
#b3cfd9
#b2ced8
#b1cdd7
#b0ccd6
#afcbd5
#aecad4

Monochromatic Color with #bcd8e2

#bcd8e2
#0b0d0d
#2f3638
#525e62
#75878d
#99afb7

Tints of #bcd8e2 Color

#bcd8e2
#c3dce5
#cae0e8
#d2e5eb
#d9e9ee
#e1edf2
#e8f2f5
#f0f6f8
#f7fafb
#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

#bcd8e2
#e2c6bc

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

Split Complementary

#bcd8e2
#e2bcc5
#e2d9bc

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

Analogous Color

#bce2dd
#bce0e2
#bcd8e2
#bcd0e2
#bcc9e2

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

#bcd8e2
#e2bcd8
#d8e2bc

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

#bcd8e2
#d9bce2
#e2c6bc
#c5e2bc

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

#bcd8e2
#e2c6bc
#e2d9bc
#bcc5e2

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 #bcd8e2 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.

#bcd8e2 Color Code Preview on Black Background Color

This is how #bcd8e2 Color will look on black background color. Color contrast ratio is 14.06

#bcd8e2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcd8e2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcd8e2

#bcd8e2 color code is use for CSS Background Color

Background color for the above div is #bcd8e2

HTML with inline CSS

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

#bcd8e2 color code is use for CSS Border Color

CSS Border color for the above div is #bcd8e2

HTML with inline CSS

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

CSS Border Left color for the above div is #bcd8e2

HTML with inline CSS

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

CSS Border Right color for the above div is #bcd8e2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bcd8e2

HTML with inline CSS

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

CSS Border Top color for the above div is #bcd8e2

HTML with inline CSS

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

#bcd8e2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bcd8e2 Color code Preview on White Background

This is how #bcd8e2 Color code will look on white background color. Color contrast ratio is 1.49

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

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

0 Likes 0 Comments | 12 Views

Post your comment:-

By submitting comment you agree to our privacy policy.