crispedge.com

Color picker

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

#b29dcc hex color - Blue - Cool color - Information

#b29dcc hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #b29dcc Color code in RGB color code model is created after adding 69.8% red color, 61.57% green color and 80% blue color. Hex #b29dcc Color code in CMYK color (process color) code model is generated after subtraction of 13% cyan, 23% magenta, 0% yellow and 20% black.

Hex #b29dcc color code is between #aa99bb web safe hex color code and #bbaadd web safe hex color code. #aa99bb is the nearest web safe color code. You can see here many more shades of #b29dcc color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeb29dcc#b29dcc
RGB Decimal178, 157, 204rgb(178, 157, 204)
RGB Percent70%, 62%, 80%rgb(70%, 62%, 80%)
CSS RGBa178, 157, 204,1rgba(178,157,204,1)
CMYK Modelcmyk(13%,23%,0%,20%)
HSL Color Space267,32% ,71%hsl(267,32% ,71%)
HSV Color Space267°, 23%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101100101001110111001100
Octal262235314
Decimal178157204
Hexb29dcc

Different shades of #b29dcc color code.

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

Light Shade of #b29dcc
#ccbfdd
Dark Shade of #b29dcc
#987bbb
Saturated Shade of #b29dcc
#b196d3
Desaturated Shade of #b29dcc
#b3a4c5
Grey scale Shade of #b29dcc
#b4b4b4
Brighten Shade
#cbb6e5
Most Readable Shade
#000000

Shades of #b29dcc color code

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

#b29dcc
#9e8bb5
#8a7a9e
#766888
#625771
#4f455a
#3b3444
#27222d
#131116
#000000

Similar Color like #b29dcc color

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

#b39ecd
#b49fce
#b5a0cf
#b6a1d0
#b7a2d1
#b8a3d2
#b9a4d3
#baa5d4
#bba6d5
#bca7d6
#bda8d7
#bea9d8
#bfaad9
#c0abda
#b19ccb
#b09bca
#af9ac9
#ae99c8
#ad98c7
#ac97c6
#ab96c5
#aa95c4
#a994c3
#a893c2
#a792c1
#a691c0
#a590bf
#a48fbe

Monochromatic Color with #b29dcc

#b29dcc
#d7bef6
#1e1a22
#433b4c
#685c77
#8d7ca1

Tints of #b29dcc Color

#b29dcc
#baa7d1
#c3b2d7
#cbbddd
#d4c8e2
#dcd3e8
#e5deee
#ede9f3
#f6f4f9
#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

#b29dcc
#b7cc9d

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

Split Complementary

#b29dcc
#ccc99d
#a0cc9d

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

Analogous Color

#9f9dcc
#a99dcc
#b29dcc
#bb9dcc
#c59dcc

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

#b29dcc
#ccb29d
#9dccb2

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

#b29dcc
#cc9d9f
#b7cc9d
#9dccc9

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

#b29dcc
#b7cc9d
#a0cc9d
#c99dcc

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

#b29dcc Color Code Preview on Black Background Color

This is how #b29dcc Color will look on black background color. Color contrast ratio is 8.59

#b29dcc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b29dcc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b29dcc

#b29dcc color code is use for CSS Background Color

Background color for the above div is #b29dcc

HTML with inline CSS

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

#b29dcc color code is use for CSS Border Color

CSS Border color for the above div is #b29dcc

HTML with inline CSS

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

CSS Border Left color for the above div is #b29dcc

HTML with inline CSS

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

CSS Border Right color for the above div is #b29dcc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b29dcc

HTML with inline CSS

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

CSS Border Top color for the above div is #b29dcc

HTML with inline CSS

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

#b29dcc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b29dcc Color code Preview on White Background

This is how #b29dcc Color code will look on white background color. Color contrast ratio is 2.45

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

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.