Skip to main content Skip to docs navigation

#bbd2ce 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 Pale Icelandish and its hex is #BDD4D1 Nearest Color Name

Color Hue/Base color: Green

Hex #bbd2ce Color code in RGB color code model is created after adding 73.33% red color, 82.35% green color and 80.78% blue color. Hex #bbd2ce Color code in CMYK color (process color) code model is generated after subtraction of 11% cyan, 0% magenta, 2% yellow and 17.65% black.

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

RGB Chart

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

Color Table

Hex Color Code bbd2ce #bbd2ce
RGB Decimal 187, 210, 206 187, 210, 206
RGB Percent 73%, 82%, 81% rgb(73%, 82%, 81%)
CSS RGBa 187, 210, 206,1 rgba(187,210,206,1)
CMYK Model cmyk(11%,0%,2%,17.65%)
HSL Color Space 170,20% ,78% hsl(170,20% ,78%)
HSV Color Space 170°, 11%, 82%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10111011 11010010 11001110
Octal 273 322 316
Decimal 187 210 206
Hex bb d2 ce

Different shades of #bbd2ce color code.

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

Darkest of #bbd2ce
#61938a
Darker of #bbd2ce
#7ea9a2
Dark of #bbd2ce
#9cbeb8
Base of #bbd2ce
#bbd2ce
Light of #bbd2ce
#dae6e4
Lighter
#f8fbfa
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

#bbd2ce
#d2bbbf

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

Split Complementary

#bbd2ce
#d2bbca
#d2c2bb

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

Analogous Color

#bbd2c1
#bbd2c4
#bbd2ce
#bbced2
#bbc5d2

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

#bbd2ce
#d2cebb
#cebbd2

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

#bbd2ce
#cebbd2
#d2bbbf
#bfd2bb

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

#bbd2ce
#c2bbd2
#d2bbbf
#cad2bb

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

#4d746d
#61938a
#7ea9a2
#9cbeb8
#bbd2ce
#dae6e4
#f8fbfa
#ffffff
#ffffff

Tints of #bbd2ce Color

#bbd2ce
#c2d7d3
#cadcd8
#d1e1de
#d9e6e3
#e0ebe9
#e8f0ee
#eff5f4
#f7faf9
#ffffff

Shades of #bbd2ce color code

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

#bbd2ce
#a6bab7
#91a3a0
#7c8c89
#677472
#535d5b
#3e4644
#292e2d
#141716
#000000

Tones

#bbd2ce
#c6c7c7
#c6c6c6
#c6c6c6
#c6c6c6

Tones

Similar Color like #bbd2ce color

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

#bcd3cf
#bdd4d0
#bed5d1
#bfd6d2
#c0d7d3
#c1d8d4
#c2d9d5
#c3dad6
#c4dbd7
#c5dcd8
#c6ddd9
#c7deda
#c8dfdb
#c9e0dc
#bad1cd
#b9d0cc
#b8cfcb
#b7ceca
#b6cdc9
#b5ccc8
#b4cbc7
#b3cac6
#b2c9c5
#b1c8c4
#b0c7c3
#afc6c2
#aec5c1
#adc4c0

Download this Light Green

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

#bbd2ce Color Code Preview on Black Background Color

This is how #bbd2ce Color will look on black background color. Color contrast ratio is 13.22

#bbd2ce in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbd2ce

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbd2ce

#bbd2ce color code is use for CSS Background Color

Background color for the above div is #bbd2ce

HTML with inline CSS

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

#bbd2ce color code is use for CSS Border Color

CSS Border color for the above div is #bbd2ce

HTML with inline CSS

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

CSS Border Left color for the above div is #bbd2ce

HTML with inline CSS

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

CSS Border Right color for the above div is #bbd2ce

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bbd2ce

HTML with inline CSS

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

CSS Border Top color for the above div is #bbd2ce

HTML with inline CSS

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

#bbd2ce hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bbd2ce Color code Preview on White Background

This is how #bbd2ce Color code will look on white background color. Color contrast ratio is 1.59

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

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