crispedge.com

Color picker

Loading...

#b2dcbc hex color - Green - Cool color - Information

#b2dcbc hex color - Green - Cool color

Color Hue/Base color: Green

Hex #b2dcbc Color code in RGB color code model is created after adding 69.8% red color, 86.27% green color and 73.73% blue color. Hex #b2dcbc Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 0% magenta, 15% yellow and 14% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb2dcbc#b2dcbc
RGB Decimal178, 220, 188rgb(178, 220, 188)
RGB Percent70%, 86%, 74%rgb(70%, 86%, 74%)
CSS RGBa178, 220, 188,1rgba(178,220,188,1)
CMYK Modelcmyk(19%,0%,15%,14%)
HSL Color Space134,38% ,78%hsl(134,38% ,78%)
HSV Color Space134°, 19%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101100101101110010111100
Octal262334274
Decimal178220188
Hexb2dcbc

Different shades of #b2dcbc color code.

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

Light Shade of #b2dcbc
#d5ecda
Dark Shade of #b2dcbc
#8fcc9d
Saturated Shade of #b2dcbc
#ace2b9
Desaturated Shade of #b2dcbc
#b8d6bf
Grey scale Shade of #b2dcbc
#c7c7c7
Brighten Shade
#cbf5d5
Most Readable Shade
#000000

Shades of #b2dcbc color code

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

#b2dcbc
#9ec3a7
#8aab92
#76927d
#627a68
#4f6153
#3b493e
#273029
#131814
#000000

Similar Color like #b2dcbc color

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

#b3ddbd
#b4debe
#b5dfbf
#b6e0c0
#b7e1c1
#b8e2c2
#b9e3c3
#bae4c4
#bbe5c5
#bce6c6
#bde7c7
#bee8c8
#bfe9c9
#c0eaca
#b1dbbb
#b0daba
#afd9b9
#aed8b8
#add7b7
#acd6b6
#abd5b5
#aad4b4
#a9d3b3
#a8d2b2
#a7d1b1
#a6d0b0
#a5cfaf
#a4ceae

Monochromatic Color with #b2dcbc

#b2dcbc
#060706
#28322b
#4b5c4f
#6d8773
#90b198

Tints of #b2dcbc Color

#b2dcbc
#badfc3
#c3e3ca
#cbe7d2
#d4ebd9
#dcefe1
#e5f3e8
#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

#b2dcbc
#dcb2d2

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

Split Complementary

#b2dcbc
#d1b2dc
#dcb2bd

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

Analogous Color

#b9dcb2
#b2dcb4
#b2dcbc
#b2dcc4
#b2dccd

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

#b2dcbc
#bcb2dc
#dcbcb2

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

#b2dcbc
#b2bddc
#dcb2d2
#dcd1b2

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

#b2dcbc
#dcb2d2
#dcb2bd
#b2dcd1

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

#b2dcbc Color Code Preview on Black Background Color

This is how #b2dcbc Color will look on black background color. Color contrast ratio is 13.86

#b2dcbc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b2dcbc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b2dcbc

#b2dcbc color code is use for CSS Background Color

Background color for the above div is #b2dcbc

HTML with inline CSS

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

#b2dcbc color code is use for CSS Border Color

CSS Border color for the above div is #b2dcbc

HTML with inline CSS

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

CSS Border Left color for the above div is #b2dcbc

HTML with inline CSS

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

CSS Border Right color for the above div is #b2dcbc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b2dcbc

HTML with inline CSS

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

CSS Border Top color for the above div is #b2dcbc

HTML with inline CSS

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

#b2dcbc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b2dcbc Color code Preview on White Background

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

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(178,220,188,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(220,178,210,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(178,220,188,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.