crispedge.com

Color picker

Loading...

#bd9eef hex color - Blue - Cool color - Information

#bd9eef hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #bd9eef Color code in RGB color code model is created after adding 74.12% red color, 61.96% green color and 93.73% blue color. Hex #bd9eef Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 34% magenta, 0% yellow and 6% black.

Hex #bd9eef color code is between #bb99ee web safe hex color code and #ccaaff web safe hex color code. #bb99ee is the nearest web safe color code. You can see here many more shades of #bd9eef color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebd9eef#bd9eef
RGB Decimal189, 158, 239rgb(189, 158, 239)
RGB Percent74%, 62%, 94%rgb(74%, 62%, 94%)
CSS RGBa189, 158, 239,1rgba(189,158,239,1)
CMYK Modelcmyk(21%,34%,0%,6%)
HSL Color Space263,72% ,78%hsl(263,72% ,78%)
HSV Color Space263°, 34%, 94%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101111011001111011101111
Octal275236357
Decimal189158239
Hexbd9eef

Different shades of #bd9eef color code.

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

Light Shade of #bd9eef
#dbcaf6
Dark Shade of #bd9eef
#9f72e8
Saturated Shade of #bd9eef
#bc98f5
Desaturated Shade of #bd9eef
#bea4e9
Grey scale Shade of #bd9eef
#c6c6c6
Brighten Shade
#d6b7ff
Most Readable Shade
#000000

Shades of #bd9eef color code

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

#bd9eef
#a88cd4
#937ab9
#7e699f
#695784
#54466a
#3f344f
#2a2335
#15111a
#000000

Similar Color like #bd9eef color

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

#be9ff0
#bfa0f1
#c0a1f2
#c1a2f3
#c2a3f4
#c3a4f5
#c4a5f6
#c5a6f7
#c6a7f8
#c7a8f9
#c8a9fa
#c9aafb
#caabfc
#cbacfd
#bc9dee
#bb9ced
#ba9bec
#b99aeb
#b899ea
#b798e9
#b697e8
#b596e7
#b495e6
#b394e5
#b293e4
#b192e3
#b091e2
#af90e1

Monochromatic Color with #bd9eef

#bd9eef
#15121a
#372e45
#584a6f
#7a669a
#9b82c4

Tints of #bd9eef Color

#bd9eef
#c4a8f0
#cbb3f2
#d3bef4
#dac9f6
#e1d3f7
#e9def9
#f0e9fb
#f7f4fd
#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

#bd9eef
#d0ef9e

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

Split Complementary

#bd9eef
#efe69e
#a7ef9e

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

Analogous Color

#9e9fef
#ad9eef
#bd9eef
#cd9eef
#dd9eef

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

#bd9eef
#efbd9e
#9eefbd

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

#bd9eef
#ef9ea7
#d0ef9e
#9eefe5

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

#bd9eef
#d0ef9e
#a7ef9e
#e69eef

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

#bd9eef Color Code Preview on Black Background Color

This is how #bd9eef Color will look on black background color. Color contrast ratio is 9.30

#bd9eef in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd9eef

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd9eef

#bd9eef color code is use for CSS Background Color

Background color for the above div is #bd9eef

HTML with inline CSS

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

#bd9eef color code is use for CSS Border Color

CSS Border color for the above div is #bd9eef

HTML with inline CSS

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

CSS Border Left color for the above div is #bd9eef

HTML with inline CSS

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

CSS Border Right color for the above div is #bd9eef

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bd9eef

HTML with inline CSS

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

CSS Border Top color for the above div is #bd9eef

HTML with inline CSS

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

#bd9eef hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bd9eef Color code Preview on White Background

This is how #bd9eef Color code will look on white background color. Color contrast ratio is 2.26

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

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(189,158,239,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(208,239,158,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(189,158,239,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.