Skip to main content Skip to docs navigation

#b8cfbb 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 Ultramint and its hex is #B6CCB6 Nearest Color Name

Color Hue/Base color: Green

Hex #b8cfbb Color code in RGB color code model is created after adding 72.16% red color, 81.18% green color and 73.33% blue color. Hex #b8cfbb Color code in CMYK color (process color) code model is generated after subtraction of 11% cyan, 0% magenta, 10% yellow and 18.82% black.

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

RGB Chart

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

Color Table

Hex Color Code b8cfbb #b8cfbb
RGB Decimal 184, 207, 187 184, 207, 187
RGB Percent 72%, 81%, 73% rgb(72%, 81%, 73%)
CSS RGBa 184, 207, 187,1 rgba(184,207,187,1)
CMYK Model cmyk(11%,0%,10%,18.82%)
HSL Color Space 128,19% ,77% hsl(128,19% ,77%)
HSV Color Space 128°, 11%, 81%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10111000 11001111 10111011
Octal 270 317 273
Decimal 184 207 187
Hex b8 cf bb

Different shades of #b8cfbb color code.

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

Darkest of #b8cfbb
#608e66
Darker of #b8cfbb
#7ba681
Dark of #b8cfbb
#9aba9e
Base of #b8cfbb
#b8cfbb
Light of #b8cfbb
#d6e4d8
Lighter
#f5f8f5
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

#b8cfbb
#cfb8cc

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

Split Complementary

#b8cfbb
#c7b8cf
#cfb8c1

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

Analogous Color

#c2cfb8
#bfcfb8
#b8cfbb
#b8cfc3
#b8cfcc

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

#b8cfbb
#cfbbb8
#bbb8cf

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

#b8cfbb
#bbb8cf
#cfb8cc
#cccfb8

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

#b8cfbb
#b8c1cf
#cfb8cc
#cfc7b8

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

#4b7050
#608e66
#7ba681
#9aba9e
#b8cfbb
#d6e4d8
#f5f8f5
#ffffff
#ffffff

Tints of #b8cfbb Color

#b8cfbb
#bfd4c2
#c7d9ca
#cfdfd1
#d7e4d9
#dfe9e0
#e7efe8
#eff4ef
#f7f9f7
#ffffff

Shades of #b8cfbb color code

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

#b8cfbb
#a3b8a6
#8fa191
#7a8a7c
#667367
#515c53
#3d453e
#282e29
#141714
#000000

Tones

#b8cfbb
#c4c4c4
#c4c4c4
#c4c4c4
#c4c4c4

Tones

Similar Color like #b8cfbb color

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

#b9d0bc
#bad1bd
#bbd2be
#bcd3bf
#bdd4c0
#bed5c1
#bfd6c2
#c0d7c3
#c1d8c4
#c2d9c5
#c3dac6
#c4dbc7
#c5dcc8
#c6ddc9
#b7ceba
#b6cdb9
#b5ccb8
#b4cbb7
#b3cab6
#b2c9b5
#b1c8b4
#b0c7b3
#afc6b2
#aec5b1
#adc4b0
#acc3af
#abc2ae
#aac1ad

Download this Light Green

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

#b8cfbb Color Code Preview on Black Background Color

This is how #b8cfbb Color will look on black background color. Color contrast ratio is 12.68

#b8cfbb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b8cfbb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b8cfbb

#b8cfbb color code is use for CSS Background Color

Background color for the above div is #b8cfbb

HTML with inline CSS

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

#b8cfbb color code is use for CSS Border Color

CSS Border color for the above div is #b8cfbb

HTML with inline CSS

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

CSS Border Left color for the above div is #b8cfbb

HTML with inline CSS

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

CSS Border Right color for the above div is #b8cfbb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b8cfbb

HTML with inline CSS

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

CSS Border Top color for the above div is #b8cfbb

HTML with inline CSS

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

#b8cfbb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b8cfbb Color code Preview on White Background

This is how #b8cfbb Color code will look on white background color. Color contrast ratio is 1.66

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

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