crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#bebaa6 hex color - Green - Warm color - Information

#bebaa6 hex color - Green - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Green

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

Hex #bebaa6 color code is between #bbbbaa web safe hex color code and #ccaa99 web safe hex color code. #bbbbaa is the nearest web safe color code. You can see here many more shades of #bebaa6 color code.

0 Likes 0 Comments | 4 Views

Color Table

Hex Color Codebebaa6#bebaa6
RGB Decimal190, 186, 166rgb(190, 186, 166)
RGB Percent75%, 73%, 65%rgb(75%, 73%, 65%)
CSS RGBa190, 186, 166,1rgba(190,186,166,1)
CMYK Modelcmyk(0%,2%,13%,25%)
HSL Color Space50,16% ,70%hsl(50,16% ,70%)
HSV Color Space50°, 13%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111101011101010100110
Octal276272246
Decimal190186166
Hexbebaa6

Different shades of #bebaa6 color code.

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

Light Shade of #bebaa6
#d4d1c3
Dark Shade of #bebaa6
#a8a389
Saturated Shade of #bebaa6
#c6bf9e
Desaturated Shade of #bebaa6
#b6b5ae
Grey scale Shade of #bebaa6
#b2b2b2
Brighten Shade
#d7d3bf
Most Readable Shade
#000000

Shades of #bebaa6 color code

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

#bebaa6
#a8a593
#939081
#7e7c6e
#69675c
#545249
#3f3e37
#2a2924
#151412
#000000

Similar Color like #bebaa6 color

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

#bfbba7
#c0bca8
#c1bda9
#c2beaa
#c3bfab
#c4c0ac
#c5c1ad
#c6c2ae
#c7c3af
#c8c4b0
#c9c5b1
#cac6b2
#cbc7b3
#ccc8b4
#bdb9a5
#bcb8a4
#bbb7a3
#bab6a2
#b9b5a1
#b8b4a0
#b7b39f
#b6b29e
#b5b19d
#b4b09c
#b3af9b
#b2ae9a
#b1ad99
#b0ac98

Monochromatic Color with #bebaa6

#bebaa6
#e8e4cb
#141411
#3e3d37
#69675c
#939081

Tints of #bebaa6 Color

#bebaa6
#c5c1af
#ccc9b9
#d3d1c3
#dad8cd
#e2e0d7
#e9e8e1
#f0efeb
#f7f7f5
#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

#bebaa6
#a6aabe

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

Split Complementary

#bebaa6
#a6b6be
#aea6be

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

Analogous Color

#beb0a6
#beb5a6
#bebaa6
#bdbea6
#b8bea6

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

#bebaa6
#a6beba
#baa6be

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

#bebaa6
#a6beae
#a6aabe
#bea6b6

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

#bebaa6
#a6aabe
#aea6be
#b6bea6

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

#bebaa6 Color Code Preview on Black Background Color

This is how #bebaa6 Color will look on black background color. Color contrast ratio is 10.76

#bebaa6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bebaa6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bebaa6

#bebaa6 color code is use for CSS Background Color

Background color for the above div is #bebaa6

HTML with inline CSS

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

#bebaa6 color code is use for CSS Border Color

CSS Border color for the above div is #bebaa6

HTML with inline CSS

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

CSS Border Left color for the above div is #bebaa6

HTML with inline CSS

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

CSS Border Right color for the above div is #bebaa6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bebaa6

HTML with inline CSS

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

CSS Border Top color for the above div is #bebaa6

HTML with inline CSS

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

#bebaa6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bebaa6 Color code Preview on White Background

This is how #bebaa6 Color code will look on white background color. Color contrast ratio is 1.95

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.