crispedge.com

Color picker

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

#bea0ef hex color - Blue - Cool color - Information

#bea0ef hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

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

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codebea0ef#bea0ef
RGB Decimal190, 160, 239rgb(190, 160, 239)
RGB Percent75%, 63%, 94%rgb(75%, 63%, 94%)
CSS RGBa190, 160, 239,1rgba(190,160,239,1)
CMYK Modelcmyk(21%,33%,0%,6%)
HSL Color Space263,71% ,78%hsl(263,71% ,78%)
HSV Color Space263°, 33%, 94%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101111101010000011101111
Octal276240357
Decimal190160239
Hexbea0ef

Different shades of #bea0ef color code.

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

Light Shade of #bea0ef
#dcccf6
Dark Shade of #bea0ef
#a074e8
Saturated Shade of #bea0ef
#bd9af5
Desaturated Shade of #bea0ef
#bfa6e9
Grey scale Shade of #bea0ef
#c7c7c7
Brighten Shade
#d7b9ff
Most Readable Shade
#000000

Shades of #bea0ef color code

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

#bea0ef
#a88ed4
#937cb9
#7e6a9f
#695884
#54476a
#3f354f
#2a2335
#15111a
#000000

Similar Color like #bea0ef color

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

#bfa1f0
#c0a2f1
#c1a3f2
#c2a4f3
#c3a5f4
#c4a6f5
#c5a7f6
#c6a8f7
#c7a9f8
#c8aaf9
#c9abfa
#caacfb
#cbadfc
#ccaefd
#bd9fee
#bc9eed
#bb9dec
#ba9ceb
#b99bea
#b89ae9
#b799e8
#b698e7
#b597e6
#b496e5
#b395e4
#b294e3
#b193e2
#b092e1

Monochromatic Color with #bea0ef

#bea0ef
#15121a
#372e45
#594b6f
#7a679a
#9c84c4

Tints of #bea0ef Color

#bea0ef
#c5aaf0
#ccb5f2
#d3bff4
#dacaf6
#e2d4f7
#e9dff9
#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

#bea0ef
#d1efa0

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

Split Complementary

#bea0ef
#efe6a0
#aaefa0

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

Analogous Color

#a0a2ef
#aea0ef
#bea0ef
#cea0ef
#dea0ef

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

#bea0ef
#efbea0
#a0efbe

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

#bea0ef
#efa0a9
#d1efa0
#a0efe5

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

#bea0ef
#d1efa0
#aaefa0
#e6a0ef

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

#bea0ef Color Code Preview on Black Background Color

This is how #bea0ef Color will look on black background color. Color contrast ratio is 9.46

#bea0ef in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bea0ef

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bea0ef

#bea0ef color code is use for CSS Background Color

Background color for the above div is #bea0ef

HTML with inline CSS

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

#bea0ef color code is use for CSS Border Color

CSS Border color for the above div is #bea0ef

HTML with inline CSS

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

CSS Border Left color for the above div is #bea0ef

HTML with inline CSS

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

CSS Border Right color for the above div is #bea0ef

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bea0ef

HTML with inline CSS

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

CSS Border Top color for the above div is #bea0ef

HTML with inline CSS

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

#bea0ef hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bea0ef Color code Preview on White Background

This is how #bea0ef Color code will look on white background color. Color contrast ratio is 2.22

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

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.