crispedge.com

Color picker

Loading...

#bbd9bd hex color - Green - Cool color - Information

#bbd9bd hex color - Green - Cool color

Color Hue/Base color: Green

Hex #bbd9bd Color code in RGB color code model is created after adding 73.33% red color, 85.1% green color and 74.12% blue color. Hex #bbd9bd Color code in CMYK color (process color) code model is generated after subtraction of 14% cyan, 0% magenta, 13% yellow and 15% black.

Hex #bbd9bd color code is between #aaddbb web safe hex color code and #cccccc web safe hex color code. #aaddbb is the nearest web safe color code. You can see here many more shades of #bbd9bd color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codebbd9bd#bbd9bd
RGB Decimal187, 217, 189rgb(187, 217, 189)
RGB Percent73%, 85%, 74%rgb(73%, 85%, 74%)
CSS RGBa187, 217, 189,1rgba(187,217,189,1)
CMYK Modelcmyk(14%,0%,13%,15%)
HSL Color Space124,28% ,79%hsl(124,28% ,79%)
HSV Color Space124°, 14%, 85%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101110111101100110111101
Octal273331275
Decimal187217189
Hexbbd9bd

Different shades of #bbd9bd color code.

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

Light Shade of #bbd9bd
#dcebdd
Dark Shade of #bbd9bd
#9ac79d
Saturated Shade of #bbd9bd
#b6deb8
Desaturated Shade of #bbd9bd
#c0d4c2
Grey scale Shade of #bbd9bd
#cacaca
Brighten Shade
#d4f2d6
Most Readable Shade
#000000

Shades of #bbd9bd color code

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

#bbd9bd
#a6c0a8
#91a893
#7c907e
#677869
#536054
#3e483f
#29302a
#141815
#000000

Similar Color like #bbd9bd color

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

#bcdabe
#bddbbf
#bedcc0
#bfddc1
#c0dec2
#c1dfc3
#c2e0c4
#c3e1c5
#c4e2c6
#c5e3c7
#c6e4c8
#c7e5c9
#c8e6ca
#c9e7cb
#bad8bc
#b9d7bb
#b8d6ba
#b7d5b9
#b6d4b8
#b5d3b7
#b4d2b6
#b3d1b5
#b2d0b4
#b1cfb3
#b0ceb2
#afcdb1
#aeccb0
#adcbaf

Monochromatic Color with #bbd9bd

#bbd9bd
#040404
#292f29
#4d594e
#728473
#96ae98

Tints of #bbd9bd Color

#bbd9bd
#c2ddc4
#cae1cb
#d1e5d3
#d9e9da
#e0eee1
#e8f2e9
#eff6f0
#f7faf7
#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

#bbd9bd
#d9bbd7

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

Split Complementary

#bbd9bd
#ccbbd9
#d9bbc8

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

Analogous Color

#c5d9bb
#bfd9bb
#bbd9bd
#bbd9c3
#bbd9c9

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

#bbd9bd
#bdbbd9
#d9bdbb

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

#bbd9bd
#bbc8d9
#d9bbd7
#d9ccbb

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#bbd9bd
#d9bbd7
#d9bbc8
#bbd9cc

Double Complementary 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).

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

#bbd9bd Color Code Preview on Black Background Color

This is how #bbd9bd Color will look on black background color. Color contrast ratio is 13.77

#bbd9bd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbd9bd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbd9bd

#bbd9bd color code is use for CSS Background Color

Background color for the above div is #bbd9bd

HTML with inline CSS

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

#bbd9bd color code is use for CSS Border Color

CSS Border color for the above div is #bbd9bd

HTML with inline CSS

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

CSS Border Left color for the above div is #bbd9bd

HTML with inline CSS

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

CSS Border Right color for the above div is #bbd9bd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bbd9bd

HTML with inline CSS

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

CSS Border Top color for the above div is #bbd9bd

HTML with inline CSS

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

#bbd9bd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bbd9bd Color code Preview on White Background

This is how #bbd9bd Color code will look on white background color. Color contrast ratio is 1.52

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(187,217,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(217,187,215,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(187,217,189,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.