crispedge.com

Color picker

Loading...

#bebe9f hex color - Green - Warm color - Information

#bebe9f hex color - Green - Warm color

Color Hue/Base color: Green

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

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

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codebebe9f#bebe9f
RGB Decimal190, 190, 159rgb(190, 190, 159)
RGB Percent75%, 75%, 62%rgb(75%, 75%, 62%)
CSS RGBa190, 190, 159,1rgba(190,190,159,1)
CMYK Modelcmyk(0%,0%,16%,25%)
HSL Color Space60,19% ,68%hsl(60,19% ,68%)
HSV Color Space60°, 16%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111101011111010011111
Octal276276237
Decimal190190159
Hexbebe9f

Different shades of #bebe9f color code.

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

Light Shade of #bebe9f
#d3d3bd
Dark Shade of #bebe9f
#a9a981
Saturated Shade of #bebe9f
#c6c697
Desaturated Shade of #bebe9f
#b6b6a7
Grey scale Shade of #bebe9f
#aeaeae
Brighten Shade
#d7d7b8
Most Readable Shade
#000000

Shades of #bebe9f color code

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

#bebe9f
#a8a88d
#93937b
#7e7e6a
#696958
#545446
#3f3f35
#2a2a23
#151511
#000000

Similar Color like #bebe9f color

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

#bfbfa0
#c0c0a1
#c1c1a2
#c2c2a3
#c3c3a4
#c4c4a5
#c5c5a6
#c6c6a7
#c7c7a8
#c8c8a9
#c9c9aa
#cacaab
#cbcbac
#ccccad
#bdbd9e
#bcbc9d
#bbbb9c
#baba9b
#b9b99a
#b8b899
#b7b798
#b6b697
#b5b596
#b4b495
#b3b394
#b2b293
#b1b192
#b0b091

Monochromatic Color with #bebe9f

#bebe9f
#e8e8c3
#141411
#3e3e34
#696958
#93937b

Tints of #bebe9f Color

#bebe9f
#c5c5a9
#ccccb4
#d3d3bf
#dadac9
#e2e2d4
#e9e9df
#f0f0e9
#f7f7f4
#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

#bebe9f
#9f9fbe

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

Split Complementary

#bebe9f
#9fafbe
#af9fbe

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

Analogous Color

#beb29f
#beb89f
#bebe9f
#b8be9f
#b2be9f

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

#bebe9f
#9fbebe
#be9fbe

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

#bebe9f
#9fbeae
#9f9fbe
#be9fae

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

#bebe9f
#9f9fbe
#af9fbe
#afbe9f

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

#bebe9f Color Code Preview on Black Background Color

This is how #bebe9f Color will look on black background color. Color contrast ratio is 11.06

#bebe9f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bebe9f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bebe9f

#bebe9f color code is use for CSS Background Color

Background color for the above div is #bebe9f

HTML with inline CSS

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

#bebe9f color code is use for CSS Border Color

CSS Border color for the above div is #bebe9f

HTML with inline CSS

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

CSS Border Left color for the above div is #bebe9f

HTML with inline CSS

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

CSS Border Right color for the above div is #bebe9f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bebe9f

HTML with inline CSS

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

CSS Border Top color for the above div is #bebe9f

HTML with inline CSS

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

#bebe9f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bebe9f Color code Preview on White Background

This is how #bebe9f Color code will look on white background color. Color contrast ratio is 1.90

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

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,190,159,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(159,159,190,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(190,190,159,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.