crispedge.com

Color picker

Loading...

#b2adfa hex color - Blue - Cool color - Information

#b2adfa hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #b2adfa Color code in RGB color code model is created after adding 69.8% red color, 67.84% green color and 98.04% blue color. Hex #b2adfa Color code in CMYK color (process color) code model is generated after subtraction of 29% cyan, 31% magenta, 0% yellow and 2% black.

Hex #b2adfa color code is between #aaaaff web safe hex color code and #bbbbee web safe hex color code. #aaaaff is the nearest web safe color code. You can see here many more shades of #b2adfa color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb2adfa#b2adfa
RGB Decimal178, 173, 250rgb(178, 173, 250)
RGB Percent70%, 68%, 98%rgb(70%, 68%, 98%)
CSS RGBa178, 173, 250,1rgba(178,173,250,1)
CMYK Modelcmyk(29%,31%,0%,2%)
HSL Color Space244,89% ,83%hsl(244,89% ,83%)
HSV Color Space244°, 31%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101100101010110111111010
Octal262255372
Decimal178173250
Hexb2adfa

Different shades of #b2adfa color code.

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

Light Shade of #b2adfa
#dfddfd
Dark Shade of #b2adfa
#857df7
Saturated Shade of #b2adfa
#aea9fe
Desaturated Shade of #b2adfa
#b6b1f6
Grey scale Shade of #b2adfa
#d3d3d3
Brighten Shade
#cbc6ff
Most Readable Shade
#000000

Shades of #b2adfa color code

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

#b2adfa
#9e99de
#8a86c2
#7673a6
#62608a
#4f4c6f
#3b3953
#272637
#13131b
#000000

Similar Color like #b2adfa color

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

#b3aefb
#b4affc
#b5b0fd
#b6b1fe
#b7b2ff
#b8b3ff
#b9b4ff
#bab5ff
#bbb6ff
#bcb7ff
#bdb8ff
#beb9ff
#bfbaff
#c0bbff
#b1acf9
#b0abf8
#afaaf7
#aea9f6
#ada8f5
#aca7f4
#aba6f3
#aaa5f2
#a9a4f1
#a8a3f0
#a7a2ef
#a6a1ee
#a5a0ed
#a49fec

Monochromatic Color with #b2adfa

#b2adfa
#1b1a25
#393750
#57557a
#7572a5
#9490cf

Tints of #b2adfa Color

#b2adfa
#bab6fa
#c3bffb
#cbc8fb
#d4d1fc
#dcdafc
#e5e3fd
#edecfd
#f6f5fe
#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

#b2adfa
#f5faad

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

Split Complementary

#b2adfa
#fad9ad
#cefaad

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

Analogous Color

#adc7fa
#adb7fa
#b2adfa
#c1adfa
#d1adfa

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

#b2adfa
#fab2ad
#adfab2

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

#b2adfa
#faadce
#f5faad
#adfad8

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

#b2adfa
#f5faad
#cefaad
#d9adfa

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

#b2adfa Color Code Preview on Black Background Color

This is how #b2adfa Color will look on black background color. Color contrast ratio is 10.25

#b2adfa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b2adfa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b2adfa

#b2adfa color code is use for CSS Background Color

Background color for the above div is #b2adfa

HTML with inline CSS

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

#b2adfa color code is use for CSS Border Color

CSS Border color for the above div is #b2adfa

HTML with inline CSS

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

CSS Border Left color for the above div is #b2adfa

HTML with inline CSS

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

CSS Border Right color for the above div is #b2adfa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b2adfa

HTML with inline CSS

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

CSS Border Top color for the above div is #b2adfa

HTML with inline CSS

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

#b2adfa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b2adfa Color code Preview on White Background

This is how #b2adfa Color code will look on white background color. Color contrast ratio is 2.05

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

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(178,173,250,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(245,250,173,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(178,173,250,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.