crispedge.com

Color picker

Loading...

#bbeeee hex color - Cold Blooded - Blue - Cool color - Information

#bbeeee hex color - Cold Blooded - Blue - Cool color

Color Hue/Base color: Blue

Hex #bbeeee Color Code is also known as Cold Blooded color.

Hex #bbeeee Color code in RGB color code model is created after adding 73.33% red color, 93.33% green color and 93.33% blue color. Hex #bbeeee Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 0% magenta, 0% yellow and 7% black.

Hex #bbeeee color code is a web safe color. Next web safe color code is #aadddd and previous web safe color code is #ccffff. You can see here many more shades of #bbeeee color code.

0 Likes 0 Comments | 117 Views

RGB Chart

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

Color Table

Hex Color Codebbeeee#bbeeee
RGB Decimal187, 238, 238rgb(187, 238, 238)
RGB Percent73%, 93%, 93%rgb(73%, 93%, 93%)
CSS RGBa187, 238, 238,1rgba(187,238,238,1)
CMYK Modelcmyk(21%,0%,0%,7%)
HSL Color Space180,60% ,83%hsl(180,60% ,83%)
HSV Color Space180°, 21%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101110111110111011101110
Octal273356356
Decimal187238238
Hexbbeeee

Different shades of #bbeeee color code.

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

Light Shade of #bbeeee
#e4f8f8
Dark Shade of #bbeeee
#92e4e4
Saturated Shade of #bbeeee
#b7f2f2
Desaturated Shade of #bbeeee
#bfeaea
Grey scale Shade of #bbeeee
#d4d4d4
Brighten Shade
#d4ffff
Most Readable Shade
#000000

Shades of #bbeeee color code

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

#bbeeee
#a6d3d3
#91b9b9
#7c9e9e
#678484
#536969
#3e4f4f
#293434
#141a1a
#000000

Similar Color like #bbeeee color

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

#bcefef
#bdf0f0
#bef1f1
#bff2f2
#c0f3f3
#c1f4f4
#c2f5f5
#c3f6f6
#c4f7f7
#c5f8f8
#c6f9f9
#c7fafa
#c8fbfb
#c9fcfc
#baeded
#b9ecec
#b8ebeb
#b7eaea
#b6e9e9
#b5e8e8
#b4e7e7
#b3e6e6
#b2e5e5
#b1e4e4
#b0e3e3
#afe2e2
#aee1e1
#ade0e0

Monochromatic Color with #bbeeee

#bbeeee
#141a1a
#354444
#576e6e
#789999
#9ac3c3

Tints of #bbeeee Color

#bbeeee
#c2efef
#caf1f1
#d1f3f3
#d9f5f5
#e0f7f7
#e8f9f9
#effbfb
#f7fdfd
#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

#bbeeee
#eebbbb

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

Split Complementary

#bbeeee
#eebbd5
#eed5bb

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

Analogous Color

#bbeeda
#bbeee4
#bbeeee
#bbe4ee
#bbdaee

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

#bbeeee
#eebbee
#eeeebb

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

#bbeeee
#d4bbee
#eebbbb
#d4eebb

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

#bbeeee
#eebbbb
#eed5bb
#bbd5ee

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

#bbeeee Color Code Preview on Black Background Color

This is how #bbeeee Color will look on black background color. Color contrast ratio is 16.58

#bbeeee in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbeeee

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbeeee

#bbeeee color code is use for CSS Background Color

Background color for the above div is #bbeeee

HTML with inline CSS

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

#bbeeee color code is use for CSS Border Color

CSS Border color for the above div is #bbeeee

HTML with inline CSS

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

CSS Border Left color for the above div is #bbeeee

HTML with inline CSS

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

CSS Border Right color for the above div is #bbeeee

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bbeeee

HTML with inline CSS

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

CSS Border Top color for the above div is #bbeeee

HTML with inline CSS

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

#bbeeee hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bbeeee Color code Preview on White Background

This is how #bbeeee Color code will look on white background color. Color contrast ratio is 1.27

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

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

0 Likes 0 Comments | 117 Views

Post your comment:-

By submitting comment you agree to our privacy policy.