Skip to main content Skip to docs navigation

#b2ccff hex color | Download Light Blue BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Night Snow and its hex is #AACCFF Nearest Color Name

Color Hue/Base color: Blue

Hex #b2ccff Color code in RGB color code model is created after adding 69.8% red color, 80% green color and 100% blue color. Hex #b2ccff Color code in CMYK color (process color) code model is generated after subtraction of 30% cyan, 20% magenta, 0% yellow and 0% black.

Hex #b2ccff color code is between #aabbee web safe hex color code and #bbdddd web safe hex color code. #aabbee is the nearest web safe color code. You can see here many more shades of #b2ccff color code.

RGB Chart

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

Color Table

Hex Color Code b2ccff #b2ccff
RGB Decimal 178, 204, 255 178, 204, 255
RGB Percent 70%, 80%, 100% rgb(70%, 80%, 100%)
CSS RGBa 178, 204, 255,1 rgba(178,204,255,1)
CMYK Model cmyk(30%,20%,0%,0%)
HSL Color Space 220,100% ,85% hsl(220,100% ,85%)
HSV Color Space 220°, 30%, 100%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10110010 11001100 11111111
Octal 262 314 377
Decimal 178 204 255
Hex b2 cc ff

Different shades of #b2ccff color code.

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

Darkest of #b2ccff
#1967ff
Darker of #b2ccff
#4c88ff
Dark of #b2ccff
#7faaff
Base of #b2ccff
#b2ccff
Light of #b2ccff
#e5eeff
Lighter
#ffffff
Lightest
#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

#b2ccff
#ffe5b2

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

Split Complementary

#b2ccff
#ffbeb2
#f2ffb2

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

Analogous Color

#b2f9ff
#b2ecff
#b2ccff
#b2b2ff
#d2b2ff

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

#b2ccff
#ccffb2
#ffb2cc

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

#b2ccff
#ffb2cc
#ffe5b2
#b2ffe5

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#b2ccff
#ffb2f2
#ffe5b2
#b2ffbe

Square 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).

Monochromatic Color with #b2ccff

#004de5
#1967ff
#4c88ff
#7faaff
#b2ccff
#e5eeff
#ffffff
#ffffff
#ffffff

Tints of #b2ccff Color

#b2ccff
#bad1ff
#c3d7ff
#cbddff
#d4e2ff
#dce8ff
#e5eeff
#edf3ff
#f6f9ff
#ffffff

Shades of #b2ccff color code

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

#b2ccff
#9eb5e2
#8a9ec6
#7688aa
#62718d
#4f5a71
#3b4455
#272d38
#13161c
#000000

Tones

#b2ccff
#bacef7
#c1d1f0
#c9d3e8
#d1d6e0

Tones

Similar Color like #b2ccff color

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

#b3cdff
#b4ceff
#b5cfff
#b6d0ff
#b7d1ff
#b8d2ff
#b9d3ff
#bad4ff
#bbd5ff
#bcd6ff
#bdd7ff
#bed8ff
#bfd9ff
#c0daff
#b1cbfe
#b0cafd
#afc9fc
#aec8fb
#adc7fa
#acc6f9
#abc5f8
#aac4f7
#a9c3f6
#a8c2f5
#a7c1f4
#a6c0f3
#a5bff2
#a4bef1

Download this Light Blue

Hex #b2ccff 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.

#b2ccff Color Code Preview on Black Background Color

This is how #b2ccff Color will look on black background color. Color contrast ratio is 12.97

#b2ccff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b2ccff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b2ccff

#b2ccff color code is use for CSS Background Color

Background color for the above div is #b2ccff

HTML with inline CSS

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

#b2ccff color code is use for CSS Border Color

CSS Border color for the above div is #b2ccff

HTML with inline CSS

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

CSS Border Left color for the above div is #b2ccff

HTML with inline CSS

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

CSS Border Right color for the above div is #b2ccff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b2ccff

HTML with inline CSS

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

CSS Border Top color for the above div is #b2ccff

HTML with inline CSS

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

#b2ccff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b2ccff Color code Preview on White Background

This is how #b2ccff Color code will look on white background color. Color contrast ratio is 1.62

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(178,204,255,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(255,229,178,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(178,204,255,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }