crispedge.com

Color picker

Loading...

#bdd4db hex color - Blue - Cool color - Information

#bdd4db hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #bdd4db Color code in RGB color code model is created after adding 74.12% red color, 83.14% green color and 85.88% blue color. Hex #bdd4db Color code in CMYK color (process color) code model is generated after subtraction of 14% cyan, 3% magenta, 0% yellow and 14% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codebdd4db#bdd4db
RGB Decimal189, 212, 219rgb(189, 212, 219)
RGB Percent74%, 83%, 86%rgb(74%, 83%, 86%)
CSS RGBa189, 212, 219,1rgba(189,212,219,1)
CMYK Modelcmyk(14%,3%,0%,14%)
HSL Color Space194,29% ,80%hsl(194,29% ,80%)
HSV Color Space194°, 14%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101111011101010011011011
Octal275324333
Decimal189212219
Hexbdd4db

Different shades of #bdd4db color code.

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

Light Shade of #bdd4db
#dee9ed
Dark Shade of #bdd4db
#9cbec9
Saturated Shade of #bdd4db
#b8d7e0
Desaturated Shade of #bdd4db
#c2d1d6
Grey scale Shade of #bdd4db
#cccccc
Brighten Shade
#d6edf4
Most Readable Shade
#000000

Shades of #bdd4db color code

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

#bdd4db
#a8bcc2
#93a4aa
#7e8d92
#697579
#545e61
#3f4649
#2a2f30
#151718
#000000

Similar Color like #bdd4db color

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

#bed5dc
#bfd6dd
#c0d7de
#c1d8df
#c2d9e0
#c3dae1
#c4dbe2
#c5dce3
#c6dde4
#c7dee5
#c8dfe6
#c9e0e7
#cae1e8
#cbe2e9
#bcd3da
#bbd2d9
#bad1d8
#b9d0d7
#b8cfd6
#b7ced5
#b6cdd4
#b5ccd3
#b4cbd2
#b3cad1
#b2c9d0
#b1c8cf
#b0c7ce
#afc6cd

Monochromatic Color with #bdd4db

#bdd4db
#060606
#2a2f31
#4f595b
#748286
#98abb0

Tints of #bdd4db Color

#bdd4db
#c4d8df
#cbdde3
#d3e2e7
#dae7eb
#e1ebef
#e9f0f3
#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

#bdd4db
#dbc4bd

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

Split Complementary

#bdd4db
#dbbdc5
#dbd3bd

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

Analogous Color

#bddbd6
#bddadb
#bdd4db
#bdcedb
#bdc8db

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

#bdd4db
#dbbdd4
#d4dbbd

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

#bdd4db
#d3bddb
#dbc4bd
#c5dbbd

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

#bdd4db
#dbc4bd
#dbd3bd
#bdc5db

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

#bdd4db Color Code Preview on Black Background Color

This is how #bdd4db Color will look on black background color. Color contrast ratio is 13.60

#bdd4db in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdd4db

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdd4db

#bdd4db color code is use for CSS Background Color

Background color for the above div is #bdd4db

HTML with inline CSS

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

#bdd4db color code is use for CSS Border Color

CSS Border color for the above div is #bdd4db

HTML with inline CSS

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

CSS Border Left color for the above div is #bdd4db

HTML with inline CSS

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

CSS Border Right color for the above div is #bdd4db

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bdd4db

HTML with inline CSS

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

CSS Border Top color for the above div is #bdd4db

HTML with inline CSS

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

#bdd4db hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bdd4db Color code Preview on White Background

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

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,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(219,196,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(189,212,219,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.