crispedge.com

Color picker

Loading...

#bebee5 hex color - Blue - Cool color - Information

#bebee5 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #bebee5 Color code in RGB color code model is created after adding 74.51% red color, 74.51% green color and 89.8% blue color. Hex #bebee5 Color code in CMYK color (process color) code model is generated after subtraction of 17% cyan, 17% magenta, 0% yellow and 10% black.

Hex #bebee5 color code is between #bbbbdd web safe hex color code and #ccccee web safe hex color code. #bbbbdd is the nearest web safe color code. You can see here many more shades of #bebee5 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codebebee5#bebee5
RGB Decimal190, 190, 229rgb(190, 190, 229)
RGB Percent75%, 75%, 90%rgb(75%, 75%, 90%)
CSS RGBa190, 190, 229,1rgba(190,190,229,1)
CMYK Modelcmyk(17%,17%,0%,10%)
HSL Color Space240,43% ,82%hsl(240,43% ,82%)
HSV Color Space240°, 17%, 90%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101111101011111011100101
Octal276276345
Decimal190190229
Hexbebee5

Different shades of #bebee5 color code.

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

Light Shade of #bebee5
#e2e2f4
Dark Shade of #bebee5
#9a9ad6
Saturated Shade of #bebee5
#b9b9ea
Desaturated Shade of #bebee5
#c3c3e0
Grey scale Shade of #bebee5
#d1d1d1
Brighten Shade
#d7d7fe
Most Readable Shade
#000000

Shades of #bebee5 color code

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

#bebee5
#a8a8cb
#9393b2
#7e7e98
#69697f
#545465
#3f3f4c
#2a2a32
#151519
#000000

Similar Color like #bebee5 color

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

#bfbfe6
#c0c0e7
#c1c1e8
#c2c2e9
#c3c3ea
#c4c4eb
#c5c5ec
#c6c6ed
#c7c7ee
#c8c8ef
#c9c9f0
#cacaf1
#cbcbf2
#ccccf3
#bdbde4
#bcbce3
#bbbbe2
#babae1
#b9b9e0
#b8b8df
#b7b7de
#b6b6dd
#b5b5dc
#b4b4db
#b3b3da
#b2b2d9
#b1b1d8
#b0b0d7

Monochromatic Color with #bebee5

#bebee5
#0e0e10
#31313b
#545465
#777790
#9b9bba

Tints of #bebee5 Color

#bebee5
#c5c5e7
#ccccea
#d3d3ed
#dadaf0
#e2e2f3
#e9e9f6
#f0f0f9
#f7f7fc
#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

#bebee5
#e5e5be

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

Split Complementary

#bebee5
#e5d2be
#d2e5be

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

Analogous Color

#becee5
#bec6e5
#bebee5
#c6bee5
#cebee5

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

#bebee5
#e5bebe
#bee5be

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

#bebee5
#e5bed1
#e5e5be
#bee5d1

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

#bebee5
#e5e5be
#d2e5be
#d2bee5

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

#bebee5 Color Code Preview on Black Background Color

This is how #bebee5 Color will look on black background color. Color contrast ratio is 11.69

#bebee5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bebee5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bebee5

#bebee5 color code is use for CSS Background Color

Background color for the above div is #bebee5

HTML with inline CSS

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

#bebee5 color code is use for CSS Border Color

CSS Border color for the above div is #bebee5

HTML with inline CSS

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

CSS Border Left color for the above div is #bebee5

HTML with inline CSS

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

CSS Border Right color for the above div is #bebee5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bebee5

HTML with inline CSS

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

CSS Border Top color for the above div is #bebee5

HTML with inline CSS

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

#bebee5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bebee5 Color code Preview on White Background

This is how #bebee5 Color code will look on white background color. Color contrast ratio is 1.80

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.