crispedge.com

Color picker

Loading...

#bef7bf hex color - Green - Cool color - Information

#bef7bf hex color - Green - Cool color

Color Hue/Base color: Green

Hex #bef7bf Color code in RGB color code model is created after adding 74.51% red color, 96.86% green color and 74.9% blue color. Hex #bef7bf Color code in CMYK color (process color) code model is generated after subtraction of 23% cyan, 0% magenta, 23% yellow and 3% black.

Hex #bef7bf color code is between #bbffbb web safe hex color code and #cceecc web safe hex color code. #bbffbb is the nearest web safe color code. You can see here many more shades of #bef7bf color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebef7bf#bef7bf
RGB Decimal190, 247, 191rgb(190, 247, 191)
RGB Percent75%, 97%, 75%rgb(75%, 97%, 75%)
CSS RGBa190, 247, 191,1rgba(190,247,191,1)
CMYK Modelcmyk(23%,0%,23%,3%)
HSL Color Space121,78% ,86%hsl(121,78% ,86%)
HSV Color Space121°, 23%, 97%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101111101111011110111111
Octal276367277
Decimal190247191
Hexbef7bf

Different shades of #bef7bf color code.

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

Light Shade of #bef7bf
#ebfdec
Dark Shade of #bef7bf
#91f192
Saturated Shade of #bef7bf
#bafbbb
Desaturated Shade of #bef7bf
#c2f3c2
Grey scale Shade of #bef7bf
#dadada
Brighten Shade
#d7ffd8
Most Readable Shade
#000000

Shades of #bef7bf color code

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

#bef7bf
#a8dba9
#93c094
#7ea47f
#69896a
#546d54
#3f523f
#2a362a
#151b15
#000000

Similar Color like #bef7bf color

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

#bff8c0
#c0f9c1
#c1fac2
#c2fbc3
#c3fcc4
#c4fdc5
#c5fec6
#c6ffc7
#c7ffc8
#c8ffc9
#c9ffca
#caffcb
#cbffcc
#ccffcd
#bdf6be
#bcf5bd
#bbf4bc
#baf3bb
#b9f2ba
#b8f1b9
#b7f0b8
#b6efb7
#b5eeb6
#b4edb5
#b3ecb4
#b2ebb3
#b1eab2
#b0e9b1

Monochromatic Color with #bef7bf

#bef7bf
#1b221b
#3b4d3c
#5c775c
#7da27d
#9dcc9e

Tints of #bef7bf Color

#bef7bf
#c5f7c6
#ccf8cd
#d3f9d4
#dafadb
#e2fbe2
#e9fce9
#f0fdf0
#f7fef7
#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

#bef7bf
#f7bef6

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

Split Complementary

#bef7bf
#dcbef7
#f7bed9

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

Analogous Color

#d4f7be
#c8f7be
#bef7bf
#bef7ca
#bef7d6

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

#bef7bf
#bfbef7
#f7bfbe

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

#bef7bf
#bed9f7
#f7bef6
#f7dbbe

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

#bef7bf
#f7bef6
#f7bed9
#bef7dc

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

#bef7bf Color Code Preview on Black Background Color

This is how #bef7bf Color will look on black background color. Color contrast ratio is 17.25

#bef7bf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bef7bf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bef7bf

#bef7bf color code is use for CSS Background Color

Background color for the above div is #bef7bf

HTML with inline CSS

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

#bef7bf color code is use for CSS Border Color

CSS Border color for the above div is #bef7bf

HTML with inline CSS

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

CSS Border Left color for the above div is #bef7bf

HTML with inline CSS

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

CSS Border Right color for the above div is #bef7bf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bef7bf

HTML with inline CSS

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

CSS Border Top color for the above div is #bef7bf

HTML with inline CSS

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

#bef7bf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bef7bf Color code Preview on White Background

This is how #bef7bf Color code will look on white background color. Color contrast ratio is 1.22

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

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(190,247,191,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(247,190,246,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(190,247,191,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.