crispedge.com

Color picker

Loading...

#bcdcbb hex color - Green - Cool color - Information

#bcdcbb hex color - Green - Cool color

Color Hue/Base color: Green

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code bcdcbb #bcdcbb
RGB Decimal 188, 220, 187 rgb(188, 220, 187)
RGB Percent 74%, 86%, 73% rgb(74%, 86%, 73%)
CSS RGBa 188, 220, 187,1 rgba(188,220,187,1)
CMYK Model cmyk(15%,0%,15%,14%)
HSL Color Space 118,32% ,80% hsl(118,32% ,80%)
HSV Color Space 118°, 15%, 86%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10111100 11011100 10111011
Octal 274 334 273
Decimal 188 220 187
Hex bc dc bb

Different shades of #bcdcbb color code.

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

Light Shade of #bcdcbb
#ddeddd
Dark Shade of #bcdcbb
#9bcb99
Saturated Shade of #bcdcbb
#b7e1b6
Desaturated Shade of #bcdcbb
#c1d7c0
Grey scale Shade of #bcdcbb
#cbcbcb
Brighten Shade
#d5f5d4
Most Readable Shade
#000000

Shades of #bcdcbb color code

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

#bcdcbb
#a7c3a6
#92ab91
#7d927c
#687a67
#536153
#3e493e
#293029
#141814
#000000

Similar Color like #bcdcbb color

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

#bdddbc
#bedebd
#bfdfbe
#c0e0bf
#c1e1c0
#c2e2c1
#c3e3c2
#c4e4c3
#c5e5c4
#c6e6c5
#c7e7c6
#c8e8c7
#c9e9c8
#caeac9
#bbdbba
#badab9
#b9d9b8
#b8d8b7
#b7d7b6
#b6d6b5
#b5d5b4
#b4d4b3
#b3d3b2
#b2d2b1
#b1d1b0
#b0d0af
#afcfae
#aecead

Monochromatic Color with #bcdcbb

#bcdcbb
#060706
#2b322a
#4f5c4f
#738773
#98b197

Tints of #bcdcbb Color

#bcdcbb
#c3dfc2
#cae3ca
#d2e7d1
#d9ebd9
#e1efe0
#e8f3e8
#f0f7ef
#f7fbf7
#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

#bcdcbb
#dbbbdc

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

Split Complementary

#bcdcbb
#cbbbdc
#dcbbcd

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

Analogous Color

#c9dcbb
#c3dcbb
#bcdcbb
#bbdcc1
#bbdcc7

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

#bcdcbb
#bbbcdc
#dcbbbc

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

#bcdcbb
#bbccdc
#dbbbdc
#dccabb

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

#bcdcbb
#dbbbdc
#dcbbcd
#bbdccb

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

#bcdcbb Color Code Preview on Black Background Color

This is how #bcdcbb Color will look on black background color. Color contrast ratio is 14.09

#bcdcbb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcdcbb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcdcbb

#bcdcbb color code is use for CSS Background Color

Background color for the above div is #bcdcbb

HTML with inline CSS

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

#bcdcbb color code is use for CSS Border Color

CSS Border color for the above div is #bcdcbb

HTML with inline CSS

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

CSS Border Left color for the above div is #bcdcbb

HTML with inline CSS

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

CSS Border Right color for the above div is #bcdcbb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bcdcbb

HTML with inline CSS

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

CSS Border Top color for the above div is #bcdcbb

HTML with inline CSS

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

#bcdcbb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bcdcbb Color code Preview on White Background

This is how #bcdcbb Color code will look on white background color. Color contrast ratio is 1.49

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

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,220,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(219,187,220,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(188,220,187,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.