crispedge.com

Color picker

Loading...

#bdc19e hex color - Green - Warm color - Information

#bdc19e hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #bdc19e Color code in RGB color code model is created after adding 74.12% red color, 75.69% green color and 61.96% blue color. Hex #bdc19e Color code in CMYK color (process color) code model is generated after subtraction of 2% cyan, 0% magenta, 18% yellow and 24% black.

Hex #bdc19e color code is between #bbbb99 web safe hex color code and #ccccaa web safe hex color code. #bbbb99 is the nearest web safe color code. You can see here many more shades of #bdc19e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebdc19e#bdc19e
RGB Decimal189, 193, 158rgb(189, 193, 158)
RGB Percent74%, 76%, 62%rgb(74%, 76%, 62%)
CSS RGBa189, 193, 158,1rgba(189,193,158,1)
CMYK Modelcmyk(2%,0%,18%,24%)
HSL Color Space67,22% ,69%hsl(67,22% ,69%)
HSV Color Space67°, 18%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111011100000110011110
Octal275301236
Decimal189193158
Hexbdc19e

Different shades of #bdc19e color code.

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

Light Shade of #bdc19e
#d2d5bd
Dark Shade of #bdc19e
#a8ad7f
Saturated Shade of #bdc19e
#c3c996
Desaturated Shade of #bdc19e
#b7b9a6
Grey scale Shade of #bdc19e
#afafaf
Brighten Shade
#d6dab7
Most Readable Shade
#000000

Shades of #bdc19e color code

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

#bdc19e
#a8ab8c
#93967a
#7e8069
#696b57
#545546
#3f4034
#2a2a23
#151511
#000000

Similar Color like #bdc19e color

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

#bec29f
#bfc3a0
#c0c4a1
#c1c5a2
#c2c6a3
#c3c7a4
#c4c8a5
#c5c9a6
#c6caa7
#c7cba8
#c8cca9
#c9cdaa
#caceab
#cbcfac
#bcc09d
#bbbf9c
#babe9b
#b9bd9a
#b8bc99
#b7bb98
#b6ba97
#b5b996
#b4b895
#b3b794
#b2b693
#b1b592
#b0b491
#afb390

Monochromatic Color with #bdc19e

#bdc19e
#e7ebc1
#161713
#404136
#6a6c58
#93967b

Tints of #bdc19e Color

#bdc19e
#c4c7a8
#cbceb3
#d3d5be
#dadcc9
#e1e3d3
#e9eade
#f0f1e9
#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

#bdc19e
#a29ec1

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

Split Complementary

#bdc19e
#9eacc1
#b49ec1

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

Analogous Color

#c1b79e
#c1be9e
#bdc19e
#b6c19e
#afc19e

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

#bdc19e
#9ebdc1
#c19ebd

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

#bdc19e
#9ec1b3
#a29ec1
#c19eab

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

#bdc19e
#a29ec1
#b49ec1
#acc19e

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

#bdc19e Color Code Preview on Black Background Color

This is how #bdc19e Color will look on black background color. Color contrast ratio is 11.29

#bdc19e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdc19e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdc19e

#bdc19e color code is use for CSS Background Color

Background color for the above div is #bdc19e

HTML with inline CSS

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

#bdc19e color code is use for CSS Border Color

CSS Border color for the above div is #bdc19e

HTML with inline CSS

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

CSS Border Left color for the above div is #bdc19e

HTML with inline CSS

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

CSS Border Right color for the above div is #bdc19e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bdc19e

HTML with inline CSS

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

CSS Border Top color for the above div is #bdc19e

HTML with inline CSS

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

#bdc19e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bdc19e Color code Preview on White Background

This is how #bdc19e Color code will look on white background color. Color contrast ratio is 1.86

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

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