@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#bcedca hex color - Green - Cool color - Information

#bcedca hex color - Green - Cool color

Color Hue/Base color: Green

Hex #bcedca Color code in RGB color code model is created after adding 73.73% red color, 92.94% green color and 79.22% blue color. Hex #bcedca Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 0% magenta, 15% yellow and 7.06% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code bcedca #bcedca
RGB Decimal 188, 237, 202 rgb(188, 237, 202)
RGB Percent 74%, 93%, 79% rgb(74%, 93%, 79%)
CSS RGBa 188, 237, 202,1 rgba(188,237,202,1)
CMYK Model cmyk(21%,0%,15%,7.06%)
HSL Color Space 137,58% ,83% hsl(137,58% ,83%)
HSV Color Space 137°, 21%, 93%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10111100 11101101 11001010
Octal 274 355 312
Decimal 188 237 202
Hex bc ed ca

Different shades of #bcedca color code.

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

Light Shade of #bcedca
#e4f8ea
Dark Shade of #bcedca
#94e2aa
Saturated Shade of #bcedca
#b8f1c8
Desaturated Shade of #bcedca
#c0e9cc
Grey scale Shade of #bcedca
#d4d4d4
Brighten Shade
#d5ffe3
Most Readable Shade
#000000

Shades of #bcedca color code

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

#bcedca
#a7d2b3
#92b89d
#7d9e86
#688370
#536959
#3e4f43
#29342c
#141a16
#000000

Similar Color like #bcedca color

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

#bdeecb
#beefcc
#bff0cd
#c0f1ce
#c1f2cf
#c2f3d0
#c3f4d1
#c4f5d2
#c5f6d3
#c6f7d4
#c7f8d5
#c8f9d6
#c9fad7
#cafbd8
#bbecc9
#baebc8
#b9eac7
#b8e9c6
#b7e8c5
#b6e7c4
#b5e6c3
#b4e5c2
#b3e4c1
#b2e3c0
#b1e2bf
#b0e1be
#afe0bd
#aedfbc

Monochromatic Color with #bcedca

#bcedca
#131815
#354339
#576d5d
#799882
#9ac2a6

Tints of #bcedca Color

#bcedca
#c3efcf
#caf1d5
#d2f3db
#d9f5e1
#e1f7e7
#e8f9ed
#f0fbf3
#f7fdf9
#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

#bcedca
#edbcdf

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

Split Complementary

#bcedca
#e2bced
#edbcc7

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

Analogous Color

#c2edbc
#bcedc0
#bcedca
#bcedd4
#bcedde

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

#bcedca
#cabced
#edcabc

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

#bcedca
#bcc6ed
#edbcdf
#ede2bc

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

#bcedca
#edbcdf
#edbcc7
#bcede2

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

#bcedca Color Code Preview on Black Background Color

This is how #bcedca Color will look on black background color. Color contrast ratio is 16.10

#bcedca in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcedca

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcedca

#bcedca color code is use for CSS Background Color

Background color for the above div is #bcedca

HTML with inline CSS

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

#bcedca color code is use for CSS Border Color

CSS Border color for the above div is #bcedca

HTML with inline CSS

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

CSS Border Left color for the above div is #bcedca

HTML with inline CSS

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

CSS Border Right color for the above div is #bcedca

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bcedca

HTML with inline CSS

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

CSS Border Top color for the above div is #bcedca

HTML with inline CSS

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

#bcedca hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bcedca Color code Preview on White Background

This is how #bcedca Color code will look on white background color. Color contrast ratio is 1.30

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

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,237,202,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(237,188,223,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(188,237,202,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.