Skip to main content Skip to docs navigation

#BBC199 hex color | Beige and Sage | Download Dark Green BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Color Hue/Base color: Green

Hex #BBC199 Color Code is also known as | Beige and Sage color.

Hex #BBC199 Color code in RGB color code model is created after adding 73.33% red color, 75.69% green color and 60% blue color. Hex #BBC199 Color code in CMYK color (process color) code model is generated after subtraction of 3% cyan, 0% magenta, 21% yellow and 24.31% black.

Hex #BBC199 color code is between #aabb88 web safe hex color code and #ccccaa web safe hex color code. #aabb88 is the nearest web safe color code. You can see here many more shades of #BBC199 color code.

RGB Chart

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

Color Table

Hex Color Code BBC199 #BBC199
RGB Decimal 187, 193, 153 187, 193, 153
RGB Percent 73%, 76%, 60% rgb(73%, 76%, 60%)
CSS RGBa 187, 193, 153,1 rgba(187,193,153,1)
CMYK Model cmyk(3%,0%,21%,24.31%)
HSL Color Space 69,24% ,68% hsl(69,24% ,68%)
HSV Color Space 69°, 21%, 76%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111011 11000001 10011001
Octal 273 301 231
Decimal 187 193 153
Hex BB C1 99

Different shades of #BBC199 color code.

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

Darkest of #BBC199
#717849
Darker of #BBC199
#8f985c
Dark of #BBC199
#a6ae79
Base of #BBC199
#bbc199
Light of #BBC199
#d0d4b9
Lighter
#e5e8d8
Lightest
#fafbf8

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

#bbc199
#9f99c1

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

Split Complementary

#BBC199
#99a7c1
#b399c1

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

Analogous Color

#c1b099
#c1b699
#bbc199
#aec199
#9dc199

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

#BBC199
#c199bb
#99bbc1

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

#BBC199
#99bbc1
#9f99c1
#c19f99

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#BBC199
#99c1b3
#9f99c1
#c199a7

Square 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).

Monochromatic Color with #BBC199

#535836
#717849
#8f985c
#a6ae79
#bbc199
#d0d4b9
#e5e8d8
#fafbf8
#ffffff

Tints of #BBC199 Color

#bbc199
#c2c7a4
#caceaf
#d1d5bb
#d9dcc6
#e0e3d1
#e8eadd
#eff1e8
#f7f8f3
#ffffff

Shades of #BBC199 color code

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

#bbc199
#a6ab88
#919677
#7c8066
#676b55
#535544
#3e4033
#292a22
#141511
#000000

Tones

#bbc199
#b0b1a9
#adadad
#adadad
#adadad

Tones

Similar Color like #BBC199 color

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

#bcc29a
#bdc39b
#bec49c
#bfc59d
#c0c69e
#c1c79f
#c2c8a0
#c3c9a1
#c4caa2
#c5cba3
#c6cca4
#c7cda5
#c8cea6
#c9cfa7
#bac098
#b9bf97
#b8be96
#b7bd95
#b6bc94
#b5bb93
#b4ba92
#b3b991
#b2b890
#b1b78f
#b0b68e
#afb58d
#aeb48c
#adb38b

Download this Dark Green

Hex #BBC199 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.

#BBC199 Color Code Preview on Black Background Color

This is how #BBC199 Color will look on black background color. Color contrast ratio is 11.20

#BBC199 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #BBC199

HTML with inline CSS

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

Your Example Paragraph content text in with font color #BBC199

#BBC199 color code is use for CSS Background Color

Background color for the above div is #BBC199

HTML with inline CSS

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

#BBC199 color code is use for CSS Border Color

CSS Border color for the above div is #BBC199

HTML with inline CSS

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

CSS Border Left color for the above div is #BBC199

HTML with inline CSS

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

CSS Border Right color for the above div is #BBC199

HTML with inline CSS

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

CSS Border Bottom color for the above div is #BBC199

HTML with inline CSS

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

CSS Border Top color for the above div is #BBC199

HTML with inline CSS

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

#BBC199 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#BBC199 Color code Preview on White Background

This is how #BBC199 Color code will look on white background color. Color contrast ratio is 1.87

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(187,193,153,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(159,153,193,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(187,193,153,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }