crispedge.com

Color picker

Loading...

#b2beab hex color - Green - Cool color - Information

#b2beab hex color - Green - Cool color

Color Hue/Base color: Green

Hex #b2beab Color code in RGB color code model is created after adding 69.8% red color, 74.51% green color and 67.06% blue color. Hex #b2beab Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 0% magenta, 10% yellow and 25% black.

Hex #b2beab color code is between #aabbaa web safe hex color code and #bbccbb web safe hex color code. #aabbaa is the nearest web safe color code. You can see here many more shades of #b2beab color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeb2beab#b2beab
RGB Decimal178, 190, 171rgb(178, 190, 171)
RGB Percent70%, 75%, 67%rgb(70%, 75%, 67%)
CSS RGBa178, 190, 171,1rgba(178,190,171,1)
CMYK Modelcmyk(6%,0%,10%,25%)
HSL Color Space98,13% ,71%hsl(98,13% ,71%)
HSV Color Space98°, 10%, 75%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101100101011111010101011
Octal262276253
Decimal178190171
Hexb2beab

Different shades of #b2beab color code.

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

Light Shade of #b2beab
#ccd4c8
Dark Shade of #b2beab
#98a88e
Saturated Shade of #b2beab
#b0c5a4
Desaturated Shade of #b2beab
#b4b7b2
Grey scale Shade of #b2beab
#b4b4b4
Brighten Shade
#cbd7c4
Most Readable Shade
#000000

Shades of #b2beab color code

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

#b2beab
#9ea898
#8a9385
#767e72
#62695f
#4f544c
#3b3f39
#272a26
#131513
#000000

Similar Color like #b2beab color

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

#b3bfac
#b4c0ad
#b5c1ae
#b6c2af
#b7c3b0
#b8c4b1
#b9c5b2
#bac6b3
#bbc7b4
#bcc8b5
#bdc9b6
#becab7
#bfcbb8
#c0ccb9
#b1bdaa
#b0bca9
#afbba8
#aebaa7
#adb9a6
#acb8a5
#abb7a4
#aab6a3
#a9b5a2
#a8b4a1
#a7b3a0
#a6b29f
#a5b19e
#a4b09d

Monochromatic Color with #b2beab

#b2beab
#dae8d1
#131412
#3b3e38
#62695e
#8a9385

Tints of #b2beab Color

#b2beab
#bac5b4
#c3ccbd
#cbd3c7
#d4dad0
#dce2d9
#e5e9e3
#edf0ec
#f6f7f5
#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

#b2beab
#b7abbe

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

Split Complementary

#b2beab
#adabbe
#beabbc

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

Analogous Color

#babeab
#b6beab
#b2beab
#aebeab
#abbeac

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

#b2beab
#abb2be
#beabb2

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

#b2beab
#abbbbe
#b7abbe
#beadab

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

#b2beab
#b7abbe
#beabbc
#abbead

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

#b2beab Color Code Preview on Black Background Color

This is how #b2beab Color will look on black background color. Color contrast ratio is 10.85

#b2beab in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b2beab

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b2beab

#b2beab color code is use for CSS Background Color

Background color for the above div is #b2beab

HTML with inline CSS

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

#b2beab color code is use for CSS Border Color

CSS Border color for the above div is #b2beab

HTML with inline CSS

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

CSS Border Left color for the above div is #b2beab

HTML with inline CSS

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

CSS Border Right color for the above div is #b2beab

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b2beab

HTML with inline CSS

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

CSS Border Top color for the above div is #b2beab

HTML with inline CSS

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

#b2beab hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b2beab Color code Preview on White Background

This is how #b2beab Color code will look on white background color. Color contrast ratio is 1.94

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

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,190,171,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(183,171,190,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(178,190,171,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.