crispedge.com

Color picker

Loading...

#bce8dd hex color - Aqua Oasis - Green - Cool color - Information

#bce8dd hex color - Aqua Oasis - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #bce8dd Color Code is also known as Aqua Oasis color.

Hex #bce8dd Color code in RGB color code model is created after adding 73.73% red color, 90.98% green color and 86.67% blue color. Hex #bce8dd Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 0% magenta, 5% yellow and 9% black.

Hex #bce8dd color code is between #bbeecc web safe hex color code and #ccddee web safe hex color code. #bbeecc is the nearest web safe color code. You can see here many more shades of #bce8dd color code.

0 Likes 0 Comments | 12 Views

RGB Chart

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

Color Table

Hex Color Codebce8dd#bce8dd
RGB Decimal188, 232, 221rgb(188, 232, 221)
RGB Percent74%, 91%, 87%rgb(74%, 91%, 87%)
CSS RGBa188, 232, 221,1rgba(188,232,221,1)
CMYK Modelcmyk(19%,0%,5%,9%)
HSL Color Space165,49% ,82%hsl(165,49% ,82%)
HSV Color Space165°, 19%, 91%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101111001110100011011101
Octal274350335
Decimal188232221
Hexbce8dd

Different shades of #bce8dd color code.

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

Light Shade of #bce8dd
#e2f5f0
Dark Shade of #bce8dd
#96dbca
Saturated Shade of #bce8dd
#b7ecdf
Desaturated Shade of #bce8dd
#c0e3db
Grey scale Shade of #bce8dd
#d2d2d2
Brighten Shade
#d5fff6
Most Readable Shade
#000000

Shades of #bce8dd color code

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

#bce8dd
#a7cec4
#92b4ab
#7d9a93
#68807a
#536762
#3e4d49
#293331
#141918
#000000

Similar Color like #bce8dd color

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

#bde9de
#beeadf
#bfebe0
#c0ece1
#c1ede2
#c2eee3
#c3efe4
#c4f0e5
#c5f1e6
#c6f2e7
#c7f3e8
#c8f4e9
#c9f5ea
#caf6eb
#bbe7dc
#bae6db
#b9e5da
#b8e4d9
#b7e3d8
#b6e2d7
#b5e1d6
#b4e0d5
#b3dfd4
#b2ded3
#b1ddd2
#b0dcd1
#afdbd0
#aedacf

Monochromatic Color with #bce8dd

#bce8dd
#101313
#323e3b
#556864
#77938c
#9abdb5

Tints of #bce8dd Color

#bce8dd
#c3eae0
#caede4
#d2efe8
#d9f2ec
#e1f4ef
#e8f7f3
#f0f9f7
#f7fcfb
#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

#bce8dd
#e8bcc7

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

Split Complementary

#bce8dd
#e8bcdd
#e8c7bc

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

Analogous Color

#bce8cb
#bce8d4
#bce8dd
#bce8e6
#bce1e8

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

#bce8dd
#ddbce8
#e8ddbc

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

#bce8dd
#c7bce8
#e8bcc7
#dde8bc

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

#bce8dd
#e8bcc7
#e8c7bc
#bcdde8

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

#bce8dd Color Code Preview on Black Background Color

This is how #bce8dd Color will look on black background color. Color contrast ratio is 15.73

#bce8dd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bce8dd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bce8dd

#bce8dd color code is use for CSS Background Color

Background color for the above div is #bce8dd

HTML with inline CSS

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

#bce8dd color code is use for CSS Border Color

CSS Border color for the above div is #bce8dd

HTML with inline CSS

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

CSS Border Left color for the above div is #bce8dd

HTML with inline CSS

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

CSS Border Right color for the above div is #bce8dd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bce8dd

HTML with inline CSS

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

CSS Border Top color for the above div is #bce8dd

HTML with inline CSS

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

#bce8dd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bce8dd Color code Preview on White Background

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

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,232,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(232,188,199,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(188,232,221,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.