crispedge.com

Color picker

Loading...

#bcd69f hex color - Green - Warm color - Information

#bcd69f hex color - Green - Warm color

Color Hue/Base color: Green

Hex #bcd69f Color code in RGB color code model is created after adding 73.73% red color, 83.92% green color and 62.35% blue color. Hex #bcd69f Color code in CMYK color (process color) code model is generated after subtraction of 12% cyan, 0% magenta, 26% yellow and 16% black.

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

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codebcd69f#bcd69f
RGB Decimal188, 214, 159rgb(188, 214, 159)
RGB Percent74%, 84%, 62%rgb(74%, 84%, 62%)
CSS RGBa188, 214, 159,1rgba(188,214,159,1)
CMYK Modelcmyk(12%,0%,26%,16%)
HSL Color Space88,40% ,73%hsl(88,40% ,73%)
HSV Color Space88°, 26%, 84%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111001101011010011111
Octal274326237
Decimal188214159
Hexbcd69f

Different shades of #bcd69f color code.

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

Light Shade of #bcd69f
#d5e5c3
Dark Shade of #bcd69f
#a3c77b
Saturated Shade of #bcd69f
#bcdd98
Desaturated Shade of #bcd69f
#bccfa6
Grey scale Shade of #bcd69f
#bababa
Brighten Shade
#d5efb8
Most Readable Shade
#000000

Shades of #bcd69f color code

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

#bcd69f
#a7be8d
#92a67b
#7d8e6a
#687658
#535f46
#3e4735
#292f23
#141711
#000000

Similar Color like #bcd69f color

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

#bdd7a0
#bed8a1
#bfd9a2
#c0daa3
#c1dba4
#c2dca5
#c3dda6
#c4dea7
#c5dfa8
#c6e0a9
#c7e1aa
#c8e2ab
#c9e3ac
#cae4ad
#bbd59e
#bad49d
#b9d39c
#b8d29b
#b7d19a
#b6d099
#b5cf98
#b4ce97
#b3cd96
#b2cc95
#b1cb94
#b0ca93
#afc992
#aec891

Monochromatic Color with #bcd69f

#bcd69f
#010101
#272c21
#4c5640
#718160
#97ab7f

Tints of #bcd69f Color

#bcd69f
#c3daa9
#cadfb4
#d2e3bf
#d9e8c9
#e1ecd4
#e8f1df
#f0f5e9
#f7faf4
#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

#bcd69f
#b99fd6

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

Split Complementary

#bcd69f
#9fa1d6
#d59fd6

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

Analogous Color

#d2d69f
#c7d69f
#bcd69f
#b1d69f
#a6d69f

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

#bcd69f
#9fbcd6
#d69fbc

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

#bcd69f
#9fd6d4
#b99fd6
#d69fa0

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

#bcd69f
#b99fd6
#d59fd6
#a1d69f

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

#bcd69f Color Code Preview on Black Background Color

This is how #bcd69f Color will look on black background color. Color contrast ratio is 13.26

#bcd69f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcd69f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcd69f

#bcd69f color code is use for CSS Background Color

Background color for the above div is #bcd69f

HTML with inline CSS

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

#bcd69f color code is use for CSS Border Color

CSS Border color for the above div is #bcd69f

HTML with inline CSS

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

CSS Border Left color for the above div is #bcd69f

HTML with inline CSS

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

CSS Border Right color for the above div is #bcd69f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bcd69f

HTML with inline CSS

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

CSS Border Top color for the above div is #bcd69f

HTML with inline CSS

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

#bcd69f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bcd69f Color code Preview on White Background

This is how #bcd69f Color code will look on white background color. Color contrast ratio is 1.58

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

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,214,159,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(185,159,214,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(188,214,159,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.