crispedge.com

Color picker

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

#bbbaa0 hex color - Green - Warm color - Information

#bbbaa0 hex color - Green - Warm color

Color Hue/Base color: Green

Hex #bbbaa0 Color code in RGB color code model is created after adding 73.33% red color, 72.94% green color and 62.75% blue color. Hex #bbbaa0 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 1% magenta, 14% yellow and 27% black.

Hex #bbbaa0 color code is between #aabb99 web safe hex color code and #ccaaaa web safe hex color code. #aabb99 is the nearest web safe color code. You can see here many more shades of #bbbaa0 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codebbbaa0#bbbaa0
RGB Decimal187, 186, 160rgb(187, 186, 160)
RGB Percent73%, 73%, 63%rgb(73%, 73%, 63%)
CSS RGBa187, 186, 160,1rgba(187,186,160,1)
CMYK Modelcmyk(0%,1%,14%,27%)
HSL Color Space58,17% ,68%hsl(58,17% ,68%)
HSV Color Space58°, 14%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110111011101010100000
Octal273272240
Decimal187186160
Hexbbbaa0

Different shades of #bbbaa0 color code.

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

Light Shade of #bbbaa0
#d0d0be
Dark Shade of #bbbaa0
#a6a482
Saturated Shade of #bbbaa0
#c3c298
Desaturated Shade of #bbbaa0
#b3b2a8
Grey scale Shade of #bbbaa0
#adadad
Brighten Shade
#d4d3b9
Most Readable Shade
#000000

Shades of #bbbaa0 color code

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

#bbbaa0
#a6a58e
#91907c
#7c7c6a
#676758
#535247
#3e3e35
#292923
#141411
#000000

Similar Color like #bbbaa0 color

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

#bcbba1
#bdbca2
#bebda3
#bfbea4
#c0bfa5
#c1c0a6
#c2c1a7
#c3c2a8
#c4c3a9
#c5c4aa
#c6c5ab
#c7c6ac
#c8c7ad
#c9c8ae
#bab99f
#b9b89e
#b8b79d
#b7b69c
#b6b59b
#b5b49a
#b4b399
#b3b298
#b2b197
#b1b096
#b0af95
#afae94
#aead93
#adac92

Monochromatic Color with #bbbaa0

#bbbaa0
#e5e4c4
#11110f
#3b3b33
#666557
#90907c

Tints of #bbbaa0 Color

#bbbaa0
#c2c1aa
#cac9b5
#d1d1bf
#d9d8ca
#e0e0d4
#e8e8df
#efefe9
#f7f7f4
#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

#bbbaa0
#a0a1bb

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

Split Complementary

#bbbaa0
#a0aebb
#ada0bb

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

Analogous Color

#bbafa0
#bbb5a0
#bbbaa0
#b7bba0
#b1bba0

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

#bbbaa0
#a0bbba
#baa0bb

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

#bbbaa0
#a0bbac
#a0a1bb
#bba0ae

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

#bbbaa0
#a0a1bb
#ada0bb
#aebba0

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

#bbbaa0 Color Code Preview on Black Background Color

This is how #bbbaa0 Color will look on black background color. Color contrast ratio is 10.64

#bbbaa0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbbaa0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbbaa0

#bbbaa0 color code is use for CSS Background Color

Background color for the above div is #bbbaa0

HTML with inline CSS

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

#bbbaa0 color code is use for CSS Border Color

CSS Border color for the above div is #bbbaa0

HTML with inline CSS

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

CSS Border Left color for the above div is #bbbaa0

HTML with inline CSS

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

CSS Border Right color for the above div is #bbbaa0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bbbaa0

HTML with inline CSS

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

CSS Border Top color for the above div is #bbbaa0

HTML with inline CSS

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

#bbbaa0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bbbaa0 Color code Preview on White Background

This is how #bbbaa0 Color code will look on white background color. Color contrast ratio is 1.97

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.