crispedge.com

Color picker

Loading...

#b49bbb hex color - Violet - Warm color - Information

#b49bbb hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #b49bbb Color code in RGB color code model is created after adding 70.59% red color, 60.78% green color and 73.33% blue color. Hex #b49bbb Color code in CMYK color (process color) code model is generated after subtraction of 4% cyan, 17% magenta, 0% yellow and 27% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb49bbb#b49bbb
RGB Decimal180, 155, 187rgb(180, 155, 187)
RGB Percent71%, 61%, 73%rgb(71%, 61%, 73%)
CSS RGBa180, 155, 187,1rgba(180,155,187,1)
CMYK Modelcmyk(4%,17%,0%,27%)
HSL Color Space287,19% ,67%hsl(287,19% ,67%)
HSV Color Space287°, 17%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101001001101110111011
Octal264233273
Decimal180155187
Hexb49bbb

Different shades of #b49bbb color code.

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

Light Shade of #b49bbb
#cbb9d0
Dark Shade of #b49bbb
#9d7da6
Saturated Shade of #b49bbb
#b993c3
Desaturated Shade of #b49bbb
#afa3b3
Grey scale Shade of #b49bbb
#ababab
Brighten Shade
#cdb4d4
Most Readable Shade
#000000

Shades of #b49bbb color code

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

#b49bbb
#a089a6
#8c7891
#78677c
#645667
#504453
#3c333e
#282229
#141114
#000000

Similar Color like #b49bbb color

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

#b59cbc
#b69dbd
#b79ebe
#b89fbf
#b9a0c0
#baa1c1
#bba2c2
#bca3c3
#bda4c4
#bea5c5
#bfa6c6
#c0a7c7
#c1a8c8
#c2a9c9
#b39aba
#b299b9
#b198b8
#b097b7
#af96b6
#ae95b5
#ad94b4
#ac93b3
#ab92b2
#aa91b1
#a990b0
#a88faf
#a78eae
#a68dad

Monochromatic Color with #b49bbb

#b49bbb
#ddbee5
#100e11
#39313b
#625566
#8b7890

Tints of #b49bbb Color

#b49bbb
#bca6c2
#c4b1ca
#cdbcd1
#d5c7d9
#ddd2e0
#e6dde8
#eee8ef
#f6f3f7
#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

#b49bbb
#a2bb9b

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

Split Complementary

#b49bbb
#b2bb9b
#9bbba4

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

Analogous Color

#a79bbb
#ae9bbb
#b49bbb
#ba9bbb
#bb9bb5

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

#b49bbb
#bbb49b
#9bbbb4

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

#b49bbb
#bba49b
#a2bb9b
#9bb2bb

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

#b49bbb
#a2bb9b
#9bbba4
#bb9bb2

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

#b49bbb Color Code Preview on Black Background Color

This is how #b49bbb Color will look on black background color. Color contrast ratio is 8.35

#b49bbb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b49bbb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b49bbb

#b49bbb color code is use for CSS Background Color

Background color for the above div is #b49bbb

HTML with inline CSS

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

#b49bbb color code is use for CSS Border Color

CSS Border color for the above div is #b49bbb

HTML with inline CSS

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

CSS Border Left color for the above div is #b49bbb

HTML with inline CSS

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

CSS Border Right color for the above div is #b49bbb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b49bbb

HTML with inline CSS

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

CSS Border Top color for the above div is #b49bbb

HTML with inline CSS

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

#b49bbb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b49bbb Color code Preview on White Background

This is how #b49bbb Color code will look on white background color. Color contrast ratio is 2.52

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.