crispedge.com

Color picker

Loading...

#b4ccea hex color - Blue - Cool color - Information

#b4ccea hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #b4ccea Color code in RGB color code model is created after adding 70.59% red color, 80% green color and 91.76% blue color. Hex #b4ccea Color code in CMYK color (process color) code model is generated after subtraction of 23% cyan, 13% magenta, 0% yellow and 8% black.

Hex #b4ccea color code is between #bbbbee web safe hex color code and #aadddd web safe hex color code. #bbbbee is the nearest web safe color code. You can see here many more shades of #b4ccea color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeb4ccea#b4ccea
RGB Decimal180, 204, 234rgb(180, 204, 234)
RGB Percent71%, 80%, 92%rgb(71%, 80%, 92%)
CSS RGBa180, 204, 234,1rgba(180,204,234,1)
CMYK Modelcmyk(23%,13%,0%,8%)
HSL Color Space213,56% ,81%hsl(213,56% ,81%)
HSV Color Space213°, 23%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101101001100110011101010
Octal264314352
Decimal180204234
Hexb4ccea

Different shades of #b4ccea color code.

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

Light Shade of #b4ccea
#dce7f5
Dark Shade of #b4ccea
#8cb1df
Saturated Shade of #b4ccea
#afcbef
Desaturated Shade of #b4ccea
#b9cde5
Grey scale Shade of #b4ccea
#cfcfcf
Brighten Shade
#cde5ff
Most Readable Shade
#000000

Shades of #b4ccea color code

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

#b4ccea
#a0b5d0
#8c9eb6
#78889c
#647182
#505a68
#3c444e
#282d34
#14161a
#000000

Similar Color like #b4ccea color

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

#b5cdeb
#b6ceec
#b7cfed
#b8d0ee
#b9d1ef
#bad2f0
#bbd3f1
#bcd4f2
#bdd5f3
#bed6f4
#bfd7f5
#c0d8f6
#c1d9f7
#c2daf8
#b3cbe9
#b2cae8
#b1c9e7
#b0c8e6
#afc7e5
#aec6e4
#adc5e3
#acc4e2
#abc3e1
#aac2e0
#a9c1df
#a8c0de
#a7bfdd
#a6bedc

Monochromatic Color with #b4ccea

#b4ccea
#111315
#313840
#525d6a
#738295
#93a7bf

Tints of #b4ccea Color

#b4ccea
#bcd1ec
#c4d7ee
#cdddf1
#d5e2f3
#dde8f5
#e6eef8
#eef3fa
#f6f9fc
#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

#b4ccea
#ead2b4

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

Split Complementary

#b4ccea
#eab7b4
#e7eab4

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

Analogous Color

#b4e2ea
#b4d7ea
#b4ccea
#b4c1ea
#b4b6ea

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

#b4ccea
#eab4cc
#cceab4

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

#b4ccea
#eab4e7
#ead2b4
#b4eab7

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

#b4ccea
#ead2b4
#e7eab4
#b7b4ea

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

#b4ccea Color Code Preview on Black Background Color

This is how #b4ccea Color will look on black background color. Color contrast ratio is 12.77

#b4ccea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b4ccea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b4ccea

#b4ccea color code is use for CSS Background Color

Background color for the above div is #b4ccea

HTML with inline CSS

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

#b4ccea color code is use for CSS Border Color

CSS Border color for the above div is #b4ccea

HTML with inline CSS

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

CSS Border Left color for the above div is #b4ccea

HTML with inline CSS

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

CSS Border Right color for the above div is #b4ccea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b4ccea

HTML with inline CSS

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

CSS Border Top color for the above div is #b4ccea

HTML with inline CSS

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

#b4ccea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b4ccea Color code Preview on White Background

This is how #b4ccea Color code will look on white background color. Color contrast ratio is 1.65

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

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(180,204,234,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(234,210,180,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(180,204,234,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.