crispedge.com

Color picker

Loading...

#bcdabd hex color - Green - Cool color - Information

#bcdabd hex color - Green - Cool color

Color Hue/Base color: Green

Hex #bcdabd Color code in RGB color code model is created after adding 73.73% red color, 85.49% green color and 74.12% blue color. Hex #bcdabd Color code in CMYK color (process color) code model is generated after subtraction of 14% cyan, 0% magenta, 13% yellow and 15% black.

Hex #bcdabd color code is between #bbddbb web safe hex color code and #cccccc web safe hex color code. #bbddbb is the nearest web safe color code. You can see here many more shades of #bcdabd color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codebcdabd#bcdabd
RGB Decimal188, 218, 189rgb(188, 218, 189)
RGB Percent74%, 85%, 74%rgb(74%, 85%, 74%)
CSS RGBa188, 218, 189,1rgba(188,218,189,1)
CMYK Modelcmyk(14%,0%,13%,15%)
HSL Color Space122,29% ,80%hsl(122,29% ,80%)
HSV Color Space122°, 14%, 85%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101111001101101010111101
Octal274332275
Decimal188218189
Hexbcdabd

Different shades of #bcdabd color code.

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

Light Shade of #bcdabd
#ddecdd
Dark Shade of #bcdabd
#9bc89d
Saturated Shade of #bcdabd
#b7dfb8
Desaturated Shade of #bcdabd
#c1d5c2
Grey scale Shade of #bcdabd
#cbcbcb
Brighten Shade
#d5f3d6
Most Readable Shade
#000000

Shades of #bcdabd color code

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

#bcdabd
#a7c1a8
#92a993
#7d917e
#687969
#536054
#3e483f
#29302a
#141815
#000000

Similar Color like #bcdabd color

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

#bddbbe
#bedcbf
#bfddc0
#c0dec1
#c1dfc2
#c2e0c3
#c3e1c4
#c4e2c5
#c5e3c6
#c6e4c7
#c7e5c8
#c8e6c9
#c9e7ca
#cae8cb
#bbd9bc
#bad8bb
#b9d7ba
#b8d6b9
#b7d5b8
#b6d4b7
#b5d3b6
#b4d2b5
#b3d1b4
#b2d0b3
#b1cfb2
#b0ceb1
#afcdb0
#aeccaf

Monochromatic Color with #bcdabd

#bcdabd
#050505
#29302a
#4e5a4e
#738573
#97af98

Tints of #bcdabd Color

#bcdabd
#c3dec4
#cae2cb
#d2e6d3
#d9eada
#e1eee1
#e8f2e9
#f0f6f0
#f7faf7
#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

#bcdabd
#dabcd9

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

Split Complementary

#bcdabd
#ccbcda
#dabcca

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

Analogous Color

#c7dabc
#c1dabc
#bcdabd
#bcdac3
#bcdac9

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

#bcdabd
#bdbcda
#dabdbc

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

#bcdabd
#bccada
#dabcd9
#daccbc

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

#bcdabd
#dabcd9
#dabcca
#bcdacc

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

#bcdabd Color Code Preview on Black Background Color

This is how #bcdabd Color will look on black background color. Color contrast ratio is 13.90

#bcdabd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcdabd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcdabd

#bcdabd color code is use for CSS Background Color

Background color for the above div is #bcdabd

HTML with inline CSS

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

#bcdabd color code is use for CSS Border Color

CSS Border color for the above div is #bcdabd

HTML with inline CSS

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

CSS Border Left color for the above div is #bcdabd

HTML with inline CSS

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

CSS Border Right color for the above div is #bcdabd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bcdabd

HTML with inline CSS

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

CSS Border Top color for the above div is #bcdabd

HTML with inline CSS

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

#bcdabd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bcdabd Color code Preview on White Background

This is how #bcdabd Color code will look on white background color. Color contrast ratio is 1.51

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

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.