crispedge.com

Color picker

Loading...

#b29cb2 hex color - Violet - Warm color - Information

#b29cb2 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #b29cb2 Color code in RGB color code model is created after adding 69.8% red color, 61.18% green color and 69.8% blue color. Hex #b29cb2 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 12% magenta, 0% yellow and 30% black.

Hex #b29cb2 color code is between #aa99aa web safe hex color code and #bbaabb web safe hex color code. #aa99aa is the nearest web safe color code. You can see here many more shades of #b29cb2 color code.

0 Likes 0 Comments | 14 Views

RGB Chart

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

Color Table

Hex Color Codeb29cb2#b29cb2
RGB Decimal178, 156, 178rgb(178, 156, 178)
RGB Percent70%, 61%, 70%rgb(70%, 61%, 70%)
CSS RGBa178, 156, 178,1rgba(178,156,178,1)
CMYK Modelcmyk(0%,12%,0%,30%)
HSL Color Space300,13% ,65%hsl(300,13% ,65%)
HSV Color Space300°, 12%, 70%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100101001110010110010
Octal262234262
Decimal178156178
Hexb29cb2

Different shades of #b29cb2 color code.

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

Light Shade of #b29cb2
#c8b9c8
Dark Shade of #b29cb2
#9c7f9c
Saturated Shade of #b29cb2
#bb93bb
Desaturated Shade of #b29cb2
#a9a5a9
Grey scale Shade of #b29cb2
#a7a7a7
Brighten Shade
#cbb5cb
Most Readable Shade
#000000

Shades of #b29cb2 color code

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

#b29cb2
#9e8a9e
#8a798a
#766876
#625662
#4f454f
#3b343b
#272227
#131113
#000000

Similar Color like #b29cb2 color

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

#b39db3
#b49eb4
#b59fb5
#b6a0b6
#b7a1b7
#b8a2b8
#b9a3b9
#baa4ba
#bba5bb
#bca6bc
#bda7bd
#bea8be
#bfa9bf
#c0aac0
#b19bb1
#b09ab0
#af99af
#ae98ae
#ad97ad
#ac96ac
#ab95ab
#aa94aa
#a993a9
#a892a8
#a791a7
#a690a6
#a58fa5
#a48ea4

Monochromatic Color with #b29cb2

#b29cb2
#dcc1dc
#080708
#322c32
#5d525d
#877787

Tints of #b29cb2 Color

#b29cb2
#baa7ba
#c3b2c3
#cbbdcb
#d4c8d4
#dcd3dc
#e5dee5
#ede9ed
#f6f4f6
#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

#b29cb2
#9cb29c

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

Split Complementary

#b29cb2
#a7b29c
#9cb2a7

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

Analogous Color

#a99cb2
#ae9cb2
#b29cb2
#b29cae
#b29ca9

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

#b29cb2
#b2b29c
#9cb2b2

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

#b29cb2
#b2a79c
#9cb29c
#9ca7b2

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

#b29cb2
#9cb29c
#9cb2a7
#b29ca7

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

#b29cb2 Color Code Preview on Black Background Color

This is how #b29cb2 Color will look on black background color. Color contrast ratio is 8.29

#b29cb2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b29cb2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b29cb2

#b29cb2 color code is use for CSS Background Color

Background color for the above div is #b29cb2

HTML with inline CSS

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

#b29cb2 color code is use for CSS Border Color

CSS Border color for the above div is #b29cb2

HTML with inline CSS

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

CSS Border Left color for the above div is #b29cb2

HTML with inline CSS

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

CSS Border Right color for the above div is #b29cb2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b29cb2

HTML with inline CSS

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

CSS Border Top color for the above div is #b29cb2

HTML with inline CSS

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

#b29cb2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b29cb2 Color code Preview on White Background

This is how #b29cb2 Color code will look on white background color. Color contrast ratio is 2.53

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

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

0 Likes 0 Comments | 14 Views

Post your comment:-

By submitting comment you agree to our privacy policy.