crispedge.com

Color picker

Loading...

#bcdadc hex color - Green - Cool color - Information

#bcdadc hex color - Green - Cool color

Color Hue/Base color: Green

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

Hex #bcdadc color code is between #bbdddd web safe hex color code and #cccccc web safe hex color code. #bbdddd is the nearest web safe color code. You can see here many more shades of #bcdadc color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codebcdadc#bcdadc
RGB Decimal188, 218, 220rgb(188, 218, 220)
RGB Percent74%, 85%, 86%rgb(74%, 85%, 86%)
CSS RGBa188, 218, 220,1rgba(188,218,220,1)
CMYK Modelcmyk(15%,1%,0%,14%)
HSL Color Space184,31% ,80%hsl(184,31% ,80%)
HSV Color Space184°, 15%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101111001101101011011100
Octal274332334
Decimal188218220
Hexbcdadc

Different shades of #bcdadc color code.

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

Light Shade of #bcdadc
#deeced
Dark Shade of #bcdadc
#9bc7ca
Saturated Shade of #bcdadc
#b7dee1
Desaturated Shade of #bcdadc
#c1d6d7
Grey scale Shade of #bcdadc
#cccccc
Brighten Shade
#d5f3f5
Most Readable Shade
#000000

Shades of #bcdadc color code

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

#bcdadc
#a7c1c3
#92a9ab
#7d9192
#68797a
#536061
#3e4849
#293030
#141818
#000000

Similar Color like #bcdadc color

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

#bddbdd
#bedcde
#bfdddf
#c0dee0
#c1dfe1
#c2e0e2
#c3e1e3
#c4e2e4
#c5e3e5
#c6e4e6
#c7e5e7
#c8e6e8
#c9e7e9
#cae8ea
#bbd9db
#bad8da
#b9d7d9
#b8d6d8
#b7d5d7
#b6d4d6
#b5d3d5
#b4d2d4
#b3d1d3
#b2d0d2
#b1cfd1
#b0ced0
#afcdcf
#aeccce

Monochromatic Color with #bcdadc

#bcdadc
#060707
#2b3232
#4f5c5c
#738687
#98b0b1

Tints of #bcdadc Color

#bcdadc
#c3dedf
#cae2e3
#d2e6e7
#d9eaeb
#e1eeef
#e8f2f3
#f0f6f7
#f7fafb
#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

#bcdadc
#dcbebc

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

Split Complementary

#bcdadc
#dcbcca
#dccebc

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

Analogous Color

#bcdcd1
#bcdcd8
#bcdadc
#bcd4dc
#bccddc

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

#bcdadc
#dcbcda
#dadcbc

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

#bcdadc
#cebcdc
#dcbebc
#cadcbc

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

#bcdadc
#dcbebc
#dccebc
#bccadc

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

#bcdadc Color Code Preview on Black Background Color

This is how #bcdadc Color will look on black background color. Color contrast ratio is 14.20

#bcdadc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcdadc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcdadc

#bcdadc color code is use for CSS Background Color

Background color for the above div is #bcdadc

HTML with inline CSS

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

#bcdadc color code is use for CSS Border Color

CSS Border color for the above div is #bcdadc

HTML with inline CSS

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

CSS Border Left color for the above div is #bcdadc

HTML with inline CSS

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

CSS Border Right color for the above div is #bcdadc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bcdadc

HTML with inline CSS

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

CSS Border Top color for the above div is #bcdadc

HTML with inline CSS

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

#bcdadc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bcdadc Color code Preview on White Background

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.