crispedge.com

Color picker

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

#b7adbd hex color - Violet - Warm color - Information

#b7adbd hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

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

Hex #b7adbd 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 #b7adbd color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeb7adbd#b7adbd
RGB Decimal183, 173, 189rgb(183, 173, 189)
RGB Percent72%, 68%, 74%rgb(72%, 68%, 74%)
CSS RGBa183, 173, 189,1rgba(183,173,189,1)
CMYK Modelcmyk(3%,8%,0%,26%)
HSL Color Space278,11% ,71%hsl(278,11% ,71%)
HSV Color Space278°, 8%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101111010110110111101
Octal267255275
Decimal183173189
Hexb7adbd

Different shades of #b7adbd color code.

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

Light Shade of #b7adbd
#d0c9d4
Dark Shade of #b7adbd
#9e91a6
Saturated Shade of #b7adbd
#b9a6c4
Desaturated Shade of #b7adbd
#b5b4b6
Grey scale Shade of #b7adbd
#b5b5b5
Brighten Shade
#d0c6d6
Most Readable Shade
#000000

Shades of #b7adbd color code

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

#b7adbd
#a299a8
#8e8693
#7a737e
#656069
#514c54
#3d393f
#28262a
#141315
#000000

Similar Color like #b7adbd color

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

#b8aebe
#b9afbf
#bab0c0
#bbb1c1
#bcb2c2
#bdb3c3
#beb4c4
#bfb5c5
#c0b6c6
#c1b7c7
#c2b8c8
#c3b9c9
#c4baca
#c5bbcb
#b6acbc
#b5abbb
#b4aaba
#b3a9b9
#b2a8b8
#b1a7b7
#b0a6b6
#afa5b5
#aea4b4
#ada3b3
#aca2b2
#aba1b1
#aaa0b0
#a99faf

Monochromatic Color with #b7adbd

#b7adbd
#e0d4e7
#121113
#3c383d
#655f68
#8e8692

Tints of #b7adbd Color

#b7adbd
#bfb6c4
#c7bfcb
#cfc8d3
#d7d1da
#dfdae1
#e7e3e9
#efecf0
#f7f5f7
#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

#b7adbd
#b3bdad

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

Split Complementary

#b7adbd
#bbbdad
#adbdaf

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

Analogous Color

#b1adbd
#b4adbd
#b7adbd
#baadbd
#bdadbd

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

#b7adbd
#bdb7ad
#adbdb7

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

#b7adbd
#bdafad
#b3bdad
#adbbbd

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

#b7adbd
#b3bdad
#adbdaf
#bdadbb

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

#b7adbd Color Code Preview on Black Background Color

This is how #b7adbd Color will look on black background color. Color contrast ratio is 9.73

#b7adbd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b7adbd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b7adbd

#b7adbd color code is use for CSS Background Color

Background color for the above div is #b7adbd

HTML with inline CSS

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

#b7adbd color code is use for CSS Border Color

CSS Border color for the above div is #b7adbd

HTML with inline CSS

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

CSS Border Left color for the above div is #b7adbd

HTML with inline CSS

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

CSS Border Right color for the above div is #b7adbd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b7adbd

HTML with inline CSS

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

CSS Border Top color for the above div is #b7adbd

HTML with inline CSS

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

#b7adbd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b7adbd Color code Preview on White Background

This is how #b7adbd Color code will look on white background color. Color contrast ratio is 2.16

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

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.