Skip to main content Skip to docs navigation

#bcbca2 hex color | Download Dark Green BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Dried Thyme and its hex is #BBBCA1 Nearest Color Name

Color Hue/Base color: Green

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

Hex #bcbca2 color code is between #bbbbaa web safe hex color code and #cccc99 web safe hex color code. #bbbbaa is the nearest web safe color code. You can see here many more shades of #bcbca2 color code.

RGB Chart

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

Color Table

Hex Color Code bcbca2 #bcbca2
RGB Decimal 188, 188, 162 188, 188, 162
RGB Percent 74%, 74%, 64% rgb(74%, 74%, 64%)
CSS RGBa 188, 188, 162,1 rgba(188,188,162,1)
CMYK Model cmyk(0%,0%,14%,26.27%)
HSL Color Space 60,16% ,69% hsl(60,16% ,69%)
HSV Color Space 60°, 14%, 74%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111100 10111100 10100010
Octal 274 274 242
Decimal 188 188 162
Hex bc bc a2

Different shades of #bcbca2 color code.

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

Darkest of #bcbca2
#737352
Darker of #bcbca2
#909068
Dark of #bcbca2
#a7a784
Base of #bcbca2
#bcbca2
Light of #bcbca2
#d1d1c0
Lighter
#e7e7dd
Lightest
#fcfcfb

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

#bcbca2
#a2a2bc

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

Split Complementary

#bcbca2
#a2afbc
#afa2bc

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

Analogous Color

#bcada2
#bcb1a2
#bcbca2
#b3bca2
#a9bca2

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

#bcbca2
#bca2bc
#a2bcbc

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

#bcbca2
#a2bcbc
#a2a2bc
#bca2a2

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#bcbca2
#a2bcaf
#a2a2bc
#bca2af

Square 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).

Monochromatic Color with #bcbca2

#55553d
#737352
#909068
#a7a784
#bcbca2
#d1d1c0
#e7e7dd
#fcfcfb
#ffffff

Tints of #bcbca2 Color

#bcbca2
#c3c3ac
#cacab6
#d2d2c1
#d9d9cb
#e1e1d5
#e8e8e0
#f0f0ea
#f7f7f4
#ffffff

Shades of #bcbca2 color code

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

#bcbca2
#a7a790
#92927e
#7d7d6c
#68685a
#535348
#3e3e36
#292924
#141412
#000000

Tones

#bcbca2
#afafaf
#afafaf
#afafaf
#afafaf

Tones

Similar Color like #bcbca2 color

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

#bdbda3
#bebea4
#bfbfa5
#c0c0a6
#c1c1a7
#c2c2a8
#c3c3a9
#c4c4aa
#c5c5ab
#c6c6ac
#c7c7ad
#c8c8ae
#c9c9af
#cacab0
#bbbba1
#babaa0
#b9b99f
#b8b89e
#b7b79d
#b6b69c
#b5b59b
#b4b49a
#b3b399
#b2b298
#b1b197
#b0b096
#afaf95
#aeae94

Download this Dark Green

Hex #bcbca2 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.

#bcbca2 Color Code Preview on Black Background Color

This is how #bcbca2 Color will look on black background color. Color contrast ratio is 10.85

#bcbca2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcbca2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcbca2

#bcbca2 color code is use for CSS Background Color

Background color for the above div is #bcbca2

HTML with inline CSS

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

#bcbca2 color code is use for CSS Border Color

CSS Border color for the above div is #bcbca2

HTML with inline CSS

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

CSS Border Left color for the above div is #bcbca2

HTML with inline CSS

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

CSS Border Right color for the above div is #bcbca2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bcbca2

HTML with inline CSS

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

CSS Border Top color for the above div is #bcbca2

HTML with inline CSS

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

#bcbca2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bcbca2 Color code Preview on White Background

This is how #bcbca2 Color code will look on white background color. Color contrast ratio is 1.93

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(188,188,162,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(162,162,188,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(188,188,162,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }