crispedge.com

Color picker

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

#bec3aa hex color - Green - Warm color - Information

#bec3aa hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #bec3aa Color code in RGB color code model is created after adding 74.51% red color, 76.47% green color and 66.67% blue color. Hex #bec3aa Color code in CMYK color (process color) code model is generated after subtraction of 3% cyan, 0% magenta, 13% yellow and 24% black.

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

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codebec3aa#bec3aa
RGB Decimal190, 195, 170rgb(190, 195, 170)
RGB Percent75%, 76%, 67%rgb(75%, 76%, 67%)
CSS RGBa190, 195, 170,1rgba(190,195,170,1)
CMYK Modelcmyk(3%,0%,13%,24%)
HSL Color Space72,17% ,72%hsl(72,17% ,72%)
HSV Color Space72°, 13%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111101100001110101010
Octal276303252
Decimal190195170
Hexbec3aa

Different shades of #bec3aa color code.

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

Light Shade of #bec3aa
#d5d8c8
Dark Shade of #bec3aa
#a7ae8c
Saturated Shade of #bec3aa
#c2caa3
Desaturated Shade of #bec3aa
#babcb1
Grey scale Shade of #bec3aa
#b6b6b6
Brighten Shade
#d7dcc3
Most Readable Shade
#000000

Shades of #bec3aa color code

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

#bec3aa
#a8ad97
#939784
#7e8271
#696c5e
#54564b
#3f4138
#2a2b25
#151512
#000000

Similar Color like #bec3aa color

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

#bfc4ab
#c0c5ac
#c1c6ad
#c2c7ae
#c3c8af
#c4c9b0
#c5cab1
#c6cbb2
#c7ccb3
#c8cdb4
#c9ceb5
#cacfb6
#cbd0b7
#ccd1b8
#bdc2a9
#bcc1a8
#bbc0a7
#babfa6
#b9bea5
#b8bda4
#b7bca3
#b6bba2
#b5baa1
#b4b9a0
#b3b89f
#b2b79e
#b1b69d
#b0b59c

Monochromatic Color with #bec3aa

#bec3aa
#e7edcf
#181916
#42433b
#6b6e60
#959885

Tints of #bec3aa Color

#bec3aa
#c5c9b3
#ccd0bc
#d3d7c6
#daddcf
#e2e4d9
#e9ebe2
#f0f1ec
#f7f8f5
#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

#bec3aa
#afaac3

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

Split Complementary

#bec3aa
#aab2c3
#bbaac3

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

Analogous Color

#c3beaa
#c3c3aa
#bec3aa
#b9c3aa
#b4c3aa

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

#bec3aa
#aabec3
#c3aabe

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

#bec3aa
#aac3bb
#afaac3
#c3aab1

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

#bec3aa
#afaac3
#bbaac3
#b2c3aa

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

#bec3aa Color Code Preview on Black Background Color

This is how #bec3aa Color will look on black background color. Color contrast ratio is 11.58

#bec3aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bec3aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bec3aa

#bec3aa color code is use for CSS Background Color

Background color for the above div is #bec3aa

HTML with inline CSS

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

#bec3aa color code is use for CSS Border Color

CSS Border color for the above div is #bec3aa

HTML with inline CSS

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

CSS Border Left color for the above div is #bec3aa

HTML with inline CSS

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

CSS Border Right color for the above div is #bec3aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bec3aa

HTML with inline CSS

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

CSS Border Top color for the above div is #bec3aa

HTML with inline CSS

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

#bec3aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bec3aa Color code Preview on White Background

This is how #bec3aa Color code will look on white background color. Color contrast ratio is 1.81

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

Related Gradients

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.