crispedge.com

Color picker

Loading...

#bdc28c hex color - Green - Warm color - Information

#bdc28c hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #bdc28c Color code in RGB color code model is created after adding 74.12% red color, 76.08% green color and 54.9% blue color. Hex #bdc28c Color code in CMYK color (process color) code model is generated after subtraction of 3% cyan, 0% magenta, 28% yellow and 24% black.

Hex #bdc28c color code is between #bbbb88 web safe hex color code and #cccc99 web safe hex color code. #bbbb88 is the nearest web safe color code. You can see here many more shades of #bdc28c color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codebdc28c#bdc28c
RGB Decimal189, 194, 140rgb(189, 194, 140)
RGB Percent74%, 76%, 55%rgb(74%, 76%, 55%)
CSS RGBa189, 194, 140,1rgba(189,194,140,1)
CMYK Modelcmyk(3%,0%,28%,24%)
HSL Color Space66,31% ,65%hsl(66,31% ,65%)
HSV Color Space66°, 28%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111011100001010001100
Octal275302214
Decimal189194140
Hexbdc28c

Different shades of #bdc28c color code.

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

Light Shade of #bdc28c
#d0d4ad
Dark Shade of #bdc28c
#aab06b
Saturated Shade of #bdc28c
#c4cb83
Desaturated Shade of #bdc28c
#b6b995
Grey scale Shade of #bdc28c
#a7a7a7
Brighten Shade
#d6dba5
Most Readable Shade
#000000

Shades of #bdc28c color code

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

#bdc28c
#a8ac7c
#93966c
#7e815d
#696b4d
#54563e
#3f402e
#2a2b1f
#15150f
#000000

Similar Color like #bdc28c color

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

#bec38d
#bfc48e
#c0c58f
#c1c690
#c2c791
#c3c892
#c4c993
#c5ca94
#c6cb95
#c7cc96
#c8cd97
#c9ce98
#cacf99
#cbd09a
#bcc18b
#bbc08a
#babf89
#b9be88
#b8bd87
#b7bc86
#b6bb85
#b5ba84
#b4b983
#b3b882
#b2b781
#b1b680
#b0b57f
#afb47e

Monochromatic Color with #bdc28c

#bdc28c
#e6ecab
#171811
#414230
#6a6d4f
#94976d

Tints of #bdc28c Color

#bdc28c
#c4c898
#cbcfa5
#d3d6b2
#daddbf
#e1e3cb
#e9ead8
#f0f1e5
#f7f8f2
#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

#bdc28c
#918cc2

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

Split Complementary

#bdc28c
#8ca2c2
#ac8cc2

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

Analogous Color

#c2b18c
#c2bc8c
#bdc28c
#b2c28c
#a7c28c

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

#bdc28c
#8cbdc2
#c28cbd

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

#bdc28c
#8cc2ac
#918cc2
#c28ca2

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

#bdc28c
#918cc2
#ac8cc2
#a2c28c

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

#bdc28c Color Code Preview on Black Background Color

This is how #bdc28c Color will look on black background color. Color contrast ratio is 11.26

#bdc28c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdc28c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdc28c

#bdc28c color code is use for CSS Background Color

Background color for the above div is #bdc28c

HTML with inline CSS

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

#bdc28c color code is use for CSS Border Color

CSS Border color for the above div is #bdc28c

HTML with inline CSS

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

CSS Border Left color for the above div is #bdc28c

HTML with inline CSS

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

CSS Border Right color for the above div is #bdc28c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bdc28c

HTML with inline CSS

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

CSS Border Top color for the above div is #bdc28c

HTML with inline CSS

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

#bdc28c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bdc28c Color code Preview on White Background

This is how #bdc28c Color code will look on white background color. Color contrast ratio is 1.87

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

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(189,194,140,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(145,140,194,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(189,194,140,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.