crispedge.com

Color picker

Loading...

#b1ddbd hex color - Green - Cool color - Information

#b1ddbd hex color - Green - Cool color

Color Hue/Base color: Green

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

Hex #b1ddbd color code is between #aaccbb web safe hex color code and #bbeecc web safe hex color code. #aaccbb is the nearest web safe color code. You can see here many more shades of #b1ddbd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb1ddbd#b1ddbd
RGB Decimal177, 221, 189rgb(177, 221, 189)
RGB Percent69%, 87%, 74%rgb(69%, 87%, 74%)
CSS RGBa177, 221, 189,1rgba(177,221,189,1)
CMYK Modelcmyk(20%,0%,14%,13%)
HSL Color Space136,39% ,78%hsl(136,39% ,78%)
HSV Color Space136°, 20%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101100011101110110111101
Octal261335275
Decimal177221189
Hexb1ddbd

Different shades of #b1ddbd color code.

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

Light Shade of #b1ddbd
#d4ecdb
Dark Shade of #b1ddbd
#8dcd9f
Saturated Shade of #b1ddbd
#abe3ba
Desaturated Shade of #b1ddbd
#b7d7c0
Grey scale Shade of #b1ddbd
#c7c7c7
Brighten Shade
#caf6d6
Most Readable Shade
#000000

Shades of #b1ddbd color code

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

#b1ddbd
#9dc4a8
#89ab93
#76937e
#627a69
#4e6254
#3b493f
#27312a
#131815
#000000

Similar Color like #b1ddbd color

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

#b2debe
#b3dfbf
#b4e0c0
#b5e1c1
#b6e2c2
#b7e3c3
#b8e4c4
#b9e5c5
#bae6c6
#bbe7c7
#bce8c8
#bde9c9
#beeaca
#bfebcb
#b0dcbc
#afdbbb
#aedaba
#add9b9
#acd8b8
#abd7b7
#aad6b6
#a9d5b5
#a8d4b4
#a7d3b3
#a6d2b2
#a5d1b1
#a4d0b0
#a3cfaf

Monochromatic Color with #b1ddbd

#b1ddbd
#070807
#29332c
#4b5d50
#6d8874
#8fb399

Tints of #b1ddbd Color

#b1ddbd
#b9e0c4
#c2e4cb
#cbe8d3
#d3ecda
#dcefe1
#e5f3e9
#edf7f0
#f6fbf7
#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

#b1ddbd
#ddb1d1

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

Split Complementary

#b1ddbd
#d3b1dd
#ddb1bb

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

Analogous Color

#b7ddb1
#b1ddb4
#b1ddbd
#b1ddc6
#b1ddcf

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

#b1ddbd
#bdb1dd
#ddbdb1

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

#b1ddbd
#b1bbdd
#ddb1d1
#ddd3b1

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

#b1ddbd
#ddb1d1
#ddb1bb
#b1ddd3

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

#b1ddbd Color Code Preview on Black Background Color

This is how #b1ddbd Color will look on black background color. Color contrast ratio is 13.95

#b1ddbd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b1ddbd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b1ddbd

#b1ddbd color code is use for CSS Background Color

Background color for the above div is #b1ddbd

HTML with inline CSS

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

#b1ddbd color code is use for CSS Border Color

CSS Border color for the above div is #b1ddbd

HTML with inline CSS

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

CSS Border Left color for the above div is #b1ddbd

HTML with inline CSS

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

CSS Border Right color for the above div is #b1ddbd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b1ddbd

HTML with inline CSS

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

CSS Border Top color for the above div is #b1ddbd

HTML with inline CSS

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

#b1ddbd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b1ddbd Color code Preview on White Background

This is how #b1ddbd Color code will look on white background color. Color contrast ratio is 1.51

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

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(177,221,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(221,177,209,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(177,221,189,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.