Skip to main content Skip to docs navigation

#b8aabb hex color | Download Dark Violet 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

Woow we have a nearby visually matching color name available. It's name is Lola and its hex is #B9ACBB Nearest Color Name

Color Hue/Base color: Violet

Hex #b8aabb Color code in RGB color code model is created after adding 72.16% red color, 66.67% green color and 73.33% blue color. Hex #b8aabb Color code in CMYK color (process color) code model is generated after subtraction of 2% cyan, 9% magenta, 0% yellow and 26.67% black.

Hex #b8aabb color code is between #bb99aa web safe hex color code and #aabbcc web safe hex color code. #bb99aa is the nearest web safe color code. You can see here many more shades of #b8aabb color code.

RGB Chart

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

Color Table

Hex Color Code b8aabb #b8aabb
RGB Decimal 184, 170, 187 184, 170, 187
RGB Percent 72%, 67%, 73% rgb(72%, 67%, 73%)
CSS RGBa 184, 170, 187,1 rgba(184,170,187,1)
CMYK Model cmyk(2%,9%,0%,26.67%)
HSL Color Space 289,11% ,70% hsl(289,11% ,70%)
HSV Color Space 289°, 9%, 73%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111000 10101010 10111011
Octal 270 252 273
Decimal 184 170 187
Hex b8 aa bb

Different shades of #b8aabb color code.

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

Darkest of #b8aabb
#6d5b71
Darker of #b8aabb
#89718e
Dark of #b8aabb
#a08ea4
Base of #b8aabb
#b8aabb
Light of #b8aabb
#d0c6d2
Lighter
#e7e3e8
Lightest
#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

#b8aabb
#adbbaa

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

Split Complementary

#b8aabb
#b6bbaa
#aabbaf

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

Analogous Color

#aeaabb
#b1aabb
#b8aabb
#bbaab8
#bbaab1

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

#b8aabb
#aabbb8
#bbb8aa

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

#b8aabb
#bbb8aa
#adbbaa
#aaadbb

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

#b8aabb
#bbafaa
#adbbaa
#aab6bb

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 #b8aabb

#524455
#6d5b71
#89718e
#a08ea4
#b8aabb
#d0c6d2
#e7e3e8
#ffffff
#ffffff

Tints of #b8aabb Color

#b8aabb
#bfb3c2
#c7bcca
#cfc6d1
#d7cfd9
#dfd9e0
#e7e2e8
#efecef
#f7f5f7
#ffffff

Shades of #b8aabb color code

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

#b8aabb
#a397a6
#8f8491
#7a717c
#665e67
#514b53
#3d383e
#282529
#141214
#000000

Tones

#b8aabb
#b3b3b3
#b3b3b3
#b3b3b3
#b3b3b3

Tones

Similar Color like #b8aabb color

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

#b9abbc
#baacbd
#bbadbe
#bcaebf
#bdafc0
#beb0c1
#bfb1c2
#c0b2c3
#c1b3c4
#c2b4c5
#c3b5c6
#c4b6c7
#c5b7c8
#c6b8c9
#b7a9ba
#b6a8b9
#b5a7b8
#b4a6b7
#b3a5b6
#b2a4b5
#b1a3b4
#b0a2b3
#afa1b2
#aea0b1
#ad9fb0
#ac9eaf
#ab9dae
#aa9cad

Download this Dark Violet

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

#b8aabb Color Code Preview on Black Background Color

This is how #b8aabb Color will look on black background color. Color contrast ratio is 9.51

#b8aabb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b8aabb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b8aabb

#b8aabb color code is use for CSS Background Color

Background color for the above div is #b8aabb

HTML with inline CSS

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

#b8aabb color code is use for CSS Border Color

CSS Border color for the above div is #b8aabb

HTML with inline CSS

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

CSS Border Left color for the above div is #b8aabb

HTML with inline CSS

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

CSS Border Right color for the above div is #b8aabb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b8aabb

HTML with inline CSS

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

CSS Border Top color for the above div is #b8aabb

HTML with inline CSS

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

#b8aabb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b8aabb Color code Preview on White Background

This is how #b8aabb Color code will look on white background color. Color contrast ratio is 2.21

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

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