crispedge.com

Color picker

Loading...

#bbcaab hex color - Green - Warm color - Information

#bbcaab hex color - Green - Warm color

Color Hue/Base color: Green

Hex #bbcaab Color code in RGB color code model is created after adding 73.33% red color, 79.22% green color and 67.06% blue color. Hex #bbcaab Color code in CMYK color (process color) code model is generated after subtraction of 7% cyan, 0% magenta, 15% yellow and 21% black.

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

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codebbcaab#bbcaab
RGB Decimal187, 202, 171rgb(187, 202, 171)
RGB Percent73%, 79%, 67%rgb(73%, 79%, 67%)
CSS RGBa187, 202, 171,1rgba(187,202,171,1)
CMYK Modelcmyk(7%,0%,15%,21%)
HSL Color Space89,23% ,73%hsl(89,23% ,73%)
HSV Color Space89°, 15%, 79%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110111100101010101011
Octal273312253
Decimal187202171
Hexbbcaab

Different shades of #bbcaab color code.

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

Light Shade of #bbcaab
#d4deca
Dark Shade of #bbcaab
#a2b68c
Saturated Shade of #bbcaab
#bbd1a4
Desaturated Shade of #bbcaab
#bbc3b2
Grey scale Shade of #bbcaab
#bababa
Brighten Shade
#d4e3c4
Most Readable Shade
#000000

Shades of #bbcaab color code

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

#bbcaab
#a6b398
#919d85
#7c8672
#67705f
#53594c
#3e4339
#292c26
#141613
#000000

Similar Color like #bbcaab color

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

#bccbac
#bdccad
#becdae
#bfceaf
#c0cfb0
#c1d0b1
#c2d1b2
#c3d2b3
#c4d3b4
#c5d4b5
#c6d5b6
#c7d6b7
#c8d7b8
#c9d8b9
#bac9aa
#b9c8a9
#b8c7a8
#b7c6a7
#b6c5a6
#b5c4a5
#b4c3a4
#b3c2a3
#b2c1a2
#b1c0a1
#b0bfa0
#afbe9f
#aebd9e
#adbc9d

Monochromatic Color with #bbcaab

#bbcaab
#e2f4cf
#1e201b
#454a3f
#6c7563
#949f87

Tints of #bbcaab Color

#bbcaab
#c2cfb4
#cad5bd
#d1dbc7
#d9e1d0
#e0e7d9
#e8ede3
#eff3ec
#f7f9f5
#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

#bbcaab
#baabca

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

Split Complementary

#bbcaab
#abacca
#caabca

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

Analogous Color

#c7caab
#c1caab
#bbcaab
#b5caab
#afcaab

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

#bbcaab
#abbbca
#caabbb

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

#bbcaab
#abcac9
#baabca
#caabab

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

#bbcaab
#baabca
#caabca
#accaab

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

#bbcaab Color Code Preview on Black Background Color

This is how #bbcaab Color will look on black background color. Color contrast ratio is 12.15

#bbcaab in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbcaab

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbcaab

#bbcaab color code is use for CSS Background Color

Background color for the above div is #bbcaab

HTML with inline CSS

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

#bbcaab color code is use for CSS Border Color

CSS Border color for the above div is #bbcaab

HTML with inline CSS

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

CSS Border Left color for the above div is #bbcaab

HTML with inline CSS

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

CSS Border Right color for the above div is #bbcaab

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bbcaab

HTML with inline CSS

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

CSS Border Top color for the above div is #bbcaab

HTML with inline CSS

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

#bbcaab hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bbcaab Color code Preview on White Background

This is how #bbcaab Color code will look on white background color. Color contrast ratio is 1.73

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

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.