Skip to main content Skip to docs navigation

#B0CEC2 hex color | Watershed | Download Light 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

Color Hue/Base color: Green

Hex #B0CEC2 Color Code is also known as | Watershed color.

Hex #B0CEC2 Color code in RGB color code model is created after adding 69.02% red color, 80.78% green color and 76.08% blue color. Hex #B0CEC2 Color code in CMYK color (process color) code model is generated after subtraction of 15% cyan, 0% magenta, 6% yellow and 19.22% black.

Hex #B0CEC2 color code is between #aaccbb web safe hex color code and #bbddcc web safe hex color code. #aaccbb is the nearest web safe color code. You can see here many more shades of #B0CEC2 color code.

RGB Chart

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

Color Table

Hex Color Code B0CEC2 #B0CEC2
RGB Decimal 176, 206, 194 176, 206, 194
RGB Percent 69%, 81%, 76% rgb(69%, 81%, 76%)
CSS RGBa 176, 206, 194,1 rgba(176,206,194,1)
CMYK Model cmyk(15%,0%,6%,19.22%)
HSL Color Space 156,23% ,75% hsl(156,23% ,75%)
HSV Color Space 156°, 15%, 81%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10110000 11001110 11000010
Octal 260 316 302
Decimal 176 206 194
Hex B0 CE C2

Different shades of #B0CEC2 color code.

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

Darkest of #B0CEC2
#588d78
Darker of #B0CEC2
#71a791
Dark of #B0CEC2
#91baaa
Base of #B0CEC2
#b0cec2
Light of #B0CEC2
#cfe2da
Lighter
#eff5f3
Lightest
#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

#b0cec2
#ceb0bc

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

Split Complementary

#B0CEC2
#ceb0cb
#ceb3b0

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

Analogous Color

#b0ceb0
#b0ceb5
#b0cec2
#b0cecc
#b0c3ce

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

#B0CEC2
#cec2b0
#c2b0ce

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

#B0CEC2
#c2b0ce
#ceb0bc
#bcceb0

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

#B0CEC2
#b3b0ce
#ceb0bc
#cbceb0

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 #B0CEC2

#446e5d
#588d78
#71a791
#91baaa
#b0cec2
#cfe2da
#eff5f3
#ffffff
#ffffff

Tints of #B0CEC2 Color

#b0cec2
#b8d3c8
#c1d8cf
#caded6
#d3e3dd
#dbe9e3
#e4eeea
#edf4f1
#f6f9f8
#ffffff

Shades of #B0CEC2 color code

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

#b0cec2
#9cb7ac
#88a096
#758981
#61726b
#4e5b56
#3a4440
#272d2b
#131615
#000000

Tones

#b0cec2
#bdc1bf
#bfbfbf
#bfbfbf
#bfbfbf

Tones

Similar Color like #B0CEC2 color

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

#b1cfc3
#b2d0c4
#b3d1c5
#b4d2c6
#b5d3c7
#b6d4c8
#b7d5c9
#b8d6ca
#b9d7cb
#bad8cc
#bbd9cd
#bcdace
#bddbcf
#bedcd0
#afcdc1
#aeccc0
#adcbbf
#accabe
#abc9bd
#aac8bc
#a9c7bb
#a8c6ba
#a7c5b9
#a6c4b8
#a5c3b7
#a4c2b6
#a3c1b5
#a2c0b4

Download this Light Green

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

#B0CEC2 Color Code Preview on Black Background Color

This is how #B0CEC2 Color will look on black background color. Color contrast ratio is 12.45

#B0CEC2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #B0CEC2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #B0CEC2

#B0CEC2 color code is use for CSS Background Color

Background color for the above div is #B0CEC2

HTML with inline CSS

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

#B0CEC2 color code is use for CSS Border Color

CSS Border color for the above div is #B0CEC2

HTML with inline CSS

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

CSS Border Left color for the above div is #B0CEC2

HTML with inline CSS

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

CSS Border Right color for the above div is #B0CEC2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #B0CEC2

HTML with inline CSS

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

CSS Border Top color for the above div is #B0CEC2

HTML with inline CSS

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

#B0CEC2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#B0CEC2 Color code Preview on White Background

This is how #B0CEC2 Color code will look on white background color. Color contrast ratio is 1.69

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

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(176,206,194,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(206,176,188,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(176,206,194,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }