crispedge.com

Color picker

Loading...

#bbedc3 hex color - Green - Cool color - Information

#bbedc3 hex color - Green - Cool color

Color Hue/Base color: Green

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

Hex #bbedc3 color code is between #aaeebb web safe hex color code and #ccddcc web safe hex color code. #aaeebb is the nearest web safe color code. You can see here many more shades of #bbedc3 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebbedc3#bbedc3
RGB Decimal187, 237, 195rgb(187, 237, 195)
RGB Percent73%, 93%, 76%rgb(73%, 93%, 76%)
CSS RGBa187, 237, 195,1rgba(187,237,195,1)
CMYK Modelcmyk(21%,0%,18%,7%)
HSL Color Space130,58% ,83%hsl(130,58% ,83%)
HSV Color Space130°, 21%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101110111110110111000011
Octal273355303
Decimal187237195
Hexbbedc3

Different shades of #bbedc3 color code.

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

Light Shade of #bbedc3
#e3f8e7
Dark Shade of #bbedc3
#93e29f
Saturated Shade of #bbedc3
#b7f1c0
Desaturated Shade of #bbedc3
#bfe9c6
Grey scale Shade of #bbedc3
#d4d4d4
Brighten Shade
#d4ffdc
Most Readable Shade
#000000

Shades of #bbedc3 color code

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

#bbedc3
#a6d2ad
#91b897
#7c9e82
#67836c
#536956
#3e4f41
#29342b
#141a15
#000000

Similar Color like #bbedc3 color

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

#bceec4
#bdefc5
#bef0c6
#bff1c7
#c0f2c8
#c1f3c9
#c2f4ca
#c3f5cb
#c4f6cc
#c5f7cd
#c6f8ce
#c7f9cf
#c8fad0
#c9fbd1
#baecc2
#b9ebc1
#b8eac0
#b7e9bf
#b6e8be
#b5e7bd
#b4e6bc
#b3e5bb
#b2e4ba
#b1e3b9
#b0e2b8
#afe1b7
#aee0b6
#addfb5

Monochromatic Color with #bbedc3

#bbedc3
#131814
#354337
#566d5a
#78987d
#99c2a0

Tints of #bbedc3 Color

#bbedc3
#c2efc9
#caf1d0
#d1f3d7
#d9f5dd
#e0f7e4
#e8f9eb
#effbf1
#f7fdf8
#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

#bbedc3
#edbbe5

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

Split Complementary

#bbedc3
#dcbbed
#edbbcc

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

Analogous Color

#c7edbb
#bdedbb
#bbedc3
#bbedcd
#bbedd7

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

#bbedc3
#c3bbed
#edc3bb

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

#bbedc3
#bbcced
#edbbe5
#eddcbb

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

#bbedc3
#edbbe5
#edbbcc
#bbeddc

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

#bbedc3 Color Code Preview on Black Background Color

This is how #bbedc3 Color will look on black background color. Color contrast ratio is 16.01

#bbedc3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbedc3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbedc3

#bbedc3 color code is use for CSS Background Color

Background color for the above div is #bbedc3

HTML with inline CSS

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

#bbedc3 color code is use for CSS Border Color

CSS Border color for the above div is #bbedc3

HTML with inline CSS

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

CSS Border Left color for the above div is #bbedc3

HTML with inline CSS

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

CSS Border Right color for the above div is #bbedc3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bbedc3

HTML with inline CSS

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

CSS Border Top color for the above div is #bbedc3

HTML with inline CSS

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

#bbedc3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bbedc3 Color code Preview on White Background

This is how #bbedc3 Color code will look on white background color. Color contrast ratio is 1.31

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

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,237,195,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(237,187,229,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(187,237,195,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.