crispedge.com

Color picker

Loading...

#bcf7cc hex color - Green - Cool color - Information

#bcf7cc hex color - Green - Cool color

Color Hue/Base color: Green

Hex #bcf7cc Color code in RGB color code model is created after adding 73.73% red color, 96.86% green color and 80% blue color. Hex #bcf7cc Color code in CMYK color (process color) code model is generated after subtraction of 24% cyan, 0% magenta, 17% yellow and 3% black.

Hex #bcf7cc color code is between #bbffbb web safe hex color code and #cceedd web safe hex color code. #bbffbb is the nearest web safe color code. You can see here many more shades of #bcf7cc color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codebcf7cc#bcf7cc
RGB Decimal188, 247, 204rgb(188, 247, 204)
RGB Percent74%, 97%, 80%rgb(74%, 97%, 80%)
CSS RGBa188, 247, 204,1rgba(188,247,204,1)
CMYK Modelcmyk(24%,0%,17%,3%)
HSL Color Space136,79% ,85%hsl(136,79% ,85%)
HSV Color Space136°, 24%, 97%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101111001111011111001100
Octal274367314
Decimal188247204
Hexbcf7cc

Different shades of #bcf7cc color code.

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

Light Shade of #bcf7cc
#eafcef
Dark Shade of #bcf7cc
#8ef2a9
Saturated Shade of #bcf7cc
#b8fbca
Desaturated Shade of #bcf7cc
#c0f3ce
Grey scale Shade of #bcf7cc
#d9d9d9
Brighten Shade
#d5ffe5
Most Readable Shade
#000000

Shades of #bcf7cc color code

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

#bcf7cc
#a7dbb5
#92c09e
#7da488
#688971
#536d5a
#3e5244
#29362d
#141b16
#000000

Similar Color like #bcf7cc color

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

#bdf8cd
#bef9ce
#bffacf
#c0fbd0
#c1fcd1
#c2fdd2
#c3fed3
#c4ffd4
#c5ffd5
#c6ffd6
#c7ffd7
#c8ffd8
#c9ffd9
#caffda
#bbf6cb
#baf5ca
#b9f4c9
#b8f3c8
#b7f2c7
#b6f1c6
#b5f0c5
#b4efc4
#b3eec3
#b2edc2
#b1ecc1
#b0ebc0
#afeabf
#aee9be

Monochromatic Color with #bcf7cc

#bcf7cc
#1a221c
#3b4d40
#5b7763
#7ba286
#9ccca9

Tints of #bcf7cc Color

#bcf7cc
#c3f7d1
#caf8d7
#d2f9dd
#d9fae2
#e1fbe8
#e8fcee
#f0fdf3
#f7fef9
#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

#bcf7cc
#f7bce7

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

Split Complementary

#bcf7cc
#eabcf7
#f7bcc9

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

Analogous Color

#c4f7bc
#bcf7c0
#bcf7cc
#bcf7d8
#bcf7e4

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

#bcf7cc
#ccbcf7
#f7ccbc

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

#bcf7cc
#bcc9f7
#f7bce7
#f7e9bc

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

#bcf7cc
#f7bce7
#f7bcc9
#bcf7ea

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

#bcf7cc Color Code Preview on Black Background Color

This is how #bcf7cc Color will look on black background color. Color contrast ratio is 17.31

#bcf7cc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcf7cc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcf7cc

#bcf7cc color code is use for CSS Background Color

Background color for the above div is #bcf7cc

HTML with inline CSS

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

#bcf7cc color code is use for CSS Border Color

CSS Border color for the above div is #bcf7cc

HTML with inline CSS

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

CSS Border Left color for the above div is #bcf7cc

HTML with inline CSS

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

CSS Border Right color for the above div is #bcf7cc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bcf7cc

HTML with inline CSS

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

CSS Border Top color for the above div is #bcf7cc

HTML with inline CSS

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

#bcf7cc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bcf7cc Color code Preview on White Background

This is how #bcf7cc Color code will look on white background color. Color contrast ratio is 1.21

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

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,247,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(247,188,231,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(188,247,204,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.