crispedge.com

Color picker

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

#b6baea hex color - Blue - Cool color - Information

#b6baea hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #b6baea Color code in RGB color code model is created after adding 71.37% red color, 72.94% green color and 91.76% blue color. Hex #b6baea Color code in CMYK color (process color) code model is generated after subtraction of 22% cyan, 21% magenta, 0% yellow and 8% black.

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

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeb6baea#b6baea
RGB Decimal182, 186, 234rgb(182, 186, 234)
RGB Percent71%, 73%, 92%rgb(71%, 73%, 92%)
CSS RGBa182, 186, 234,1rgba(182,186,234,1)
CMYK Modelcmyk(22%,21%,0%,8%)
HSL Color Space235,55% ,82%hsl(235,55% ,82%)
HSV Color Space235°, 22%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101101101011101011101010
Octal266272352
Decimal182186234
Hexb6baea

Different shades of #b6baea color code.

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

Light Shade of #b6baea
#dedff5
Dark Shade of #b6baea
#8e95df
Saturated Shade of #b6baea
#b1b6ef
Desaturated Shade of #b6baea
#bbbee5
Grey scale Shade of #b6baea
#d0d0d0
Brighten Shade
#cfd3ff
Most Readable Shade
#000000

Shades of #b6baea color code

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

#b6baea
#a1a5d0
#8d90b6
#797c9c
#656782
#505268
#3c3e4e
#282934
#14141a
#000000

Similar Color like #b6baea color

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

#b7bbeb
#b8bcec
#b9bded
#babeee
#bbbfef
#bcc0f0
#bdc1f1
#bec2f2
#bfc3f3
#c0c4f4
#c1c5f5
#c2c6f6
#c3c7f7
#c4c8f8
#b5b9e9
#b4b8e8
#b3b7e7
#b2b6e6
#b1b5e5
#b0b4e4
#afb3e3
#aeb2e2
#adb1e1
#acb0e0
#abafdf
#aaaede
#a9addd
#a8acdc

Monochromatic Color with #b6baea

#b6baea
#111115
#323340
#53556a
#747695
#9598bf

Tints of #b6baea Color

#b6baea
#bec1ec
#c6c9ee
#ced1f1
#d6d8f3
#dee0f5
#e6e8f8
#eeeffa
#f6f7fc
#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

#b6baea
#eae6b6

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

Split Complementary

#b6baea
#eaccb6
#d4eab6

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

Analogous Color

#b6cfea
#b6c4ea
#b6baea
#bcb6ea
#c7b6ea

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

#b6baea
#eab6ba
#baeab6

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

#b6baea
#eab6d4
#eae6b6
#b6eacc

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

#b6baea
#eae6b6
#d4eab6
#ccb6ea

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

#b6baea Color Code Preview on Black Background Color

This is how #b6baea Color will look on black background color. Color contrast ratio is 11.20

#b6baea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b6baea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b6baea

#b6baea color code is use for CSS Background Color

Background color for the above div is #b6baea

HTML with inline CSS

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

#b6baea color code is use for CSS Border Color

CSS Border color for the above div is #b6baea

HTML with inline CSS

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

CSS Border Left color for the above div is #b6baea

HTML with inline CSS

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

CSS Border Right color for the above div is #b6baea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b6baea

HTML with inline CSS

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

CSS Border Top color for the above div is #b6baea

HTML with inline CSS

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

#b6baea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b6baea Color code Preview on White Background

This is how #b6baea Color code will look on white background color. Color contrast ratio is 1.87

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.