crispedge.com

Color picker

Loading...

#bdd79b hex color - Green - Warm color - Information

#bdd79b hex color - Green - Warm color

Color Hue/Base color: Green

Hex #bdd79b Color code in RGB color code model is created after adding 74.12% red color, 84.31% green color and 60.78% blue color. Hex #bdd79b Color code in CMYK color (process color) code model is generated after subtraction of 12% cyan, 0% magenta, 28% yellow and 16% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebdd79b#bdd79b
RGB Decimal189, 215, 155rgb(189, 215, 155)
RGB Percent74%, 84%, 61%rgb(74%, 84%, 61%)
CSS RGBa189, 215, 155,1rgba(189,215,155,1)
CMYK Modelcmyk(12%,0%,28%,16%)
HSL Color Space86,43% ,73%hsl(86,43% ,73%)
HSV Color Space86°, 28%, 84%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111011101011110011011
Octal275327233
Decimal189215155
Hexbdd79b

Different shades of #bdd79b color code.

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

Light Shade of #bdd79b
#d5e6bf
Dark Shade of #bdd79b
#a5c877
Saturated Shade of #bdd79b
#bede94
Desaturated Shade of #bdd79b
#bcd0a2
Grey scale Shade of #bdd79b
#b9b9b9
Brighten Shade
#d6f0b4
Most Readable Shade
#000000

Shades of #bdd79b color code

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

#bdd79b
#a8bf89
#93a778
#7e8f67
#697756
#545f44
#3f4733
#2a2f22
#151711
#000000

Similar Color like #bdd79b color

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

#bed89c
#bfd99d
#c0da9e
#c1db9f
#c2dca0
#c3dda1
#c4dea2
#c5dfa3
#c6e0a4
#c7e1a5
#c8e2a6
#c9e3a7
#cae4a8
#cbe5a9
#bcd69a
#bbd599
#bad498
#b9d397
#b8d296
#b7d195
#b6d094
#b5cf93
#b4ce92
#b3cd91
#b2cc90
#b1cb8f
#b0ca8e
#afc98d

Monochromatic Color with #bdd79b

#bdd79b
#020202
#282d20
#4d573f
#72825e
#98ac7c

Tints of #bdd79b Color

#bdd79b
#c4dba6
#cbdfb1
#d3e4bc
#dae8c7
#e1edd2
#e9f1dd
#f0f6e8
#f7faf3
#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

#bdd79b
#b59bd7

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

Split Complementary

#bdd79b
#9b9fd7
#d39bd7

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

Analogous Color

#d5d79b
#c9d79b
#bdd79b
#b1d79b
#a5d79b

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

#bdd79b
#9bbdd7
#d79bbd

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

#bdd79b
#9bd7d3
#b59bd7
#d79b9f

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

#bdd79b
#b59bd7
#d39bd7
#9fd79b

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

#bdd79b Color Code Preview on Black Background Color

This is how #bdd79b Color will look on black background color. Color contrast ratio is 13.36

#bdd79b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdd79b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdd79b

#bdd79b color code is use for CSS Background Color

Background color for the above div is #bdd79b

HTML with inline CSS

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

#bdd79b color code is use for CSS Border Color

CSS Border color for the above div is #bdd79b

HTML with inline CSS

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

CSS Border Left color for the above div is #bdd79b

HTML with inline CSS

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

CSS Border Right color for the above div is #bdd79b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bdd79b

HTML with inline CSS

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

CSS Border Top color for the above div is #bdd79b

HTML with inline CSS

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

#bdd79b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bdd79b Color code Preview on White Background

This is how #bdd79b Color code will look on white background color. Color contrast ratio is 1.57

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

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,215,155,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(181,155,215,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(189,215,155,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.