crispedge.com

Color picker

Loading...

#bdc6ed hex color - Blue - Cool color - Information

#bdc6ed hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #bdc6ed Color code in RGB color code model is created after adding 74.12% red color, 77.65% green color and 92.94% blue color. Hex #bdc6ed Color code in CMYK color (process color) code model is generated after subtraction of 20% cyan, 16% magenta, 0% yellow and 7% black.

Hex #bdc6ed color code is between #bbccee web safe hex color code and #ccbbdd web safe hex color code. #bbccee is the nearest web safe color code. You can see here many more shades of #bdc6ed color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebdc6ed#bdc6ed
RGB Decimal189, 198, 237rgb(189, 198, 237)
RGB Percent74%, 78%, 93%rgb(74%, 78%, 93%)
CSS RGBa189, 198, 237,1rgba(189,198,237,1)
CMYK Modelcmyk(20%,16%,0%,7%)
HSL Color Space229,57% ,84%hsl(229,57% ,84%)
HSV Color Space229°, 20%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101111011100011011101101
Octal275306355
Decimal189198237
Hexbdc6ed

Different shades of #bdc6ed color code.

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

Light Shade of #bdc6ed
#e5e9f8
Dark Shade of #bdc6ed
#95a3e2
Saturated Shade of #bdc6ed
#b9c3f1
Desaturated Shade of #bdc6ed
#c1c9e9
Grey scale Shade of #bdc6ed
#d5d5d5
Brighten Shade
#d6dfff
Most Readable Shade
#000000

Shades of #bdc6ed color code

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

#bdc6ed
#a8b0d2
#939ab8
#7e849e
#696e83
#545869
#3f424f
#2a2c34
#15161a
#000000

Similar Color like #bdc6ed color

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

#bec7ee
#bfc8ef
#c0c9f0
#c1caf1
#c2cbf2
#c3ccf3
#c4cdf4
#c5cef5
#c6cff6
#c7d0f7
#c8d1f8
#c9d2f9
#cad3fa
#cbd4fb
#bcc5ec
#bbc4eb
#bac3ea
#b9c2e9
#b8c1e8
#b7c0e7
#b6bfe6
#b5bee5
#b4bde4
#b3bce3
#b2bbe2
#b1bae1
#b0b9e0
#afb8df

Monochromatic Color with #bdc6ed

#bdc6ed
#141418
#353843
#575b6d
#797f98
#9ba2c2

Tints of #bdc6ed Color

#bdc6ed
#c4ccef
#cbd2f1
#d3d9f3
#dadff5
#e1e5f7
#e9ecf9
#f0f2fb
#f7f8fd
#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

#bdc6ed
#ede4bd

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

Split Complementary

#bdc6ed
#edccbd
#deedbd

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

Analogous Color

#bdd9ed
#bdd0ed
#bdc6ed
#bebded
#c7bded

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

#bdc6ed
#edbdc6
#c6edbd

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

#bdc6ed
#edbdde
#ede4bd
#bdedcc

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

#bdc6ed
#ede4bd
#deedbd
#ccbded

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

#bdc6ed Color Code Preview on Black Background Color

This is how #bdc6ed Color will look on black background color. Color contrast ratio is 12.46

#bdc6ed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdc6ed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdc6ed

#bdc6ed color code is use for CSS Background Color

Background color for the above div is #bdc6ed

HTML with inline CSS

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

#bdc6ed color code is use for CSS Border Color

CSS Border color for the above div is #bdc6ed

HTML with inline CSS

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

CSS Border Left color for the above div is #bdc6ed

HTML with inline CSS

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

CSS Border Right color for the above div is #bdc6ed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bdc6ed

HTML with inline CSS

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

CSS Border Top color for the above div is #bdc6ed

HTML with inline CSS

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

#bdc6ed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bdc6ed Color code Preview on White Background

This is how #bdc6ed Color code will look on white background color. Color contrast ratio is 1.68

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.