crispedge.com

Color picker

Loading...

#bcdd9c hex color - Green - Cool color - Information

#bcdd9c hex color - Green - Cool color

Color Hue/Base color: Green

Hex #bcdd9c Color code in RGB color code model is created after adding 73.73% red color, 86.67% green color and 61.18% blue color. Hex #bcdd9c Color code in CMYK color (process color) code model is generated after subtraction of 15% cyan, 0% magenta, 29% yellow and 13% black.

Hex #bcdd9c color code is between #bbcc99 web safe hex color code and #cceeaa web safe hex color code. #bbcc99 is the nearest web safe color code. You can see here many more shades of #bcdd9c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebcdd9c#bcdd9c
RGB Decimal188, 221, 156rgb(188, 221, 156)
RGB Percent74%, 87%, 61%rgb(74%, 87%, 61%)
CSS RGBa188, 221, 156,1rgba(188,221,156,1)
CMYK Modelcmyk(15%,0%,29%,13%)
HSL Color Space90,49% ,74%hsl(90,49% ,74%)
HSV Color Space90°, 29%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101111001101110110011100
Octal274335234
Decimal188221156
Hexbcdd9c

Different shades of #bcdd9c color code.

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

Light Shade of #bcdd9c
#d6eac2
Dark Shade of #bcdd9c
#a2d076
Saturated Shade of #bcdd9c
#bce495
Desaturated Shade of #bcdd9c
#bcd6a3
Grey scale Shade of #bcdd9c
#bcbcbc
Brighten Shade
#d5f6b5
Most Readable Shade
#000000

Shades of #bcdd9c color code

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

#bcdd9c
#a7c48a
#92ab79
#7d9368
#687a56
#536245
#3e4934
#293122
#141811
#000000

Similar Color like #bcdd9c color

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

#bdde9d
#bedf9e
#bfe09f
#c0e1a0
#c1e2a1
#c2e3a2
#c3e4a3
#c4e5a4
#c5e6a5
#c6e7a6
#c7e8a7
#c8e9a8
#c9eaa9
#caebaa
#bbdc9b
#badb9a
#b9da99
#b8d998
#b7d897
#b6d796
#b5d695
#b4d594
#b3d493
#b2d392
#b1d291
#b0d190
#afd08f
#aecf8e

Monochromatic Color with #bcdd9c

#bcdd9c
#070806
#2b3324
#505d42
#748860
#98b37e

Tints of #bcdd9c Color

#bcdd9c
#c3e0a7
#cae4b2
#d2e8bd
#d9ecc8
#e1efd3
#e8f3de
#f0f7e9
#f7fbf4
#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

#bcdd9c
#bd9cdd

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

Split Complementary

#bcdd9c
#9d9cdd
#dd9cdd

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

Analogous Color

#d6dd9c
#c9dd9c
#bcdd9c
#afdd9c
#a2dd9c

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

#bcdd9c
#9cbcdd
#dd9cbc

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

#bcdd9c
#9cdcdd
#bd9cdd
#dd9c9c

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

#bcdd9c
#bd9cdd
#dd9cdd
#9cdd9d

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

#bcdd9c Color Code Preview on Black Background Color

This is how #bcdd9c Color will look on black background color. Color contrast ratio is 13.96

#bcdd9c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcdd9c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcdd9c

#bcdd9c color code is use for CSS Background Color

Background color for the above div is #bcdd9c

HTML with inline CSS

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

#bcdd9c color code is use for CSS Border Color

CSS Border color for the above div is #bcdd9c

HTML with inline CSS

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

CSS Border Left color for the above div is #bcdd9c

HTML with inline CSS

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

CSS Border Right color for the above div is #bcdd9c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bcdd9c

HTML with inline CSS

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

CSS Border Top color for the above div is #bcdd9c

HTML with inline CSS

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

#bcdd9c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bcdd9c Color code Preview on White Background

This is how #bcdd9c Color code will look on white background color. Color contrast ratio is 1.50

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

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