crispedge.com

Color picker

Loading...

#bdc4ca hex color - Blue - Cool color - Information

#bdc4ca hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #bdc4ca Color code in RGB color code model is created after adding 74.12% red color, 76.86% green color and 79.22% blue color. Hex #bdc4ca Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 3% magenta, 0% yellow and 21% black.

Hex #bdc4ca color code is between #bbcccc web safe hex color code and #ccbbbb web safe hex color code. #bbcccc is the nearest web safe color code. You can see here many more shades of #bdc4ca color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebdc4ca#bdc4ca
RGB Decimal189, 196, 202rgb(189, 196, 202)
RGB Percent74%, 77%, 79%rgb(74%, 77%, 79%)
CSS RGBa189, 196, 202,1rgba(189,196,202,1)
CMYK Modelcmyk(6%,3%,0%,21%)
HSL Color Space208,11% ,77%hsl(208,11% ,77%)
HSV Color Space208°, 6%, 79%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101111011100010011001010
Octal275304312
Decimal189196202
Hexbdc4ca

Different shades of #bdc4ca color code.

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

Light Shade of #bdc4ca
#d9dde1
Dark Shade of #bdc4ca
#a1abb3
Saturated Shade of #bdc4ca
#b7c4d0
Desaturated Shade of #bdc4ca
#c3c4c4
Grey scale Shade of #bdc4ca
#c3c3c3
Brighten Shade
#d6dde3
Most Readable Shade
#000000

Shades of #bdc4ca color code

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

#bdc4ca
#a8aeb3
#93989d
#7e8286
#696c70
#545759
#3f4143
#2a2b2c
#151516
#000000

Similar Color like #bdc4ca color

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

#bec5cb
#bfc6cc
#c0c7cd
#c1c8ce
#c2c9cf
#c3cad0
#c4cbd1
#c5ccd2
#c6cdd3
#c7ced4
#c8cfd5
#c9d0d6
#cad1d7
#cbd2d8
#bcc3c9
#bbc2c8
#bac1c7
#b9c0c6
#b8bfc5
#b7bec4
#b6bdc3
#b5bcc2
#b4bbc1
#b3bac0
#b2b9bf
#b1b8be
#b0b7bd
#afb6bc

Monochromatic Color with #bdc4ca

#bdc4ca
#e5edf4
#1e1f20
#46484a
#6d7275
#959b9f

Tints of #bdc4ca Color

#bdc4ca
#c4cacf
#cbd1d5
#d3d7db
#dadee1
#e1e4e7
#e9ebed
#f0f1f3
#f7f8f9
#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

#bdc4ca
#cac3bd

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

Split Complementary

#bdc4ca
#cabdbe
#cacabd

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

Analogous Color

#bdc9ca
#bdc7ca
#bdc4ca
#bdc1ca
#bdbfca

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

#bdc4ca
#cabdc4
#c4cabd

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

#bdc4ca
#c9bdca
#cac3bd
#bdcabd

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

#bdc4ca
#cac3bd
#cacabd
#bdbeca

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

#bdc4ca Color Code Preview on Black Background Color

This is how #bdc4ca Color will look on black background color. Color contrast ratio is 11.91

#bdc4ca in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdc4ca

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdc4ca

#bdc4ca color code is use for CSS Background Color

Background color for the above div is #bdc4ca

HTML with inline CSS

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

#bdc4ca color code is use for CSS Border Color

CSS Border color for the above div is #bdc4ca

HTML with inline CSS

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

CSS Border Left color for the above div is #bdc4ca

HTML with inline CSS

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

CSS Border Right color for the above div is #bdc4ca

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bdc4ca

HTML with inline CSS

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

CSS Border Top color for the above div is #bdc4ca

HTML with inline CSS

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

#bdc4ca hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bdc4ca Color code Preview on White Background

This is how #bdc4ca Color code will look on white background color. Color contrast ratio is 1.76

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

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