crispedge.com

Color picker

Loading...

#b1dcdd hex color - Green - Cool color - Information

#b1dcdd hex color - Green - Cool color

Color Hue/Base color: Green

Hex #b1dcdd Color code in RGB color code model is created after adding 69.41% red color, 86.27% green color and 86.67% blue color. Hex #b1dcdd Color code in CMYK color (process color) code model is generated after subtraction of 20% cyan, 0% magenta, 0% yellow and 13% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb1dcdd#b1dcdd
RGB Decimal177, 220, 221rgb(177, 220, 221)
RGB Percent69%, 86%, 87%rgb(69%, 86%, 87%)
CSS RGBa177, 220, 221,1rgba(177,220,221,1)
CMYK Modelcmyk(20%,0%,0%,13%)
HSL Color Space181,39% ,78%hsl(181,39% ,78%)
HSV Color Space181°, 20%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101100011101110011011101
Octal261334335
Decimal177220221
Hexb1dcdd

Different shades of #b1dcdd color code.

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

Light Shade of #b1dcdd
#d4ecec
Dark Shade of #b1dcdd
#8dcccd
Saturated Shade of #b1dcdd
#abe1e3
Desaturated Shade of #b1dcdd
#b7d7d7
Grey scale Shade of #b1dcdd
#c7c7c7
Brighten Shade
#caf5f6
Most Readable Shade
#000000

Shades of #b1dcdd color code

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

#b1dcdd
#9dc3c4
#89abab
#769293
#627a7a
#4e6162
#3b4949
#273031
#131818
#000000

Similar Color like #b1dcdd color

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

#b2ddde
#b3dedf
#b4dfe0
#b5e0e1
#b6e1e2
#b7e2e3
#b8e3e4
#b9e4e5
#bae5e6
#bbe6e7
#bce7e8
#bde8e9
#bee9ea
#bfeaeb
#b0dbdc
#afdadb
#aed9da
#add8d9
#acd7d8
#abd6d7
#aad5d6
#a9d4d5
#a8d3d4
#a7d2d3
#a6d1d2
#a5d0d1
#a4cfd0
#a3cecf

Monochromatic Color with #b1dcdd

#b1dcdd
#070808
#293333
#4b5d5d
#6d8788
#8fb2b3

Tints of #b1dcdd Color

#b1dcdd
#b9dfe0
#c2e3e4
#cbe7e8
#d3ebec
#dcefef
#e5f3f3
#edf7f7
#f6fbfb
#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

#b1dcdd
#ddb2b1

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

Split Complementary

#b1dcdd
#ddb1c6
#ddc8b1

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

Analogous Color

#b1ddcc
#b1ddd5
#b1dcdd
#b1d3dd
#b1cadd

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

#b1dcdd
#ddb1dc
#dcddb1

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

#b1dcdd
#c8b1dd
#ddb2b1
#c6ddb1

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

#b1dcdd
#ddb2b1
#ddc8b1
#b1c6dd

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

#b1dcdd Color Code Preview on Black Background Color

This is how #b1dcdd Color will look on black background color. Color contrast ratio is 14.15

#b1dcdd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b1dcdd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b1dcdd

#b1dcdd color code is use for CSS Background Color

Background color for the above div is #b1dcdd

HTML with inline CSS

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

#b1dcdd color code is use for CSS Border Color

CSS Border color for the above div is #b1dcdd

HTML with inline CSS

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

CSS Border Left color for the above div is #b1dcdd

HTML with inline CSS

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

CSS Border Right color for the above div is #b1dcdd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b1dcdd

HTML with inline CSS

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

CSS Border Top color for the above div is #b1dcdd

HTML with inline CSS

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

#b1dcdd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b1dcdd Color code Preview on White Background

This is how #b1dcdd Color code will look on white background color. Color contrast ratio is 1.48

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

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(177,220,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(221,178,177,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(177,220,221,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.