crispedge.com

Color picker

Loading...

#bdd4df hex color - Blue - Cool color - Information

#bdd4df hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #bdd4df Color code in RGB color code model is created after adding 74.12% red color, 83.14% green color and 87.45% blue color. Hex #bdd4df Color code in CMYK color (process color) code model is generated after subtraction of 15% cyan, 5% magenta, 0% yellow and 13% black.

Hex #bdd4df color code is between #bbccdd web safe hex color code and #ccddee web safe hex color code. #bbccdd is the nearest web safe color code. You can see here many more shades of #bdd4df color code.

0 Likes 0 Comments | 6 Views

RGB Chart

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

Color Table

Hex Color Codebdd4df#bdd4df
RGB Decimal189, 212, 223rgb(189, 212, 223)
RGB Percent74%, 83%, 87%rgb(74%, 83%, 87%)
CSS RGBa189, 212, 223,1rgba(189,212,223,1)
CMYK Modelcmyk(15%,5%,0%,13%)
HSL Color Space199,35% ,81%hsl(199,35% ,81%)
HSV Color Space199°, 15%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101111011101010011011111
Octal275324337
Decimal189212223
Hexbdd4df

Different shades of #bdd4df color code.

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

Light Shade of #bdd4df
#dfeaf0
Dark Shade of #bdd4df
#9bbece
Saturated Shade of #bdd4df
#b8d6e4
Desaturated Shade of #bdd4df
#c2d2da
Grey scale Shade of #bdd4df
#cecece
Brighten Shade
#d6edf8
Most Readable Shade
#000000

Shades of #bdd4df color code

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

#bdd4df
#a8bcc6
#93a4ad
#7e8d94
#69757b
#545e63
#3f464a
#2a2f31
#151718
#000000

Similar Color like #bdd4df color

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

#bed5e0
#bfd6e1
#c0d7e2
#c1d8e3
#c2d9e4
#c3dae5
#c4dbe6
#c5dce7
#c6dde8
#c7dee9
#c8dfea
#c9e0eb
#cae1ec
#cbe2ed
#bcd3de
#bbd2dd
#bad1dc
#b9d0db
#b8cfda
#b7ced9
#b6cdd8
#b5ccd7
#b4cbd6
#b3cad5
#b2c9d4
#b1c8d3
#b0c7d2
#afc6d1

Monochromatic Color with #bdd4df

#bdd4df
#090a0a
#2d3235
#515b5f
#75838a
#99acb4

Tints of #bdd4df Color

#bdd4df
#c4d8e2
#cbdde6
#d3e2e9
#dae7ed
#e1ebf0
#e9f0f4
#f0f5f7
#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

#bdd4df
#dfc8bd

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

Split Complementary

#bdd4df
#dfbdc3
#dfd9bd

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

Analogous Color

#bddfdc
#bddbdf
#bdd4df
#bdcddf
#bdc6df

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

#bdd4df
#dfbdd4
#d4dfbd

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

#bdd4df
#d9bddf
#dfc8bd
#c3dfbd

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

#bdd4df
#dfc8bd
#dfd9bd
#bdc3df

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

#bdd4df Color Code Preview on Black Background Color

This is how #bdd4df Color will look on black background color. Color contrast ratio is 13.65

#bdd4df in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdd4df

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdd4df

#bdd4df color code is use for CSS Background Color

Background color for the above div is #bdd4df

HTML with inline CSS

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

#bdd4df color code is use for CSS Border Color

CSS Border color for the above div is #bdd4df

HTML with inline CSS

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

CSS Border Left color for the above div is #bdd4df

HTML with inline CSS

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

CSS Border Right color for the above div is #bdd4df

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bdd4df

HTML with inline CSS

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

CSS Border Top color for the above div is #bdd4df

HTML with inline CSS

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

#bdd4df hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bdd4df Color code Preview on White Background

This is how #bdd4df Color code will look on white background color. Color contrast ratio is 1.54

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

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

0 Likes 0 Comments | 6 Views

Post your comment:-

By submitting comment you agree to our privacy policy.