@
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.

#beafeb hex color - Blue - Cool color - Information

#beafeb hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #beafeb Color code in RGB color code model is created after adding 74.51% red color, 68.63% green color and 92.16% blue color. Hex #beafeb Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 26% magenta, 0% yellow and 7.84% black.

Hex #beafeb color code is between #bbaaee web safe hex color code and #ccbbdd web safe hex color code. #bbaaee is the nearest web safe color code. You can see here many more shades of #beafeb color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Code beafeb #beafeb
RGB Decimal 190, 175, 235 rgb(190, 175, 235)
RGB Percent 75%, 69%, 92% rgb(75%, 69%, 92%)
CSS RGBa 190, 175, 235,1 rgba(190,175,235,1)
CMYK Model cmyk(19%,26%,0%,7.84%)
HSL Color Space 255,60% ,80% hsl(255,60% ,80%)
HSV Color Space 255°, 26%, 92%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10111110 10101111 11101011
Octal 276 257 353
Decimal 190 175 235
Hex be af eb

Different shades of #beafeb color code.

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

Light Shade of #beafeb
#dfd8f5
Dark Shade of #beafeb
#9d86e1
Saturated Shade of #beafeb
#bbaaf0
Desaturated Shade of #beafeb
#c0b4e6
Grey scale Shade of #beafeb
#cdcdcd
Brighten Shade
#d7c8ff
Most Readable Shade
#000000

Shades of #beafeb color code

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

#beafeb
#a89bd0
#9388b6
#7e749c
#696182
#544d68
#3f3a4e
#2a2634
#15131a
#000000

Similar Color like #beafeb color

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

#bfb0ec
#c0b1ed
#c1b2ee
#c2b3ef
#c3b4f0
#c4b5f1
#c5b6f2
#c6b7f3
#c7b8f4
#c8b9f5
#c9baf6
#cabbf7
#cbbcf8
#ccbdf9
#bdaeea
#bcade9
#bbace8
#baabe7
#b9aae6
#b8a9e5
#b7a8e4
#b6a7e3
#b5a6e2
#b4a5e1
#b3a4e0
#b2a3df
#b1a2de
#b0a1dd

Monochromatic Color with #beafeb

#beafeb
#121116
#353041
#57506b
#797096
#9c8fc0

Tints of #beafeb Color

#beafeb
#c5b7ed
#ccc0ef
#d3c9f1
#dad2f3
#e2dbf6
#e9e4f8
#f0edfa
#f7f6fc
#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

#beafeb
#dcebaf

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

Split Complementary

#beafeb
#ebdcaf
#beebaf

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

Analogous Color

#afb8eb
#b2afeb
#beafeb
#caafeb
#d6afeb

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

#beafeb
#ebbeaf
#afebbe

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

#beafeb
#ebafbe
#dcebaf
#afebdc

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

#beafeb
#dcebaf
#beebaf
#dcafeb

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

#beafeb Color Code Preview on Black Background Color

This is how #beafeb Color will look on black background color. Color contrast ratio is 10.52

#beafeb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #beafeb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #beafeb

#beafeb color code is use for CSS Background Color

Background color for the above div is #beafeb

HTML with inline CSS

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

#beafeb color code is use for CSS Border Color

CSS Border color for the above div is #beafeb

HTML with inline CSS

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

CSS Border Left color for the above div is #beafeb

HTML with inline CSS

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

CSS Border Right color for the above div is #beafeb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #beafeb

HTML with inline CSS

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

CSS Border Top color for the above div is #beafeb

HTML with inline CSS

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

#beafeb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#beafeb Color code Preview on White Background

This is how #beafeb Color code will look on white background color. Color contrast ratio is 2.00

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

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(190,175,235,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(220,235,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(190,175,235,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.