crispedge.com

Color picker

Loading...

#bdd6dd hex color - Blue - Cool color - Information

#bdd6dd hex color - Blue - Cool color

Color Hue/Base color: Blue

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

Hex #bdd6dd color code is between #bbddcc web safe hex color code and #ccccee web safe hex color code. #bbddcc is the nearest web safe color code. You can see here many more shades of #bdd6dd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebdd6dd#bdd6dd
RGB Decimal189, 214, 221rgb(189, 214, 221)
RGB Percent74%, 84%, 87%rgb(74%, 84%, 87%)
CSS RGBa189, 214, 221,1rgba(189,214,221,1)
CMYK Modelcmyk(14%,3%,0%,13%)
HSL Color Space193,32% ,80%hsl(193,32% ,80%)
HSV Color Space193°, 14%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101111011101011011011101
Octal275326335
Decimal189214221
Hexbdd6dd

Different shades of #bdd6dd color code.

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

Light Shade of #bdd6dd
#dfebee
Dark Shade of #bdd6dd
#9bc1cc
Saturated Shade of #bdd6dd
#b8d9e2
Desaturated Shade of #bdd6dd
#c2d3d8
Grey scale Shade of #bdd6dd
#cdcdcd
Brighten Shade
#d6eff6
Most Readable Shade
#000000

Shades of #bdd6dd color code

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

#bdd6dd
#a8bec4
#93a6ab
#7e8e93
#69767a
#545f62
#3f4749
#2a2f31
#151718
#000000

Similar Color like #bdd6dd color

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

#bed7de
#bfd8df
#c0d9e0
#c1dae1
#c2dbe2
#c3dce3
#c4dde4
#c5dee5
#c6dfe6
#c7e0e7
#c8e1e8
#c9e2e9
#cae3ea
#cbe4eb
#bcd5dc
#bbd4db
#bad3da
#b9d2d9
#b8d1d8
#b7d0d7
#b6cfd6
#b5ced5
#b4cdd4
#b3ccd3
#b2cbd2
#b1cad1
#b0c9d0
#afc8cf

Monochromatic Color with #bdd6dd

#bdd6dd
#070808
#2c3133
#505b5d
#748488
#99adb3

Tints of #bdd6dd Color

#bdd6dd
#c4dae0
#cbdfe4
#d3e3e8
#dae8ec
#e1ecef
#e9f1f3
#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

#bdd6dd
#ddc4bd

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

Split Complementary

#bdd6dd
#ddbdc6
#ddd4bd

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

Analogous Color

#bdddd7
#bddcdd
#bdd6dd
#bdd0dd
#bdc9dd

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

#bdd6dd
#ddbdd6
#d6ddbd

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

#bdd6dd
#d4bddd
#ddc4bd
#c6ddbd

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

#bdd6dd
#ddc4bd
#ddd4bd
#bdc6dd

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

#bdd6dd Color Code Preview on Black Background Color

This is how #bdd6dd Color will look on black background color. Color contrast ratio is 13.83

#bdd6dd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdd6dd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdd6dd

#bdd6dd color code is use for CSS Background Color

Background color for the above div is #bdd6dd

HTML with inline CSS

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

#bdd6dd color code is use for CSS Border Color

CSS Border color for the above div is #bdd6dd

HTML with inline CSS

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

CSS Border Left color for the above div is #bdd6dd

HTML with inline CSS

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

CSS Border Right color for the above div is #bdd6dd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bdd6dd

HTML with inline CSS

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

CSS Border Top color for the above div is #bdd6dd

HTML with inline CSS

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

#bdd6dd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bdd6dd Color code Preview on White Background

This is how #bdd6dd Color code will look on white background color. Color contrast ratio is 1.52

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

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