crispedge.com

Color picker

Loading...

#bdc79c hex color - Green - Warm color - Information

#bdc79c hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #bdc79c Color code in RGB color code model is created after adding 74.12% red color, 78.04% green color and 61.18% blue color. Hex #bdc79c Color code in CMYK color (process color) code model is generated after subtraction of 5% cyan, 0% magenta, 22% yellow and 22% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebdc79c#bdc79c
RGB Decimal189, 199, 156rgb(189, 199, 156)
RGB Percent74%, 78%, 61%rgb(74%, 78%, 61%)
CSS RGBa189, 199, 156,1rgba(189,199,156,1)
CMYK Modelcmyk(5%,0%,22%,22%)
HSL Color Space74,28% ,70%hsl(74,28% ,70%)
HSV Color Space74°, 22%, 78%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111011100011110011100
Octal275307234
Decimal189199156
Hexbdc79c

Different shades of #bdc79c color code.

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

Light Shade of #bdc79c
#d3d9bd
Dark Shade of #bdc79c
#a7b57b
Saturated Shade of #bdc79c
#c1cf94
Desaturated Shade of #bdc79c
#b9bfa4
Grey scale Shade of #bdc79c
#b1b1b1
Brighten Shade
#d6e0b5
Most Readable Shade
#000000

Shades of #bdc79c color code

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

#bdc79c
#a8b08a
#939a79
#7e8468
#696e56
#545845
#3f4234
#2a2c22
#151611
#000000

Similar Color like #bdc79c color

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

#bec89d
#bfc99e
#c0ca9f
#c1cba0
#c2cca1
#c3cda2
#c4cea3
#c5cfa4
#c6d0a5
#c7d1a6
#c8d2a7
#c9d3a8
#cad4a9
#cbd5aa
#bcc69b
#bbc59a
#bac499
#b9c398
#b8c297
#b7c196
#b6c095
#b5bf94
#b4be93
#b3bd92
#b2bc91
#b1bb90
#b0ba8f
#afb98e

Monochromatic Color with #bdc79c

#bdc79c
#e5f1bd
#1c1d17
#444738
#6c7259
#959c7b

Tints of #bdc79c Color

#bdc79c
#c4cda7
#cbd3b2
#d3d9bd
#dadfc8
#e1e6d3
#e9ecde
#f0f2e9
#f7f8f4
#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

#bdc79c
#a69cc7

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

Split Complementary

#bdc79c
#9ca8c7
#bc9cc7

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

Analogous Color

#c7c09c
#c6c79c
#bdc79c
#b4c79c
#acc79c

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

#bdc79c
#9cbdc7
#c79cbd

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

#bdc79c
#9cc7bb
#a69cc7
#c79ca7

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

#bdc79c
#a69cc7
#bc9cc7
#a8c79c

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

#bdc79c Color Code Preview on Black Background Color

This is how #bdc79c Color will look on black background color. Color contrast ratio is 11.81

#bdc79c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdc79c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdc79c

#bdc79c color code is use for CSS Background Color

Background color for the above div is #bdc79c

HTML with inline CSS

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

#bdc79c color code is use for CSS Border Color

CSS Border color for the above div is #bdc79c

HTML with inline CSS

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

CSS Border Left color for the above div is #bdc79c

HTML with inline CSS

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

CSS Border Right color for the above div is #bdc79c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bdc79c

HTML with inline CSS

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

CSS Border Top color for the above div is #bdc79c

HTML with inline CSS

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

#bdc79c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bdc79c Color code Preview on White Background

This is how #bdc79c Color code will look on white background color. Color contrast ratio is 1.78

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

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