crispedge.com

Color picker

Loading...

#bd90ca hex color - Violet - Warm color - Information

#bd90ca hex color - Violet - Warm color

Color Hue/Base color: Violet

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

Hex #bd90ca color code is between #bb88cc web safe hex color code and #cc99bb web safe hex color code. #bb88cc is the nearest web safe color code. You can see here many more shades of #bd90ca color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebd90ca#bd90ca
RGB Decimal189, 144, 202rgb(189, 144, 202)
RGB Percent74%, 56%, 79%rgb(74%, 56%, 79%)
CSS RGBa189, 144, 202,1rgba(189,144,202,1)
CMYK Modelcmyk(6%,29%,0%,21%)
HSL Color Space287,35% ,68%hsl(287,35% ,68%)
HSV Color Space287°, 29%, 79%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111011001000011001010
Octal275220312
Decimal189144202
Hexbd90ca

Different shades of #bd90ca color code.

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

Light Shade of #bd90ca
#d2b3da
Dark Shade of #bd90ca
#a86dba
Saturated Shade of #bd90ca
#c288d2
Desaturated Shade of #bd90ca
#b898c2
Grey scale Shade of #bd90ca
#adadad
Brighten Shade
#d6a9e3
Most Readable Shade
#000000

Shades of #bd90ca color code

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

#bd90ca
#a880b3
#93709d
#7e6086
#695070
#544059
#3f3043
#2a202c
#151016
#000000

Similar Color like #bd90ca color

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

#be91cb
#bf92cc
#c093cd
#c194ce
#c295cf
#c396d0
#c497d1
#c598d2
#c699d3
#c79ad4
#c89bd5
#c99cd6
#ca9dd7
#cb9ed8
#bc8fc9
#bb8ec8
#ba8dc7
#b98cc6
#b88bc5
#b78ac4
#b689c3
#b588c2
#b487c1
#b386c0
#b285bf
#b184be
#b083bd
#af82bc

Monochromatic Color with #bd90ca

#bd90ca
#e5aef4
#1e1720
#46354a
#6d5375
#95729f

Tints of #bd90ca Color

#bd90ca
#c49ccf
#cba8d5
#d3b5db
#dac1e1
#e1cde7
#e9daed
#f0e6f3
#f7f2f9
#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

#bd90ca
#9dca90

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

Split Complementary

#bd90ca
#baca90
#90caa0

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

Analogous Color

#a690ca
#b190ca
#bd90ca
#c990ca
#ca90c0

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

#bd90ca
#cabd90
#90cabd

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

#bd90ca
#caa090
#9dca90
#90baca

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

#bd90ca
#9dca90
#90caa0
#ca90ba

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

#bd90ca Color Code Preview on Black Background Color

This is how #bd90ca Color will look on black background color. Color contrast ratio is 8.01

#bd90ca in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd90ca

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd90ca

#bd90ca color code is use for CSS Background Color

Background color for the above div is #bd90ca

HTML with inline CSS

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

#bd90ca color code is use for CSS Border Color

CSS Border color for the above div is #bd90ca

HTML with inline CSS

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

CSS Border Left color for the above div is #bd90ca

HTML with inline CSS

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

CSS Border Right color for the above div is #bd90ca

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bd90ca

HTML with inline CSS

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

CSS Border Top color for the above div is #bd90ca

HTML with inline CSS

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

#bd90ca hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bd90ca Color code Preview on White Background

This is how #bd90ca Color code will look on white background color. Color contrast ratio is 2.62

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

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,144,202,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(157,202,144,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(189,144,202,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.