crispedge.com

Color picker

Loading...

#bec6da hex color - Blue - Cool color - Information

#bec6da hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #bec6da Color code in RGB color code model is created after adding 74.51% red color, 77.65% green color and 85.49% blue color. Hex #bec6da Color code in CMYK color (process color) code model is generated after subtraction of 13% cyan, 9% magenta, 0% yellow and 15% black.

Hex #bec6da color code is between #bbccdd web safe hex color code and #ccbbcc web safe hex color code. #bbccdd is the nearest web safe color code. You can see here many more shades of #bec6da color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebec6da#bec6da
RGB Decimal190, 198, 218rgb(190, 198, 218)
RGB Percent75%, 78%, 85%rgb(75%, 78%, 85%)
CSS RGBa190, 198, 218,1rgba(190,198,218,1)
CMYK Modelcmyk(13%,9%,0%,15%)
HSL Color Space223,27% ,80%hsl(223,27% ,80%)
HSV Color Space223°, 13%, 85%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101111101100011011011010
Octal276306332
Decimal190198218
Hexbec6da

Different shades of #bec6da color code.

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

Light Shade of #bec6da
#dfe3ec
Dark Shade of #bec6da
#9eaac7
Saturated Shade of #bec6da
#b9c4df
Desaturated Shade of #bec6da
#c3c8d5
Grey scale Shade of #bec6da
#cccccc
Brighten Shade
#d7dff3
Most Readable Shade
#000000

Shades of #bec6da color code

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

#bec6da
#a8b0c1
#939aa9
#7e8491
#696e79
#545860
#3f4248
#2a2c30
#151618
#000000

Similar Color like #bec6da color

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

#bfc7db
#c0c8dc
#c1c9dd
#c2cade
#c3cbdf
#c4cce0
#c5cde1
#c6cee2
#c7cfe3
#c8d0e4
#c9d1e5
#cad2e6
#cbd3e7
#ccd4e8
#bdc5d9
#bcc4d8
#bbc3d7
#bac2d6
#b9c1d5
#b8c0d4
#b7bfd3
#b6bed2
#b5bdd1
#b4bcd0
#b3bbcf
#b2bace
#b1b9cd
#b0b8cc

Monochromatic Color with #bec6da

#bec6da
#050505
#2a2c30
#4f525a
#747985
#999faf

Tints of #bec6da Color

#bec6da
#c5ccde
#ccd2e2
#d3d9e6
#dadfea
#e2e5ee
#e9ecf2
#f0f2f6
#f7f8fa
#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

#bec6da
#dad2be

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

Split Complementary

#bec6da
#dac4be
#d4dabe

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

Analogous Color

#bed1da
#beccda
#bec6da
#bec0da
#c1beda

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

#bec6da
#dabec6
#c6dabe

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

#bec6da
#dabed4
#dad2be
#bedac4

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

#bec6da
#dad2be
#d4dabe
#c4beda

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

#bec6da Color Code Preview on Black Background Color

This is how #bec6da Color will look on black background color. Color contrast ratio is 12.28

#bec6da in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bec6da

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bec6da

#bec6da color code is use for CSS Background Color

Background color for the above div is #bec6da

HTML with inline CSS

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

#bec6da color code is use for CSS Border Color

CSS Border color for the above div is #bec6da

HTML with inline CSS

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

CSS Border Left color for the above div is #bec6da

HTML with inline CSS

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

CSS Border Right color for the above div is #bec6da

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bec6da

HTML with inline CSS

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

CSS Border Top color for the above div is #bec6da

HTML with inline CSS

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

#bec6da hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bec6da Color code Preview on White Background

This is how #bec6da Color code will look on white background color. Color contrast ratio is 1.71

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

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(190,198,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(218,210,190,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(190,198,218,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.