Skip to main content Skip to docs navigation

#b8ccbc hex color | 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

Woow we have a nearby visually matching color name available. It's name is Subtle Green and its hex is #B5CBBB Nearest Color Name

Color Hue/Base color: Green

Hex #b8ccbc Color code in RGB color code model is created after adding 72.16% red color, 80% green color and 73.73% blue color. Hex #b8ccbc Color code in CMYK color (process color) code model is generated after subtraction of 10% cyan, 0% magenta, 8% yellow and 20% black.

Hex #b8ccbc color code is between #bbbbbb web safe hex color code and #aaddcc web safe hex color code. #bbbbbb is the nearest web safe color code. You can see here many more shades of #b8ccbc color code.

RGB Chart

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

Color Table

Hex Color Code b8ccbc #b8ccbc
RGB Decimal 184, 204, 188 184, 204, 188
RGB Percent 72%, 80%, 74% rgb(72%, 80%, 74%)
CSS RGBa 184, 204, 188,1 rgba(184,204,188,1)
CMYK Model cmyk(10%,0%,8%,20%)
HSL Color Space 132,16% ,76% hsl(132,16% ,76%)
HSV Color Space 132°, 10%, 80%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10111000 11001100 10111100
Octal 270 314 274
Decimal 184 204 188
Hex b8 cc bc

Different shades of #b8ccbc color code.

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

Darkest of #b8ccbc
#62896a
Darker of #b8ccbc
#7da184
Dark of #b8ccbc
#9ab7a0
Base of #b8ccbc
#b8ccbc
Light of #b8ccbc
#d6e1d8
Lighter
#f3f7f4
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

#b8ccbc
#ccb8c8

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

Split Complementary

#b8ccbc
#c6b8cc
#ccb8be

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

Analogous Color

#c0ccb8
#bcccb8
#b8ccbc
#b8ccc3
#b8cccb

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

#b8ccbc
#ccbcb8
#bcb8cc

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

#b8ccbc
#bcb8cc
#ccb8c8
#c8ccb8

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

#b8ccbc
#b8becc
#ccb8c8
#ccc6b8

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

#4d6b53
#62896a
#7da184
#9ab7a0
#b8ccbc
#d6e1d8
#f3f7f4
#ffffff
#ffffff

Tints of #b8ccbc Color

#b8ccbc
#bfd1c3
#c7d7ca
#cfddd2
#d7e2d9
#dfe8e1
#e7eee8
#eff3f0
#f7f9f7
#ffffff

Shades of #b8ccbc color code

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

#b8ccbc
#a3b5a7
#8f9e92
#7a887d
#667168
#515a53
#3d443e
#282d29
#141614
#000000

Tones

#b8ccbc
#c2c2c2
#c2c2c2
#c2c2c2
#c2c2c2

Tones

Similar Color like #b8ccbc color

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

#b9cdbd
#bacebe
#bbcfbf
#bcd0c0
#bdd1c1
#bed2c2
#bfd3c3
#c0d4c4
#c1d5c5
#c2d6c6
#c3d7c7
#c4d8c8
#c5d9c9
#c6daca
#b7cbbb
#b6caba
#b5c9b9
#b4c8b8
#b3c7b7
#b2c6b6
#b1c5b5
#b0c4b4
#afc3b3
#aec2b2
#adc1b1
#acc0b0
#abbfaf
#aabeae

Download this Light Green

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

#b8ccbc Color Code Preview on Black Background Color

This is how #b8ccbc Color will look on black background color. Color contrast ratio is 12.40

#b8ccbc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b8ccbc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b8ccbc

#b8ccbc color code is use for CSS Background Color

Background color for the above div is #b8ccbc

HTML with inline CSS

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

#b8ccbc color code is use for CSS Border Color

CSS Border color for the above div is #b8ccbc

HTML with inline CSS

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

CSS Border Left color for the above div is #b8ccbc

HTML with inline CSS

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

CSS Border Right color for the above div is #b8ccbc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b8ccbc

HTML with inline CSS

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

CSS Border Top color for the above div is #b8ccbc

HTML with inline CSS

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

#b8ccbc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b8ccbc Color code Preview on White Background

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

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