crispedge.com

Color picker

Loading...

#bec8db hex color - Blue - Cool color - Information

#bec8db hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

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

Hex #bec8db 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 #bec8db color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebec8db#bec8db
RGB Decimal190, 200, 219rgb(190, 200, 219)
RGB Percent75%, 78%, 86%rgb(75%, 78%, 86%)
CSS RGBa190, 200, 219,1rgba(190,200,219,1)
CMYK Modelcmyk(13%,9%,0%,14%)
HSL Color Space219,29% ,80%hsl(219,29% ,80%)
HSV Color Space219°, 13%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101111101100100011011011
Octal276310333
Decimal190200219
Hexbec8db

Different shades of #bec8db color code.

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

Light Shade of #bec8db
#dfe4ed
Dark Shade of #bec8db
#9dacc9
Saturated Shade of #bec8db
#b9c6e0
Desaturated Shade of #bec8db
#c3cad6
Grey scale Shade of #bec8db
#cccccc
Brighten Shade
#d7e1f4
Most Readable Shade
#000000

Shades of #bec8db color code

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

#bec8db
#a8b1c2
#939baa
#7e8592
#696f79
#545861
#3f4249
#2a2c30
#151618
#000000

Similar Color like #bec8db color

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

#bfc9dc
#c0cadd
#c1cbde
#c2ccdf
#c3cde0
#c4cee1
#c5cfe2
#c6d0e3
#c7d1e4
#c8d2e5
#c9d3e6
#cad4e7
#cbd5e8
#ccd6e9
#bdc7da
#bcc6d9
#bbc5d8
#bac4d7
#b9c3d6
#b8c2d5
#b7c1d4
#b6c0d3
#b5bfd2
#b4bed1
#b3bdd0
#b2bccf
#b1bbce
#b0bacd

Monochromatic Color with #bec8db

#bec8db
#060606
#2a2d31
#4f545b
#747a86
#99a1b0

Tints of #bec8db Color

#bec8db
#c5cedf
#ccd4e3
#d3dae7
#dae0eb
#e2e6ef
#e9ecf3
#f0f2f7
#f7f8fb
#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

#bec8db
#dbd1be

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

Split Complementary

#bec8db
#dbc3be
#d6dbbe

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

Analogous Color

#bed4db
#becedb
#bec8db
#bec2db
#c0bedb

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

#bec8db
#dbbec8
#c8dbbe

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

#bec8db
#dbbed6
#dbd1be
#bedbc2

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

#bec8db
#dbd1be
#d6dbbe
#c3bedb

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

#bec8db Color Code Preview on Black Background Color

This is how #bec8db Color will look on black background color. Color contrast ratio is 12.47

#bec8db in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bec8db

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bec8db

#bec8db color code is use for CSS Background Color

Background color for the above div is #bec8db

HTML with inline CSS

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

#bec8db color code is use for CSS Border Color

CSS Border color for the above div is #bec8db

HTML with inline CSS

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

CSS Border Left color for the above div is #bec8db

HTML with inline CSS

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

CSS Border Right color for the above div is #bec8db

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bec8db

HTML with inline CSS

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

CSS Border Top color for the above div is #bec8db

HTML with inline CSS

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

#bec8db hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bec8db Color code Preview on White Background

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

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,200,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(219,209,190,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(190,200,219,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.