Skip to main content Skip to docs navigation

#bbd1cb 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 Jet Stream and its hex is #BBD0C9 Nearest Color Name

Color Hue/Base color: Green

Hex #bbd1cb Color code in RGB color code model is created after adding 73.33% red color, 81.96% green color and 79.61% blue color. Hex #bbd1cb Color code in CMYK color (process color) code model is generated after subtraction of 11% cyan, 0% magenta, 3% yellow and 18.04% black.

Hex #bbd1cb color code is between #aacccc web safe hex color code and #ccddbb web safe hex color code. #aacccc is the nearest web safe color code. You can see here many more shades of #bbd1cb color code.

RGB Chart

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

Color Table

Hex Color Code bbd1cb #bbd1cb
RGB Decimal 187, 209, 203 187, 209, 203
RGB Percent 73%, 82%, 80% rgb(73%, 82%, 80%)
CSS RGBa 187, 209, 203,1 rgba(187,209,203,1)
CMYK Model cmyk(11%,0%,3%,18.04%)
HSL Color Space 164,19% ,78% hsl(164,19% ,78%)
HSV Color Space 164°, 11%, 82%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10111011 11010001 11001011
Octal 273 321 313
Decimal 187 209 203
Hex bb d1 cb

Different shades of #bbd1cb color code.

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

Darkest of #bbd1cb
#629184
Darker of #bbd1cb
#7ea89c
Dark of #bbd1cb
#9dbcb4
Base of #bbd1cb
#bbd1cb
Light of #bbd1cb
#d9e6e2
Lighter
#f8fafa
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

#bbd1cb
#d1bbc1

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

Split Complementary

#bbd1cb
#d1bbcc
#d1c0bb

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

Analogous Color

#bbd1be
#bbd1c2
#bbd1cb
#bbd0d1
#bbc7d1

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

#bbd1cb
#d1cbbb
#cbbbd1

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

#bbd1cb
#cbbbd1
#d1bbc1
#c1d1bb

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

#bbd1cb
#c0bbd1
#d1bbc1
#ccd1bb

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

#4d7368
#629184
#7ea89c
#9dbcb4
#bbd1cb
#d9e6e2
#f8fafa
#ffffff
#ffffff

Tints of #bbd1cb Color

#bbd1cb
#c2d6d0
#cadbd6
#d1e0dc
#d9e5e2
#e0eae7
#e8efed
#eff4f3
#f7f9f9
#ffffff

Shades of #bbd1cb color code

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

#bbd1cb
#a6b9b4
#91a29d
#7c8b87
#677470
#535c5a
#3e4543
#292e2d
#141716
#000000

Tones

#bbd1cb
#c6c6c6
#c6c6c6
#c6c6c6
#c6c6c6

Tones

Similar Color like #bbd1cb color

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

#bcd2cc
#bdd3cd
#bed4ce
#bfd5cf
#c0d6d0
#c1d7d1
#c2d8d2
#c3d9d3
#c4dad4
#c5dbd5
#c6dcd6
#c7ddd7
#c8ded8
#c9dfd9
#bad0ca
#b9cfc9
#b8cec8
#b7cdc7
#b6ccc6
#b5cbc5
#b4cac4
#b3c9c3
#b2c8c2
#b1c7c1
#b0c6c0
#afc5bf
#aec4be
#adc3bd

Download this Light Green

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

#bbd1cb Color Code Preview on Black Background Color

This is how #bbd1cb Color will look on black background color. Color contrast ratio is 13.10

#bbd1cb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbd1cb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbd1cb

#bbd1cb color code is use for CSS Background Color

Background color for the above div is #bbd1cb

HTML with inline CSS

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

#bbd1cb color code is use for CSS Border Color

CSS Border color for the above div is #bbd1cb

HTML with inline CSS

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

CSS Border Left color for the above div is #bbd1cb

HTML with inline CSS

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

CSS Border Right color for the above div is #bbd1cb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bbd1cb

HTML with inline CSS

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

CSS Border Top color for the above div is #bbd1cb

HTML with inline CSS

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

#bbd1cb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bbd1cb Color code Preview on White Background

This is how #bbd1cb Color code will look on white background color. Color contrast ratio is 1.60

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

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