crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#bbd4ff hex color - Blue - Cool color - Information

#bbd4ff hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #bbd4ff Color code in RGB color code model is created after adding 73.33% red color, 83.14% green color and 100% blue color. Hex #bbd4ff Color code in CMYK color (process color) code model is generated after subtraction of 27% cyan, 17% magenta, 0% yellow and 0% black.

Hex #bbd4ff color code is between #aaccee web safe hex color code and #ccdddd web safe hex color code. #aaccee is the nearest web safe color code. You can see here many more shades of #bbd4ff color code.

0 Likes 0 Comments | 4 Views

Color Table

Hex Color Codebbd4ff#bbd4ff
RGB Decimal187, 212, 255rgb(187, 212, 255)
RGB Percent73%, 83%, 100%rgb(73%, 83%, 100%)
CSS RGBa187, 212, 255,1rgba(187,212,255,1)
CMYK Modelcmyk(27%,17%,0%,0%)
HSL Color Space218,100% ,87%hsl(218,100% ,87%)
HSV Color Space218°, 27%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101110111101010011111111
Octal273324377
Decimal187212255
Hexbbd4ff

Different shades of #bbd4ff color code.

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

Light Shade of #bbd4ff
#eef4ff
Dark Shade of #bbd4ff
#88b4ff
Saturated Shade of #bbd4ff
#bbd4ff
Desaturated Shade of #bbd4ff
#bed5fc
Grey scale Shade of #bbd4ff
#dddddd
Brighten Shade
#d4edff
Most Readable Shade
#000000

Shades of #bbd4ff color code

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

#bbd4ff
#a6bce2
#91a4c6
#7c8daa
#67758d
#535e71
#3e4655
#292f38
#14171c
#000000

Similar Color like #bbd4ff color

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

#bcd5ff
#bdd6ff
#bed7ff
#bfd8ff
#c0d9ff
#c1daff
#c2dbff
#c3dcff
#c4ddff
#c5deff
#c6dfff
#c7e0ff
#c8e1ff
#c9e2ff
#bad3fe
#b9d2fd
#b8d1fc
#b7d0fb
#b6cffa
#b5cef9
#b4cdf8
#b3ccf7
#b2cbf6
#b1caf5
#b0c9f4
#afc8f3
#aec7f2
#adc6f1

Monochromatic Color with #bbd4ff

#bbd4ff
#1f232a
#3e4755
#5e6a80
#7d8daa
#9cb1d4

Tints of #bbd4ff Color

#bbd4ff
#c2d8ff
#caddff
#d1e2ff
#d9e7ff
#e0ebff
#e8f0ff
#eff5ff
#f7faff
#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

#bbd4ff
#ffe6bb

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

Split Complementary

#bbd4ff
#ffc4bb
#f6ffbb

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

Analogous Color

#bbefff
#bbe2ff
#bbd4ff
#bbc6ff
#bdbbff

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

#bbd4ff
#ffbbd4
#d4ffbb

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

#bbd4ff
#ffbbf6
#ffe6bb
#bbffc4

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

#bbd4ff
#ffe6bb
#f6ffbb
#c4bbff

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

#bbd4ff Color Code Preview on Black Background Color

This is how #bbd4ff Color will look on black background color. Color contrast ratio is 13.97

#bbd4ff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbd4ff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbd4ff

#bbd4ff color code is use for CSS Background Color

Background color for the above div is #bbd4ff

HTML with inline CSS

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

#bbd4ff color code is use for CSS Border Color

CSS Border color for the above div is #bbd4ff

HTML with inline CSS

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

CSS Border Left color for the above div is #bbd4ff

HTML with inline CSS

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

CSS Border Right color for the above div is #bbd4ff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bbd4ff

HTML with inline CSS

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

CSS Border Top color for the above div is #bbd4ff

HTML with inline CSS

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

#bbd4ff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bbd4ff Color code Preview on White Background

This is how #bbd4ff Color code will look on white background color. Color contrast ratio is 1.50

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.