crispedge.com

Color picker

Loading...

#bcce7c hex color - Green - Warm color - Information

#bcce7c hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

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

Hex #bcce7c color code is between #bbcc77 web safe hex color code and #ccdd88 web safe hex color code. #bbcc77 is the nearest web safe color code. You can see here many more shades of #bcce7c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebcce7c#bcce7c
RGB Decimal188, 206, 124rgb(188, 206, 124)
RGB Percent74%, 81%, 49%rgb(74%, 81%, 49%)
CSS RGBa188, 206, 124,1rgba(188,206,124,1)
CMYK Modelcmyk(9%,0%,40%,19%)
HSL Color Space73,46% ,65%hsl(73,46% ,65%)
HSV Color Space73°, 40%, 81%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111001100111001111100
Octal274316174
Decimal188206124
Hexbcce7c

Different shades of #bcce7c color code.

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

Light Shade of #bcce7c
#cfdca1
Dark Shade of #bcce7c
#a9c057
Saturated Shade of #bcce7c
#c1d773
Desaturated Shade of #bcce7c
#b7c585
Grey scale Shade of #bcce7c
#a5a5a5
Brighten Shade
#d5e795
Most Readable Shade
#000000

Shades of #bcce7c color code

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

#bcce7c
#a7b76e
#92a060
#7d8952
#687244
#535b37
#3e4429
#292d1b
#14160d
#000000

Similar Color like #bcce7c color

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

#bdcf7d
#bed07e
#bfd17f
#c0d280
#c1d381
#c2d482
#c3d583
#c4d684
#c5d785
#c6d886
#c7d987
#c8da88
#c9db89
#cadc8a
#bbcd7b
#bacc7a
#b9cb79
#b8ca78
#b7c977
#b6c876
#b5c775
#b4c674
#b3c573
#b2c472
#b1c371
#b0c270
#afc16f
#aec06e

Monochromatic Color with #bcce7c

#bcce7c
#e3f896
#212416
#484e2f
#6e7949
#95a362

Tints of #bcce7c Color

#bcce7c
#c3d38a
#cad899
#d2dea7
#d9e3b6
#e1e9c4
#e8eed3
#f0f4e1
#f7f9f0
#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

#bcce7c
#8e7cce

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

Split Complementary

#bcce7c
#7c93ce
#b77cce

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

Analogous Color

#cebf7c
#ccce7c
#bcce7c
#acce7c
#9bce7c

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

#bcce7c
#7cbcce
#ce7cbc

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

#bcce7c
#7cceb7
#8e7cce
#ce7c93

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

#bcce7c
#8e7cce
#b77cce
#93ce7c

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

#bcce7c Color Code Preview on Black Background Color

This is how #bcce7c Color will look on black background color. Color contrast ratio is 12.26

#bcce7c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcce7c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcce7c

#bcce7c color code is use for CSS Background Color

Background color for the above div is #bcce7c

HTML with inline CSS

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

#bcce7c color code is use for CSS Border Color

CSS Border color for the above div is #bcce7c

HTML with inline CSS

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

CSS Border Left color for the above div is #bcce7c

HTML with inline CSS

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

CSS Border Right color for the above div is #bcce7c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bcce7c

HTML with inline CSS

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

CSS Border Top color for the above div is #bcce7c

HTML with inline CSS

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

#bcce7c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bcce7c Color code Preview on White Background

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

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,206,124,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(142,124,206,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(188,206,124,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.