crispedge.com

Color picker

Loading...

#bbd99c hex color - Green - Warm color - Information

#bbd99c hex color - Green - Warm color

Color Hue/Base color: Green

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

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codebbd99c#bbd99c
RGB Decimal187, 217, 156rgb(187, 217, 156)
RGB Percent73%, 85%, 61%rgb(73%, 85%, 61%)
CSS RGBa187, 217, 156,1rgba(187,217,156,1)
CMYK Modelcmyk(14%,0%,28%,15%)
HSL Color Space90,45% ,73%hsl(90,45% ,73%)
HSV Color Space90°, 28%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110111101100110011100
Octal273331234
Decimal187217156
Hexbbd99c

Different shades of #bbd99c color code.

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

Light Shade of #bbd99c
#d4e7c1
Dark Shade of #bbd99c
#a2cb77
Saturated Shade of #bbd99c
#bbe095
Desaturated Shade of #bbd99c
#bbd2a3
Grey scale Shade of #bbd99c
#bababa
Brighten Shade
#d4f2b5
Most Readable Shade
#000000

Shades of #bbd99c color code

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

#bbd99c
#a6c08a
#91a879
#7c9068
#677856
#536045
#3e4834
#293022
#141811
#000000

Similar Color like #bbd99c color

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

#bcda9d
#bddb9e
#bedc9f
#bfdda0
#c0dea1
#c1dfa2
#c2e0a3
#c3e1a4
#c4e2a5
#c5e3a6
#c6e4a7
#c7e5a8
#c8e6a9
#c9e7aa
#bad89b
#b9d79a
#b8d699
#b7d598
#b6d497
#b5d396
#b4d295
#b3d194
#b2d093
#b1cf92
#b0ce91
#afcd90
#aecc8f
#adcb8e

Monochromatic Color with #bbd99c

#bbd99c
#040403
#282f22
#4d5940
#72845f
#96ae7d

Tints of #bbd99c Color

#bbd99c
#c2dda7
#cae1b2
#d1e5bd
#d9e9c8
#e0eed3
#e8f2de
#eff6e9
#f7faf4
#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

#bbd99c
#ba9cd9

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

Split Complementary

#bbd99c
#9c9cd9
#d99cd9

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

Analogous Color

#d3d99c
#c7d99c
#bbd99c
#afd99c
#a3d99c

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

#bbd99c
#9cbbd9
#d99cbb

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

#bbd99c
#9cd9d8
#ba9cd9
#d99c9c

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

#bbd99c
#ba9cd9
#d99cd9
#9cd99c

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

#bbd99c Color Code Preview on Black Background Color

This is how #bbd99c Color will look on black background color. Color contrast ratio is 13.52

#bbd99c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbd99c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbd99c

#bbd99c color code is use for CSS Background Color

Background color for the above div is #bbd99c

HTML with inline CSS

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

#bbd99c color code is use for CSS Border Color

CSS Border color for the above div is #bbd99c

HTML with inline CSS

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

CSS Border Left color for the above div is #bbd99c

HTML with inline CSS

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

CSS Border Right color for the above div is #bbd99c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bbd99c

HTML with inline CSS

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

CSS Border Top color for the above div is #bbd99c

HTML with inline CSS

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

#bbd99c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bbd99c Color code Preview on White Background

This is how #bbd99c Color code will look on white background color. Color contrast ratio is 1.55

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

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,156,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(186,156,217,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(187,217,156,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.