crispedge.com

Color picker

Loading...

#bbd9ba hex color - Green - Cool color - Information

#bbd9ba hex color - Green - Cool color

Color Hue/Base color: Green

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebbd9ba#bbd9ba
RGB Decimal187, 217, 186rgb(187, 217, 186)
RGB Percent73%, 85%, 73%rgb(73%, 85%, 73%)
CSS RGBa187, 217, 186,1rgba(187,217,186,1)
CMYK Modelcmyk(14%,0%,14%,15%)
HSL Color Space118,29% ,79%hsl(118,29% ,79%)
HSV Color Space118°, 14%, 85%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101110111101100110111010
Octal273331272
Decimal187217186
Hexbbd9ba

Different shades of #bbd9ba color code.

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

Light Shade of #bbd9ba
#dbebdb
Dark Shade of #bbd9ba
#9bc799
Saturated Shade of #bbd9ba
#b6deb5
Desaturated Shade of #bbd9ba
#c0d4bf
Grey scale Shade of #bbd9ba
#c9c9c9
Brighten Shade
#d4f2d3
Most Readable Shade
#000000

Shades of #bbd9ba color code

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

#bbd9ba
#a6c0a5
#91a890
#7c907c
#677867
#536052
#3e483e
#293029
#141814
#000000

Similar Color like #bbd9ba color

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

#bcdabb
#bddbbc
#bedcbd
#bfddbe
#c0debf
#c1dfc0
#c2e0c1
#c3e1c2
#c4e2c3
#c5e3c4
#c6e4c5
#c7e5c6
#c8e6c7
#c9e7c8
#bad8b9
#b9d7b8
#b8d6b7
#b7d5b6
#b6d4b5
#b5d3b4
#b4d2b3
#b3d1b2
#b2d0b1
#b1cfb0
#b0ceaf
#afcdae
#aeccad
#adcbac

Monochromatic Color with #bbd9ba

#bbd9ba
#040404
#292f28
#4d594d
#728471
#96ae96

Tints of #bbd9ba Color

#bbd9ba
#c2ddc1
#cae1c9
#d1e5d1
#d9e9d8
#e0eee0
#e8f2e8
#eff6ef
#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

#bbd9ba
#d8bad9

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

Split Complementary

#bbd9ba
#c9bad9
#d9bacb

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

Analogous Color

#c7d9ba
#c1d9ba
#bbd9ba
#bad9bf
#bad9c5

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

#bbd9ba
#babbd9
#d9babb

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

#bbd9ba
#bacad9
#d8bad9
#d9c8ba

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

#bbd9ba
#d8bad9
#d9bacb
#bad9c9

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

#bbd9ba Color Code Preview on Black Background Color

This is how #bbd9ba Color will look on black background color. Color contrast ratio is 13.75

#bbd9ba in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbd9ba

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbd9ba

#bbd9ba color code is use for CSS Background Color

Background color for the above div is #bbd9ba

HTML with inline CSS

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

#bbd9ba color code is use for CSS Border Color

CSS Border color for the above div is #bbd9ba

HTML with inline CSS

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

CSS Border Left color for the above div is #bbd9ba

HTML with inline CSS

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

CSS Border Right color for the above div is #bbd9ba

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bbd9ba

HTML with inline CSS

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

CSS Border Top color for the above div is #bbd9ba

HTML with inline CSS

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

#bbd9ba hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bbd9ba Color code Preview on White Background

This is how #bbd9ba Color code will look on white background color. Color contrast ratio is 1.53

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

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