crispedge.com

Color picker

Loading...

#bdc18c hex color - Green - Warm color - Information

#bdc18c hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

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

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

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codebdc18c#bdc18c
RGB Decimal189, 193, 140rgb(189, 193, 140)
RGB Percent74%, 76%, 55%rgb(74%, 76%, 55%)
CSS RGBa189, 193, 140,1rgba(189,193,140,1)
CMYK Modelcmyk(2%,0%,27%,24%)
HSL Color Space65,30% ,65%hsl(65,30% ,65%)
HSV Color Space65°, 27%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111011100000110001100
Octal275301214
Decimal189193140
Hexbdc18c

Different shades of #bdc18c color code.

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

Light Shade of #bdc18c
#d0d3ad
Dark Shade of #bdc18c
#aaaf6b
Saturated Shade of #bdc18c
#c5ca83
Desaturated Shade of #bdc18c
#b5b895
Grey scale Shade of #bdc18c
#a6a6a6
Brighten Shade
#d6daa5
Most Readable Shade
#000000

Shades of #bdc18c color code

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

#bdc18c
#a8ab7c
#93966c
#7e805d
#696b4d
#54553e
#3f402e
#2a2a1f
#15150f
#000000

Similar Color like #bdc18c color

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

#bec28d
#bfc38e
#c0c48f
#c1c590
#c2c691
#c3c792
#c4c893
#c5c994
#c6ca95
#c7cb96
#c8cc97
#c9cd98
#cace99
#cbcf9a
#bcc08b
#bbbf8a
#babe89
#b9bd88
#b8bc87
#b7bb86
#b6ba85
#b5b984
#b4b883
#b3b782
#b2b681
#b1b580
#b0b47f
#afb37e

Monochromatic Color with #bdc18c

#bdc18c
#e7ebab
#161711
#404130
#6a6c4e
#93966d

Tints of #bdc18c Color

#bdc18c
#c4c798
#cbcea5
#d3d5b2
#dadcbf
#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

#bdc18c
#908cc1

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

Split Complementary

#bdc18c
#8ca3c1
#ab8cc1

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

Analogous Color

#c1b08c
#c1ba8c
#bdc18c
#b2c18c
#a8c18c

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

#bdc18c
#8cbdc1
#c18cbd

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

#bdc18c
#8cc1aa
#908cc1
#c18ca2

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

#bdc18c
#908cc1
#ab8cc1
#a3c18c

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

#bdc18c Color Code Preview on Black Background Color

This is how #bdc18c Color will look on black background color. Color contrast ratio is 11.17

#bdc18c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdc18c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdc18c

#bdc18c color code is use for CSS Background Color

Background color for the above div is #bdc18c

HTML with inline CSS

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

#bdc18c color code is use for CSS Border Color

CSS Border color for the above div is #bdc18c

HTML with inline CSS

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

CSS Border Left color for the above div is #bdc18c

HTML with inline CSS

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

CSS Border Right color for the above div is #bdc18c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bdc18c

HTML with inline CSS

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

CSS Border Top color for the above div is #bdc18c

HTML with inline CSS

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

#bdc18c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bdc18c Color code Preview on White Background

This is how #bdc18c Color code will look on white background color. Color contrast ratio is 1.88

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

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.