crispedge.com

Color picker

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

#bee2e9 hex color - Blue - Cool color - Information

#bee2e9 hex color - Blue - Cool color

Color Hue/Base color: Blue

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

Hex #bee2e9 color code is between #bbddee web safe hex color code and #cceedd web safe hex color code. #bbddee is the nearest web safe color code. You can see here many more shades of #bee2e9 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codebee2e9#bee2e9
RGB Decimal190, 226, 233rgb(190, 226, 233)
RGB Percent75%, 89%, 91%rgb(75%, 89%, 91%)
CSS RGBa190, 226, 233,1rgba(190,226,233,1)
CMYK Modelcmyk(18%,3%,0%,9%)
HSL Color Space190,49% ,83%hsl(190,49% ,83%)
HSV Color Space190°, 18%, 91%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101111101110001011101001
Octal276342351
Decimal190226233
Hexbee2e9

Different shades of #bee2e9 color code.

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

Light Shade of #bee2e9
#e4f3f6
Dark Shade of #bee2e9
#98d1dc
Saturated Shade of #bee2e9
#bae5ed
Desaturated Shade of #bee2e9
#c2dfe5
Grey scale Shade of #bee2e9
#d3d3d3
Brighten Shade
#d7fbff
Most Readable Shade
#000000

Shades of #bee2e9 color code

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

#bee2e9
#a8c8cf
#93afb5
#7e969b
#697d81
#546467
#3f4b4d
#2a3233
#151919
#000000

Similar Color like #bee2e9 color

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

#bfe3ea
#c0e4eb
#c1e5ec
#c2e6ed
#c3e7ee
#c4e8ef
#c5e9f0
#c6eaf1
#c7ebf2
#c8ecf3
#c9edf4
#caeef5
#cbeff6
#ccf0f7
#bde1e8
#bce0e7
#bbdfe6
#badee5
#b9dde4
#b8dce3
#b7dbe2
#b6dae1
#b5d9e0
#b4d8df
#b3d7de
#b2d6dd
#b1d5dc
#b0d4db

Monochromatic Color with #bee2e9

#bee2e9
#111414
#333d3f
#566669
#799094
#9bb9be

Tints of #bee2e9 Color

#bee2e9
#c5e5eb
#cce8ed
#d3ebf0
#daeef2
#e2f2f5
#e9f5f7
#f0f8fa
#f7fbfc
#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

#bee2e9
#e9c5be

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

Split Complementary

#bee2e9
#e9becd
#e9dbbe

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

Analogous Color

#bee9df
#bee9e7
#bee2e9
#bed9e9
#bed1e9

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

#bee2e9
#e9bee2
#e2e9be

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

#bee2e9
#dabee9
#e9c5be
#cce9be

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

#bee2e9
#e9c5be
#e9dbbe
#becde9

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

#bee2e9 Color Code Preview on Black Background Color

This is how #bee2e9 Color will look on black background color. Color contrast ratio is 15.24

#bee2e9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bee2e9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bee2e9

#bee2e9 color code is use for CSS Background Color

Background color for the above div is #bee2e9

HTML with inline CSS

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

#bee2e9 color code is use for CSS Border Color

CSS Border color for the above div is #bee2e9

HTML with inline CSS

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

CSS Border Left color for the above div is #bee2e9

HTML with inline CSS

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

CSS Border Right color for the above div is #bee2e9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bee2e9

HTML with inline CSS

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

CSS Border Top color for the above div is #bee2e9

HTML with inline CSS

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

#bee2e9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bee2e9 Color code Preview on White Background

This is how #bee2e9 Color code will look on white background color. Color contrast ratio is 1.38

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

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.