crispedge.com

Color picker

Loading...

#b7cdfd hex color - Blue - Cool color - Information

#b7cdfd hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #b7cdfd Color code in RGB color code model is created after adding 71.76% red color, 80.39% green color and 99.22% blue color. Hex #b7cdfd Color code in CMYK color (process color) code model is generated after subtraction of 28% cyan, 19% magenta, 0% yellow and 1% black.

Hex #b7cdfd color code is between #bbccff web safe hex color code and #aaddee web safe hex color code. #bbccff is the nearest web safe color code. You can see here many more shades of #b7cdfd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb7cdfd#b7cdfd
RGB Decimal183, 205, 253rgb(183, 205, 253)
RGB Percent72%, 80%, 99%rgb(72%, 80%, 99%)
CSS RGBa183, 205, 253,1rgba(183,205,253,1)
CMYK Modelcmyk(28%,19%,0%,1%)
HSL Color Space221,95% ,85%hsl(221,95% ,85%)
HSV Color Space221°, 28%, 99%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101101111100110111111101
Octal267315375
Decimal183205253
Hexb7cdfd

Different shades of #b7cdfd color code.

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

Light Shade of #b7cdfd
#e9effe
Dark Shade of #b7cdfd
#85abfc
Saturated Shade of #b7cdfd
#b5ccff
Desaturated Shade of #b7cdfd
#bbcef9
Grey scale Shade of #b7cdfd
#dadada
Brighten Shade
#d0e6ff
Most Readable Shade
#000000

Shades of #b7cdfd color code

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

#b7cdfd
#a2b6e0
#8e9fc4
#7a88a8
#65718c
#515b70
#3d4454
#282d38
#14161c
#000000

Similar Color like #b7cdfd color

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

#b8cefe
#b9cfff
#bad0ff
#bbd1ff
#bcd2ff
#bdd3ff
#bed4ff
#bfd5ff
#c0d6ff
#c1d7ff
#c2d8ff
#c3d9ff
#c4daff
#c5dbff
#b6ccfc
#b5cbfb
#b4cafa
#b3c9f9
#b2c8f8
#b1c7f7
#b0c6f6
#afc5f5
#aec4f4
#adc3f3
#acc2f2
#abc1f1
#aac0f0
#a9bfef

Monochromatic Color with #b7cdfd

#b7cdfd
#1d2128
#3c4353
#5b667d
#7a88a8
#98abd2

Tints of #b7cdfd Color

#b7cdfd
#bfd2fd
#c7d8fd
#cfddfd
#d7e3fd
#dfe8fe
#e7eefe
#eff3fe
#f7f9fe
#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

#b7cdfd
#fde7b7

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

Split Complementary

#b7cdfd
#fdc4b7
#f0fdb7

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

Analogous Color

#b7e9fd
#b7dbfd
#b7cdfd
#b7bffd
#bdb7fd

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

#b7cdfd
#fdb7cd
#cdfdb7

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

#b7cdfd
#fdb7f0
#fde7b7
#b7fdc4

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

#b7cdfd
#fde7b7
#f0fdb7
#c4b7fd

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

#b7cdfd Color Code Preview on Black Background Color

This is how #b7cdfd Color will look on black background color. Color contrast ratio is 13.16

#b7cdfd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b7cdfd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b7cdfd

#b7cdfd color code is use for CSS Background Color

Background color for the above div is #b7cdfd

HTML with inline CSS

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

#b7cdfd color code is use for CSS Border Color

CSS Border color for the above div is #b7cdfd

HTML with inline CSS

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

CSS Border Left color for the above div is #b7cdfd

HTML with inline CSS

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

CSS Border Right color for the above div is #b7cdfd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b7cdfd

HTML with inline CSS

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

CSS Border Top color for the above div is #b7cdfd

HTML with inline CSS

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

#b7cdfd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b7cdfd Color code Preview on White Background

This is how #b7cdfd Color code will look on white background color. Color contrast ratio is 1.60

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

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(183,205,253,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(253,231,183,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(183,205,253,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.