crispedge.com

Color picker

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

#bbc5aa hex color - Green - Warm color - Information

#bbc5aa hex color - Green - Warm color

Color Hue/Base color: Green

Hex #bbc5aa Color code in RGB color code model is created after adding 73.33% red color, 77.25% green color and 66.67% blue color. Hex #bbc5aa Color code in CMYK color (process color) code model is generated after subtraction of 5% cyan, 0% magenta, 14% yellow and 23% black.

Hex #bbc5aa color code is between #aacc99 web safe hex color code and #ccbbbb web safe hex color code. #aacc99 is the nearest web safe color code. You can see here many more shades of #bbc5aa color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codebbc5aa#bbc5aa
RGB Decimal187, 197, 170rgb(187, 197, 170)
RGB Percent73%, 77%, 67%rgb(73%, 77%, 67%)
CSS RGBa187, 197, 170,1rgba(187,197,170,1)
CMYK Modelcmyk(5%,0%,14%,23%)
HSL Color Space82,19% ,72%hsl(82,19% ,72%)
HSV Color Space82°, 14%, 77%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110111100010110101010
Octal273305252
Decimal187197170
Hexbbc5aa

Different shades of #bbc5aa color code.

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

Light Shade of #bbc5aa
#d3dac8
Dark Shade of #bbc5aa
#a3b08c
Saturated Shade of #bbc5aa
#bdcca3
Desaturated Shade of #bbc5aa
#b9beb1
Grey scale Shade of #bbc5aa
#b7b7b7
Brighten Shade
#d4dec3
Most Readable Shade
#000000

Shades of #bbc5aa color code

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

#bbc5aa
#a6af97
#919984
#7c8371
#676d5e
#53574b
#3e4138
#292b25
#141512
#000000

Similar Color like #bbc5aa color

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

#bcc6ab
#bdc7ac
#bec8ad
#bfc9ae
#c0caaf
#c1cbb0
#c2ccb1
#c3cdb2
#c4ceb3
#c5cfb4
#c6d0b5
#c7d1b6
#c8d2b7
#c9d3b8
#bac4a9
#b9c3a8
#b8c2a7
#b7c1a6
#b6c0a5
#b5bfa4
#b4bea3
#b3bda2
#b2bca1
#b1bba0
#b0ba9f
#afb99e
#aeb89d
#adb79c

Monochromatic Color with #bbc5aa

#bbc5aa
#e3efcf
#1a1b17
#42453c
#6a7061
#939a85

Tints of #bbc5aa Color

#bbc5aa
#c2cbb3
#cad1bc
#d1d8c6
#d9decf
#e0e5d9
#e8ebe2
#eff2ec
#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

#bbc5aa
#b4aac5

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

Split Complementary

#bbc5aa
#aaadc5
#c2aac5

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

Analogous Color

#c5c4aa
#c0c5aa
#bbc5aa
#b6c5aa
#b0c5aa

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

#bbc5aa
#aabbc5
#c5aabb

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

#bbc5aa
#aac5c1
#b4aac5
#c5aaad

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

#bbc5aa
#b4aac5
#c2aac5
#adc5aa

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

#bbc5aa Color Code Preview on Black Background Color

This is how #bbc5aa Color will look on black background color. Color contrast ratio is 11.68

#bbc5aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbc5aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbc5aa

#bbc5aa color code is use for CSS Background Color

Background color for the above div is #bbc5aa

HTML with inline CSS

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

#bbc5aa color code is use for CSS Border Color

CSS Border color for the above div is #bbc5aa

HTML with inline CSS

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

CSS Border Left color for the above div is #bbc5aa

HTML with inline CSS

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

CSS Border Right color for the above div is #bbc5aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bbc5aa

HTML with inline CSS

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

CSS Border Top color for the above div is #bbc5aa

HTML with inline CSS

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

#bbc5aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bbc5aa Color code Preview on White Background

This is how #bbc5aa Color code will look on white background color. Color contrast ratio is 1.80

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.