crispedge.com

Color picker

Loading...

#bdca9e hex color - Green - Warm color - Information

#bdca9e hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #bdca9e Color code in RGB color code model is created after adding 74.12% red color, 79.22% green color and 61.96% blue color. Hex #bdca9e Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 0% magenta, 22% yellow and 21% black.

Hex #bdca9e 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 #bdca9e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebdca9e#bdca9e
RGB Decimal189, 202, 158rgb(189, 202, 158)
RGB Percent74%, 79%, 62%rgb(74%, 79%, 62%)
CSS RGBa189, 202, 158,1rgba(189,202,158,1)
CMYK Modelcmyk(6%,0%,22%,21%)
HSL Color Space78,29% ,71%hsl(78,29% ,71%)
HSV Color Space78°, 22%, 79%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111011100101010011110
Octal275312236
Decimal189202158
Hexbdca9e

Different shades of #bdca9e color code.

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

Light Shade of #bdca9e
#d3dcbf
Dark Shade of #bdca9e
#a7b87d
Saturated Shade of #bdca9e
#c0d196
Desaturated Shade of #bdca9e
#bac2a5
Grey scale Shade of #bdca9e
#b4b4b4
Brighten Shade
#d6e3b7
Most Readable Shade
#000000

Shades of #bdca9e color code

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

#bdca9e
#a8b38c
#939d7a
#7e8669
#697057
#545946
#3f4334
#2a2c23
#151611
#000000

Similar Color like #bdca9e color

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

#becb9f
#bfcca0
#c0cda1
#c1cea2
#c2cfa3
#c3d0a4
#c4d1a5
#c5d2a6
#c6d3a7
#c7d4a8
#c8d5a9
#c9d6aa
#cad7ab
#cbd8ac
#bcc99d
#bbc89c
#bac79b
#b9c69a
#b8c599
#b7c498
#b6c397
#b5c296
#b4c195
#b3c094
#b2bf93
#b1be92
#b0bd91
#afbc90

Monochromatic Color with #bdca9e

#bdca9e
#e5f4bf
#1e2019
#464a3a
#6d755c
#959f7d

Tints of #bdca9e Color

#bdca9e
#c4cfa8
#cbd5b3
#d3dbbe
#dae1c9
#e1e7d3
#e9edde
#f0f3e9
#f7f9f4
#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

#bdca9e
#ab9eca

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

Split Complementary

#bdca9e
#9ea7ca
#c19eca

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

Analogous Color

#cac59e
#c6ca9e
#bdca9e
#b4ca9e
#abca9e

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

#bdca9e
#9ebdca
#ca9ebd

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

#bdca9e
#9ecac1
#ab9eca
#ca9ea7

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

#bdca9e
#ab9eca
#c19eca
#a7ca9e

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

#bdca9e Color Code Preview on Black Background Color

This is how #bdca9e Color will look on black background color. Color contrast ratio is 12.11

#bdca9e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdca9e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdca9e

#bdca9e color code is use for CSS Background Color

Background color for the above div is #bdca9e

HTML with inline CSS

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

#bdca9e color code is use for CSS Border Color

CSS Border color for the above div is #bdca9e

HTML with inline CSS

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

CSS Border Left color for the above div is #bdca9e

HTML with inline CSS

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

CSS Border Right color for the above div is #bdca9e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bdca9e

HTML with inline CSS

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

CSS Border Top color for the above div is #bdca9e

HTML with inline CSS

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

#bdca9e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bdca9e Color code Preview on White Background

This is how #bdca9e Color code will look on white background color. Color contrast ratio is 1.73

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

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,202,158,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(171,158,202,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(189,202,158,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.