crispedge.com

Color picker

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

#b9ebff hex color - Blue - Cool color - Information

#b9ebff hex color - Blue - Cool color

Color Hue/Base color: Blue

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

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

0 Likes 0 Comments | 4 Views

Color Table

Hex Color Codeb9ebff#b9ebff
RGB Decimal185, 235, 255rgb(185, 235, 255)
RGB Percent73%, 92%, 100%rgb(73%, 92%, 100%)
CSS RGBa185, 235, 255,1rgba(185,235,255,1)
CMYK Modelcmyk(27%,8%,0%,0%)
HSL Color Space197,100% ,86%hsl(197,100% ,86%)
HSV Color Space197°, 27%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101110011110101111111111
Octal271353377
Decimal185235255
Hexb9ebff

Different shades of #b9ebff color code.

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

Light Shade of #b9ebff
#ecfaff
Dark Shade of #b9ebff
#86dcff
Saturated Shade of #b9ebff
#b9ebff
Desaturated Shade of #b9ebff
#bce9fb
Grey scale Shade of #b9ebff
#dcdcdc
Brighten Shade
#d2ffff
Most Readable Shade
#000000

Shades of #b9ebff color code

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

#b9ebff
#a4d0e2
#8fb6c6
#7b9caa
#66828d
#526871
#3d4e55
#293438
#141a1c
#000000

Similar Color like #b9ebff color

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

#baecff
#bbedff
#bceeff
#bdefff
#bef0ff
#bff1ff
#c0f2ff
#c1f3ff
#c2f4ff
#c3f5ff
#c4f6ff
#c5f7ff
#c6f8ff
#c7f9ff
#b8eafe
#b7e9fd
#b6e8fc
#b5e7fb
#b4e6fa
#b3e5f9
#b2e4f8
#b1e3f7
#b0e2f6
#afe1f5
#aee0f4
#addff3
#acdef2
#abddf1

Monochromatic Color with #b9ebff

#b9ebff
#1f272a
#3e4e55
#5d7680
#7b9daa
#9ac4d4

Tints of #b9ebff Color

#b9ebff
#c0edff
#c8efff
#d0f1ff
#d8f3ff
#dff6ff
#e7f8ff
#effaff
#f7fcff
#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

#b9ebff
#ffcdb9

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

Split Complementary

#b9ebff
#ffb9c8
#fff0b9

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

Analogous Color

#b9fff7
#b9f9ff
#b9ebff
#b9ddff
#b9cfff

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

#b9ebff
#ffb9eb
#ebffb9

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

#b9ebff
#f0b9ff
#ffcdb9
#c8ffb9

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

#b9ebff
#ffcdb9
#fff0b9
#b9c8ff

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

#b9ebff Color Code Preview on Black Background Color

This is how #b9ebff Color will look on black background color. Color contrast ratio is 16.39

#b9ebff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b9ebff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b9ebff

#b9ebff color code is use for CSS Background Color

Background color for the above div is #b9ebff

HTML with inline CSS

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

#b9ebff color code is use for CSS Border Color

CSS Border color for the above div is #b9ebff

HTML with inline CSS

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

CSS Border Left color for the above div is #b9ebff

HTML with inline CSS

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

CSS Border Right color for the above div is #b9ebff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b9ebff

HTML with inline CSS

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

CSS Border Top color for the above div is #b9ebff

HTML with inline CSS

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

#b9ebff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b9ebff Color code Preview on White Background

This is how #b9ebff Color code will look on white background color. Color contrast ratio is 1.28

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

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.