crispedge.com

Color picker

Loading...

#becee2 hex color - Blue - Cool color - Information

#becee2 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #becee2 Color code in RGB color code model is created after adding 74.51% red color, 80.78% green color and 88.63% blue color. Hex #becee2 Color code in CMYK color (process color) code model is generated after subtraction of 16% cyan, 9% magenta, 0% yellow and 11% black.

Hex #becee2 color code is between #bbccdd web safe hex color code and #ccddee web safe hex color code. #bbccdd is the nearest web safe color code. You can see here many more shades of #becee2 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebecee2#becee2
RGB Decimal190, 206, 226rgb(190, 206, 226)
RGB Percent75%, 81%, 89%rgb(75%, 81%, 89%)
CSS RGBa190, 206, 226,1rgba(190,206,226,1)
CMYK Modelcmyk(16%,9%,0%,11%)
HSL Color Space213,38% ,82%hsl(213,38% ,82%)
HSV Color Space213°, 16%, 89%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101111101100111011100010
Octal276316342
Decimal190206226
Hexbecee2

Different shades of #becee2 color code.

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

Light Shade of #becee2
#e1e9f2
Dark Shade of #becee2
#9bb3d2
Saturated Shade of #becee2
#b9cde7
Desaturated Shade of #becee2
#c3cedd
Grey scale Shade of #becee2
#d0d0d0
Brighten Shade
#d7e7fb
Most Readable Shade
#000000

Shades of #becee2 color code

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

#becee2
#a8b7c8
#93a0af
#7e8996
#69727d
#545b64
#3f444b
#2a2d32
#151619
#000000

Similar Color like #becee2 color

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

#bfcfe3
#c0d0e4
#c1d1e5
#c2d2e6
#c3d3e7
#c4d4e8
#c5d5e9
#c6d6ea
#c7d7eb
#c8d8ec
#c9d9ed
#cadaee
#cbdbef
#ccdcf0
#bdcde1
#bccce0
#bbcbdf
#bacade
#b9c9dd
#b8c8dc
#b7c7db
#b6c6da
#b5c5d9
#b4c4d8
#b3c3d7
#b2c2d6
#b1c1d5
#b0c0d4

Monochromatic Color with #becee2

#becee2
#0b0c0d
#2f3338
#535a62
#77818d
#9aa7b7

Tints of #becee2 Color

#becee2
#c5d3e5
#ccd8e8
#d3deeb
#dae3ee
#e2e9f2
#e9eef5
#f0f4f8
#f7f9fb
#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

#becee2
#e2d2be

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

Split Complementary

#becee2
#e2c0be
#e0e2be

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

Analogous Color

#bedce2
#bed5e2
#becee2
#bec7e2
#bec0e2

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

#becee2
#e2bece
#cee2be

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

#becee2
#e2bee0
#e2d2be
#bee2c0

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

#becee2
#e2d2be
#e0e2be
#c0bee2

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

#becee2 Color Code Preview on Black Background Color

This is how #becee2 Color will look on black background color. Color contrast ratio is 13.12

#becee2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #becee2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #becee2

#becee2 color code is use for CSS Background Color

Background color for the above div is #becee2

HTML with inline CSS

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

#becee2 color code is use for CSS Border Color

CSS Border color for the above div is #becee2

HTML with inline CSS

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

CSS Border Left color for the above div is #becee2

HTML with inline CSS

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

CSS Border Right color for the above div is #becee2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #becee2

HTML with inline CSS

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

CSS Border Top color for the above div is #becee2

HTML with inline CSS

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

#becee2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#becee2 Color code Preview on White Background

This is how #becee2 Color code will look on white background color. Color contrast ratio is 1.60

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

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,206,226,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(226,210,190,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(190,206,226,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.