crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#bcd3bd hex color - Green - Cool color - Information

#bcd3bd hex color - Green - Cool color

Color Hue/Base color: Green

Hex #bcd3bd Color code in RGB color code model is created after adding 73.73% red color, 82.75% green color and 74.12% blue color. Hex #bcd3bd Color code in CMYK color (process color) code model is generated after subtraction of 11% cyan, 0% magenta, 10% yellow and 17% black.

Hex #bcd3bd color code is between #bbccbb web safe hex color code and #ccddcc web safe hex color code. #bbccbb is the nearest web safe color code. You can see here many more shades of #bcd3bd color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codebcd3bd#bcd3bd
RGB Decimal188, 211, 189rgb(188, 211, 189)
RGB Percent74%, 83%, 74%rgb(74%, 83%, 74%)
CSS RGBa188, 211, 189,1rgba(188,211,189,1)
CMYK Modelcmyk(11%,0%,10%,17%)
HSL Color Space123,21% ,78%hsl(123,21% ,78%)
HSV Color Space123°, 11%, 83%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101111001101001110111101
Octal274323275
Decimal188211189
Hexbcd3bd

Different shades of #bcd3bd color code.

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

Light Shade of #bcd3bd
#dbe7db
Dark Shade of #bcd3bd
#9dbf9f
Saturated Shade of #bcd3bd
#b6d9b8
Desaturated Shade of #bcd3bd
#c2cdc2
Grey scale Shade of #bcd3bd
#c7c7c7
Brighten Shade
#d5ecd6
Most Readable Shade
#000000

Shades of #bcd3bd color code

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

#bcd3bd
#a7bba8
#92a493
#7d8c7e
#687569
#535d54
#3e463f
#292e2a
#141715
#000000

Similar Color like #bcd3bd color

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

#bdd4be
#bed5bf
#bfd6c0
#c0d7c1
#c1d8c2
#c2d9c3
#c3dac4
#c4dbc5
#c5dcc6
#c6ddc7
#c7dec8
#c8dfc9
#c9e0ca
#cae1cb
#bbd2bc
#bad1bb
#b9d0ba
#b8cfb9
#b7ceb8
#b6cdb7
#b5ccb6
#b4cbb5
#b3cab4
#b2c9b3
#b1c8b2
#b0c7b1
#afc6b0
#aec5af

Monochromatic Color with #bcd3bd

#bcd3bd
#e2fde3
#252925
#4a534b
#707e71
#96a897

Tints of #bcd3bd Color

#bcd3bd
#c3d7c4
#cadccb
#d2e1d3
#d9e6da
#e1ebe1
#e8f0e9
#f0f5f0
#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

#bcd3bd
#d3bcd2

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

Split Complementary

#bcd3bd
#c8bcd3
#d3bcc7

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

Analogous Color

#c4d3bc
#c0d3bc
#bcd3bd
#bcd3c2
#bcd3c6

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

#bcd3bd
#bdbcd3
#d3bdbc

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

#bcd3bd
#bcc6d3
#d3bcd2
#d3c8bc

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

#bcd3bd
#d3bcd2
#d3bcc7
#bcd3c8

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

#bcd3bd Color Code Preview on Black Background Color

This is how #bcd3bd Color will look on black background color. Color contrast ratio is 13.19

#bcd3bd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcd3bd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcd3bd

#bcd3bd color code is use for CSS Background Color

Background color for the above div is #bcd3bd

HTML with inline CSS

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

#bcd3bd color code is use for CSS Border Color

CSS Border color for the above div is #bcd3bd

HTML with inline CSS

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

CSS Border Left color for the above div is #bcd3bd

HTML with inline CSS

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

CSS Border Right color for the above div is #bcd3bd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bcd3bd

HTML with inline CSS

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

CSS Border Top color for the above div is #bcd3bd

HTML with inline CSS

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

#bcd3bd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bcd3bd Color code Preview on White Background

This is how #bcd3bd Color code will look on white background color. Color contrast ratio is 1.59

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.