crispedge.com

Color picker

Loading...

#bbafa9 hex color - Brown - Warm color - Information

#bbafa9 hex color - Brown - Warm color

Color Hue/Base color: Brown

Hex #bbafa9 Color code in RGB color code model is created after adding 73.33% red color, 68.63% green color and 66.27% blue color. Hex #bbafa9 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 6% magenta, 10% yellow and 27% black.

Hex #bbafa9 color code is between #aaaaaa web safe hex color code and #ccbb99 web safe hex color code. #aaaaaa is the nearest web safe color code. You can see here many more shades of #bbafa9 color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codebbafa9#bbafa9
RGB Decimal187, 175, 169rgb(187, 175, 169)
RGB Percent73%, 69%, 66%rgb(73%, 69%, 66%)
CSS RGBa187, 175, 169,1rgba(187,175,169,1)
CMYK Modelcmyk(0%,6%,10%,27%)
HSL Color Space20,12% ,70%hsl(20,12% ,70%)
HSV Color Space20°, 10%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110111010111110101001
Octal273257251
Decimal187175169
Hexbbafa9

Different shades of #bbafa9 color code.

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

Light Shade of #bbafa9
#d2c9c5
Dark Shade of #bbafa9
#a4948d
Saturated Shade of #bbafa9
#c3aca1
Desaturated Shade of #bbafa9
#b3b2b1
Grey scale Shade of #bbafa9
#b2b2b2
Brighten Shade
#d4c8c2
Most Readable Shade
#000000

Shades of #bbafa9 color code

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

#bbafa9
#a69b96
#918883
#7c7470
#67615d
#534d4b
#3e3a38
#292625
#141312
#000000

Similar Color like #bbafa9 color

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

#bcb0aa
#bdb1ab
#beb2ac
#bfb3ad
#c0b4ae
#c1b5af
#c2b6b0
#c3b7b1
#c4b8b2
#c5b9b3
#c6bab4
#c7bbb5
#c8bcb6
#c9bdb7
#baaea8
#b9ada7
#b8aca6
#b7aba5
#b6aaa4
#b5a9a3
#b4a8a2
#b3a7a1
#b2a6a0
#b1a59f
#b0a49e
#afa39d
#aea29c
#ada19b

Monochromatic Color with #bbafa9

#bbafa9
#e5d7cf
#11100f
#3b3836
#665f5c
#908783

Tints of #bbafa9 Color

#bbafa9
#c2b7b2
#cac0bc
#d1c9c5
#d9d2cf
#e0dbd8
#e8e4e2
#efedeb
#f7f6f5
#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

#bbafa9
#a9b5bb

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

Split Complementary

#bbafa9
#a9bbb8
#a9acbb

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

Analogous Color

#bba9aa
#bbaba9
#bbafa9
#bbb3a9
#bbb6a9

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

#bbafa9
#a9bbaf
#afa9bb

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

#bbafa9
#acbba9
#a9b5bb
#b8a9bb

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

#bbafa9
#a9b5bb
#a9acbb
#bbb8a9

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

#bbafa9 Color Code Preview on Black Background Color

This is how #bbafa9 Color will look on black background color. Color contrast ratio is 9.82

#bbafa9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbafa9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbafa9

#bbafa9 color code is use for CSS Background Color

Background color for the above div is #bbafa9

HTML with inline CSS

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

#bbafa9 color code is use for CSS Border Color

CSS Border color for the above div is #bbafa9

HTML with inline CSS

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

CSS Border Left color for the above div is #bbafa9

HTML with inline CSS

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

CSS Border Right color for the above div is #bbafa9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bbafa9

HTML with inline CSS

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

CSS Border Top color for the above div is #bbafa9

HTML with inline CSS

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

#bbafa9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bbafa9 Color code Preview on White Background

This is how #bbafa9 Color code will look on white background color. Color contrast ratio is 2.14

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

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,175,169,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(169,181,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(187,175,169,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.