crispedge.com

Color picker

Loading...

#bce6ec hex color - Blue - Cool color - Information

#bce6ec hex color - Blue - Cool color

Color Hue/Base color: Blue

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

Hex #bce6ec color code is between #bbeeee web safe hex color code and #ccdddd web safe hex color code. #bbeeee is the nearest web safe color code. You can see here many more shades of #bce6ec color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebce6ec#bce6ec
RGB Decimal188, 230, 236rgb(188, 230, 236)
RGB Percent74%, 90%, 93%rgb(74%, 90%, 93%)
CSS RGBa188, 230, 236,1rgba(188,230,236,1)
CMYK Modelcmyk(20%,3%,0%,7%)
HSL Color Space188,56% ,83%hsl(188,56% ,83%)
HSV Color Space188°, 20%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101111001110011011101100
Octal274346354
Decimal188230236
Hexbce6ec

Different shades of #bce6ec color code.

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

Light Shade of #bce6ec
#e4f5f7
Dark Shade of #bce6ec
#94d7e1
Saturated Shade of #bce6ec
#b8e9f0
Desaturated Shade of #bce6ec
#c0e3e8
Grey scale Shade of #bce6ec
#d4d4d4
Brighten Shade
#d5ffff
Most Readable Shade
#000000

Shades of #bce6ec color code

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

#bce6ec
#a7ccd1
#92b2b7
#7d999d
#687f83
#536668
#3e4c4e
#293334
#14191a
#000000

Similar Color like #bce6ec color

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

#bde7ed
#bee8ee
#bfe9ef
#c0eaf0
#c1ebf1
#c2ecf2
#c3edf3
#c4eef4
#c5eff5
#c6f0f6
#c7f1f7
#c8f2f8
#c9f3f9
#caf4fa
#bbe5eb
#bae4ea
#b9e3e9
#b8e2e8
#b7e1e7
#b6e0e6
#b5dfe5
#b4dee4
#b3dde3
#b2dce2
#b1dbe1
#b0dae0
#afd9df
#aed8de

Monochromatic Color with #bce6ec

#bce6ec
#131717
#354042
#566a6c
#789397
#9abdc1

Tints of #bce6ec Color

#bce6ec
#c3e8ee
#caebf0
#d2eef2
#d9f1f4
#e1f3f6
#e8f6f8
#f0f9fa
#f7fcfc
#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

#bce6ec
#ecc2bc

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

Split Complementary

#bce6ec
#ecbcce
#ecdabc

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

Analogous Color

#bcecdf
#bcece8
#bce6ec
#bcdcec
#bcd3ec

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

#bce6ec
#ecbce6
#e6ecbc

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

#bce6ec
#dabcec
#ecc2bc
#ceecbc

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

#bce6ec
#ecc2bc
#ecdabc
#bcceec

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

#bce6ec Color Code Preview on Black Background Color

This is how #bce6ec Color will look on black background color. Color contrast ratio is 15.67

#bce6ec in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bce6ec

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bce6ec

#bce6ec color code is use for CSS Background Color

Background color for the above div is #bce6ec

HTML with inline CSS

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

#bce6ec color code is use for CSS Border Color

CSS Border color for the above div is #bce6ec

HTML with inline CSS

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

CSS Border Left color for the above div is #bce6ec

HTML with inline CSS

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

CSS Border Right color for the above div is #bce6ec

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bce6ec

HTML with inline CSS

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

CSS Border Top color for the above div is #bce6ec

HTML with inline CSS

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

#bce6ec hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bce6ec Color code Preview on White Background

This is how #bce6ec Color code will look on white background color. Color contrast ratio is 1.34

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

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,230,236,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(236,194,188,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(188,230,236,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.