crispedge.com

Color picker

Loading...

#bbdcce hex color - Green - Cool color - Information

#bbdcce hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #bbdcce Color code in RGB color code model is created after adding 73.33% red color, 86.27% green color and 80.78% blue color. Hex #bbdcce Color code in CMYK color (process color) code model is generated after subtraction of 15% cyan, 0% magenta, 6% yellow and 14% black.

Hex #bbdcce color code is between #aaddcc web safe hex color code and #ccccdd web safe hex color code. #aaddcc is the nearest web safe color code. You can see here many more shades of #bbdcce color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codebbdcce#bbdcce
RGB Decimal187, 220, 206rgb(187, 220, 206)
RGB Percent73%, 86%, 81%rgb(73%, 86%, 81%)
CSS RGBa187, 220, 206,1rgba(187,220,206,1)
CMYK Modelcmyk(15%,0%,6%,14%)
HSL Color Space155,32% ,80%hsl(155,32% ,80%)
HSV Color Space155°, 15%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101110111101110011001110
Octal273334316
Decimal187220206
Hexbbdcce

Different shades of #bbdcce color code.

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

Light Shade of #bbdcce
#ddede6
Dark Shade of #bbdcce
#99cbb6
Saturated Shade of #bbdcce
#b6e1cf
Desaturated Shade of #bbdcce
#c0d7cd
Grey scale Shade of #bbdcce
#cbcbcb
Brighten Shade
#d4f5e7
Most Readable Shade
#000000

Shades of #bbdcce color code

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

#bbdcce
#a6c3b7
#91aba0
#7c9289
#677a72
#53615b
#3e4944
#29302d
#141816
#000000

Similar Color like #bbdcce color

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

#bcddcf
#bdded0
#bedfd1
#bfe0d2
#c0e1d3
#c1e2d4
#c2e3d5
#c3e4d6
#c4e5d7
#c5e6d8
#c6e7d9
#c7e8da
#c8e9db
#c9eadc
#badbcd
#b9dacc
#b8d9cb
#b7d8ca
#b6d7c9
#b5d6c8
#b4d5c7
#b3d4c6
#b2d3c5
#b1d2c4
#b0d1c3
#afd0c2
#aecfc1
#adcec0

Monochromatic Color with #bbdcce

#bbdcce
#060707
#2a322f
#4f5c57
#73877e
#97b1a6

Tints of #bbdcce Color

#bbdcce
#c2dfd3
#cae3d8
#d1e7de
#d9ebe3
#e0efe9
#e8f3ee
#eff7f4
#f7fbf9
#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

#bbdcce
#dcbbc9

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

Split Complementary

#bbdcce
#dcbbda
#dcbebb

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

Analogous Color

#bbdcc1
#bbdcc7
#bbdcce
#bbdcd5
#bbdcdb

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

#bbdcce
#cebbdc
#dccebb

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

#bbdcce
#bdbbdc
#dcbbc9
#d9dcbb

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

#bbdcce
#dcbbc9
#dcbebb
#bbdadc

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

#bbdcce Color Code Preview on Black Background Color

This is how #bbdcce Color will look on black background color. Color contrast ratio is 14.24

#bbdcce in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbdcce

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbdcce

#bbdcce color code is use for CSS Background Color

Background color for the above div is #bbdcce

HTML with inline CSS

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

#bbdcce color code is use for CSS Border Color

CSS Border color for the above div is #bbdcce

HTML with inline CSS

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

CSS Border Left color for the above div is #bbdcce

HTML with inline CSS

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

CSS Border Right color for the above div is #bbdcce

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bbdcce

HTML with inline CSS

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

CSS Border Top color for the above div is #bbdcce

HTML with inline CSS

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

#bbdcce hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bbdcce Color code Preview on White Background

This is how #bbdcce Color code will look on white background color. Color contrast ratio is 1.47

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

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.