Skip to main content Skip to docs navigation

#bddfff 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 Dithered Sky and its hex is #BCDFFF Nearest Color Name

Color Hue/Base color: Blue

Hex #bddfff Color code in RGB color code model is created after adding 74.12% red color, 87.45% green color and 100% blue color. Hex #bddfff Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 13% magenta, 0% yellow and 0% black.

Hex #bddfff color code is between #bbddee web safe hex color code and #cceedd web safe hex color code. #bbddee is the nearest web safe color code. You can see here many more shades of #bddfff color code.

RGB Chart

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

Color Table

Hex Color Code bddfff #bddfff
RGB Decimal 189, 223, 255 189, 223, 255
RGB Percent 74%, 87%, 100% rgb(74%, 87%, 100%)
CSS RGBa 189, 223, 255,1 rgba(189,223,255,1)
CMYK Model cmyk(26%,13%,0%,0%)
HSL Color Space 209,100% ,87% hsl(209,100% ,87%)
HSV Color Space 209°, 26%, 100%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10111101 11011111 11111111
Octal 275 337 377
Decimal 189 223 255
Hex bd df ff

Different shades of #bddfff color code.

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

Darkest of #bddfff
#2495ff
Darker of #bddfff
#57aeff
Dark of #bddfff
#8ac6ff
Base of #bddfff
#bddfff
Light of #bddfff
#f0f8ff
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

#bddfff
#ffddbd

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

Split Complementary

#bddfff
#ffbdbe
#fffebd

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

Analogous Color

#bdfff8
#bdfbff
#bddfff
#bdc9ff
#cdbdff

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

#bddfff
#dfffbd
#ffbddf

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

#bddfff
#ffbddf
#ffddbd
#bdffdd

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

#bddfff
#febdff
#ffddbd
#beffbd

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 #bddfff

#007cf0
#2495ff
#57aeff
#8ac6ff
#bddfff
#f0f8ff
#ffffff
#ffffff
#ffffff

Tints of #bddfff Color

#bddfff
#c4e2ff
#cbe6ff
#d3e9ff
#daedff
#e1f0ff
#e9f4ff
#f0f7ff
#f7fbff
#ffffff

Shades of #bddfff color code

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

#bddfff
#a8c6e2
#93adc6
#7e94aa
#697b8d
#546371
#3f4a55
#2a3138
#15181c
#000000

Tones

#bddfff
#c4dff8
#cadff2
#d1deeb
#d7dee5

Tones

Similar Color like #bddfff color

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

#bee0ff
#bfe1ff
#c0e2ff
#c1e3ff
#c2e4ff
#c3e5ff
#c4e6ff
#c5e7ff
#c6e8ff
#c7e9ff
#c8eaff
#c9ebff
#caecff
#cbedff
#bcdefe
#bbddfd
#badcfc
#b9dbfb
#b8dafa
#b7d9f9
#b6d8f8
#b5d7f7
#b4d6f6
#b3d5f5
#b2d4f4
#b1d3f3
#b0d2f2
#afd1f1

Download this Light Blue

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

#bddfff Color Code Preview on Black Background Color

This is how #bddfff Color will look on black background color. Color contrast ratio is 15.16

#bddfff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bddfff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bddfff

#bddfff color code is use for CSS Background Color

Background color for the above div is #bddfff

HTML with inline CSS

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

#bddfff color code is use for CSS Border Color

CSS Border color for the above div is #bddfff

HTML with inline CSS

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

CSS Border Left color for the above div is #bddfff

HTML with inline CSS

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

CSS Border Right color for the above div is #bddfff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bddfff

HTML with inline CSS

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

CSS Border Top color for the above div is #bddfff

HTML with inline CSS

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

#bddfff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bddfff Color code Preview on White Background

This is how #bddfff Color code will look on white background color. Color contrast ratio is 1.38

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

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(189,223,255,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(255,221,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(189,223,255,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }