crispedge.com

Color picker

Loading...

#bbdf9d hex color - Green - Cool color - Information

#bbdf9d hex color - Green - Cool color

Color Hue/Base color: Green

Hex #bbdf9d Color code in RGB color code model is created after adding 73.33% red color, 87.45% green color and 61.57% blue color. Hex #bbdf9d Color code in CMYK color (process color) code model is generated after subtraction of 16% cyan, 0% magenta, 30% yellow and 13% black.

Hex #bbdf9d color code is between #aadd99 web safe hex color code and #cceeaa web safe hex color code. #aadd99 is the nearest web safe color code. You can see here many more shades of #bbdf9d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebbdf9d#bbdf9d
RGB Decimal187, 223, 157rgb(187, 223, 157)
RGB Percent73%, 87%, 62%rgb(73%, 87%, 62%)
CSS RGBa187, 223, 157,1rgba(187,223,157,1)
CMYK Modelcmyk(16%,0%,30%,13%)
HSL Color Space93,51% ,75%hsl(93,51% ,75%)
HSV Color Space93°, 30%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101110111101111110011101
Octal273337235
Decimal187223157
Hexbbdf9d

Different shades of #bbdf9d color code.

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

Light Shade of #bbdf9d
#d6ecc3
Dark Shade of #bbdf9d
#a0d277
Saturated Shade of #bbdf9d
#bae596
Desaturated Shade of #bbdf9d
#bcd8a3
Grey scale Shade of #bbdf9d
#bebebe
Brighten Shade
#d4f8b6
Most Readable Shade
#000000

Shades of #bbdf9d color code

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

#bbdf9d
#a6c68b
#91ad7a
#7c9468
#677b57
#536345
#3e4a34
#293122
#141811
#000000

Similar Color like #bbdf9d color

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

#bce09e
#bde19f
#bee2a0
#bfe3a1
#c0e4a2
#c1e5a3
#c2e6a4
#c3e7a5
#c4e8a6
#c5e9a7
#c6eaa8
#c7eba9
#c8ecaa
#c9edab
#bade9c
#b9dd9b
#b8dc9a
#b7db99
#b6da98
#b5d997
#b4d896
#b3d795
#b2d694
#b1d593
#b0d492
#afd391
#aed290
#add18f

Monochromatic Color with #bbdf9d

#bbdf9d
#090a07
#2c3525
#505f43
#748a61
#97b47f

Tints of #bbdf9d Color

#bbdf9d
#c2e2a7
#cae6b2
#d1e9bd
#d9edc8
#e0f0d3
#e8f4de
#eff7e9
#f7fbf4
#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

#bbdf9d
#c19ddf

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

Split Complementary

#bbdf9d
#a09ddf
#df9ddc

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

Analogous Color

#d5df9d
#c8df9d
#bbdf9d
#aedf9d
#a1df9d

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

#bbdf9d
#9dbbdf
#df9dbb

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

#bbdf9d
#9ddcdf
#c19ddf
#dfa09d

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

#bbdf9d
#c19ddf
#df9ddc
#9ddfa0

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 #bbdf9d 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.

#bbdf9d Color Code Preview on Black Background Color

This is how #bbdf9d Color will look on black background color. Color contrast ratio is 14.15

#bbdf9d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbdf9d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbdf9d

#bbdf9d color code is use for CSS Background Color

Background color for the above div is #bbdf9d

HTML with inline CSS

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

#bbdf9d color code is use for CSS Border Color

CSS Border color for the above div is #bbdf9d

HTML with inline CSS

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

CSS Border Left color for the above div is #bbdf9d

HTML with inline CSS

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

CSS Border Right color for the above div is #bbdf9d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bbdf9d

HTML with inline CSS

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

CSS Border Top color for the above div is #bbdf9d

HTML with inline CSS

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

#bbdf9d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bbdf9d Color code Preview on White Background

This is how #bbdf9d Color code will look on white background color. Color contrast ratio is 1.48

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.