@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#b3b5d9 hex color - Violet - Cool color - Information

#b3b5d9 hex color - Violet - Cool color

Color Hue/Base color: Violet

Hex #b3b5d9 Color code in RGB color code model is created after adding 70.2% red color, 70.98% green color and 85.1% blue color. Hex #b3b5d9 Color code in CMYK color (process color) code model is generated after subtraction of 18% cyan, 17% magenta, 0% yellow and 14.9% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code b3b5d9 #b3b5d9
RGB Decimal 179, 181, 217 rgb(179, 181, 217)
RGB Percent 70%, 71%, 85% rgb(70%, 71%, 85%)
CSS RGBa 179, 181, 217,1 rgba(179,181,217,1)
CMYK Model cmyk(18%,17%,0%,14.9%)
HSL Color Space 237,33% ,78% hsl(237,33% ,78%)
HSV Color Space 237°, 18%, 85%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10110011 10110101 11011001
Octal 263 265 331
Decimal 179 181 217
Hex b3 b5 d9

Different shades of #b3b5d9 color code.

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

Light Shade of #b3b5d9
#d5d6ea
Dark Shade of #b3b5d9
#9194c8
Saturated Shade of #b3b5d9
#adb0df
Desaturated Shade of #b3b5d9
#b9bad3
Grey scale Shade of #b3b5d9
#c6c6c6
Brighten Shade
#cccef2
Most Readable Shade
#000000

Shades of #b3b5d9 color code

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

#b3b5d9
#9fa0c0
#8b8ca8
#777890
#636478
#4f5060
#3b3c48
#272830
#131418
#000000

Similar Color like #b3b5d9 color

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

#b4b6da
#b5b7db
#b6b8dc
#b7b9dd
#b8bade
#b9bbdf
#babce0
#bbbde1
#bcbee2
#bdbfe3
#bec0e4
#bfc1e5
#c0c2e6
#c1c3e7
#b2b4d8
#b1b3d7
#b0b2d6
#afb1d5
#aeb0d4
#adafd3
#acaed2
#abadd1
#aaacd0
#a9abcf
#a8aace
#a7a9cd
#a6a8cc
#a5a7cb

Monochromatic Color with #b3b5d9

#b3b5d9
#040404
#27272f
#4a4b59
#6d6e84
#9092ae

Tints of #b3b5d9 Color

#b3b5d9
#bbbddd
#c3c5e1
#cccde5
#d4d5e9
#dddeee
#e5e6f2
#eeeef6
#f6f6fa
#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

#b3b5d9
#d9d7b3

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

Split Complementary

#b3b5d9
#d9c4b3
#c8d9b3

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

Analogous Color

#b3c4d9
#b3bdd9
#b3b5d9
#b9b3d9
#c0b3d9

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

#b3b5d9
#d9b3b5
#b5d9b3

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

#b3b5d9
#d9b3c8
#d9d7b3
#b3d9c4

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

#b3b5d9
#d9d7b3
#c8d9b3
#c4b3d9

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

#b3b5d9 Color Code Preview on Black Background Color

This is how #b3b5d9 Color will look on black background color. Color contrast ratio is 10.53

#b3b5d9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b3b5d9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b3b5d9

#b3b5d9 color code is use for CSS Background Color

Background color for the above div is #b3b5d9

HTML with inline CSS

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

#b3b5d9 color code is use for CSS Border Color

CSS Border color for the above div is #b3b5d9

HTML with inline CSS

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

CSS Border Left color for the above div is #b3b5d9

HTML with inline CSS

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

CSS Border Right color for the above div is #b3b5d9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b3b5d9

HTML with inline CSS

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

CSS Border Top color for the above div is #b3b5d9

HTML with inline CSS

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

#b3b5d9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b3b5d9 Color code Preview on White Background

This is how #b3b5d9 Color code will look on white background color. Color contrast ratio is 1.99

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

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(179,181,217,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(217,215,179,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(179,181,217,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.