crispedge.com

Color picker

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

#b4adbd hex color - Violet - Cool color - Information

#b4adbd hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #b4adbd Color code in RGB color code model is created after adding 70.59% red color, 67.84% green color and 74.12% blue color. Hex #b4adbd Color code in CMYK color (process color) code model is generated after subtraction of 5% cyan, 8% magenta, 0% yellow and 26% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeb4adbd#b4adbd
RGB Decimal180, 173, 189rgb(180, 173, 189)
RGB Percent71%, 68%, 74%rgb(71%, 68%, 74%)
CSS RGBa180, 173, 189,1rgba(180,173,189,1)
CMYK Modelcmyk(5%,8%,0%,26%)
HSL Color Space266,11% ,71%hsl(266,11% ,71%)
HSV Color Space266°, 8%, 74%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101101001010110110111101
Octal264255275
Decimal180173189
Hexb4adbd

Different shades of #b4adbd color code.

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

Light Shade of #b4adbd
#cec9d4
Dark Shade of #b4adbd
#9a91a6
Saturated Shade of #b4adbd
#b3a6c4
Desaturated Shade of #b4adbd
#b5b4b6
Grey scale Shade of #b4adbd
#b5b5b5
Brighten Shade
#cdc6d6
Most Readable Shade
#000000

Shades of #b4adbd color code

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

#b4adbd
#a099a8
#8c8693
#78737e
#646069
#504c54
#3c393f
#28262a
#141315
#000000

Similar Color like #b4adbd color

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

#b5aebe
#b6afbf
#b7b0c0
#b8b1c1
#b9b2c2
#bab3c3
#bbb4c4
#bcb5c5
#bdb6c6
#beb7c7
#bfb8c8
#c0b9c9
#c1baca
#c2bbcb
#b3acbc
#b2abbb
#b1aaba
#b0a9b9
#afa8b8
#aea7b7
#ada6b6
#aca5b5
#aba4b4
#aaa3b3
#a9a2b2
#a8a1b1
#a7a0b0
#a69faf

Monochromatic Color with #b4adbd

#b4adbd
#dcd4e7
#121113
#3b383d
#635f68
#8c8692

Tints of #b4adbd Color

#b4adbd
#bcb6c4
#c4bfcb
#cdc8d3
#d5d1da
#dddae1
#e6e3e9
#eeecf0
#f6f5f7
#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

#b4adbd
#b6bdad

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

Split Complementary

#b4adbd
#bdbcad
#aebdad

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

Analogous Color

#aeadbd
#b1adbd
#b4adbd
#b7adbd
#baadbd

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

#b4adbd
#bdb4ad
#adbdb4

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

#b4adbd
#bdadae
#b6bdad
#adbdbc

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

#b4adbd
#b6bdad
#aebdad
#bcadbd

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

#b4adbd Color Code Preview on Black Background Color

This is how #b4adbd Color will look on black background color. Color contrast ratio is 9.65

#b4adbd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b4adbd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b4adbd

#b4adbd color code is use for CSS Background Color

Background color for the above div is #b4adbd

HTML with inline CSS

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

#b4adbd color code is use for CSS Border Color

CSS Border color for the above div is #b4adbd

HTML with inline CSS

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

CSS Border Left color for the above div is #b4adbd

HTML with inline CSS

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

CSS Border Right color for the above div is #b4adbd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b4adbd

HTML with inline CSS

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

CSS Border Top color for the above div is #b4adbd

HTML with inline CSS

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

#b4adbd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b4adbd Color code Preview on White Background

This is how #b4adbd Color code will look on white background color. Color contrast ratio is 2.18

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

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.