crispedge.com

Color picker

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

#b3cbdd hex color - Blue - Cool color - Information

#b3cbdd hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #b3cbdd Color code in RGB color code model is created after adding 70.2% red color, 79.61% green color and 86.67% blue color. Hex #b3cbdd Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 8% magenta, 0% yellow and 13% black.

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

0 Likes 0 Comments | 5 Views

Color Table

Hex Color Codeb3cbdd#b3cbdd
RGB Decimal179, 203, 221rgb(179, 203, 221)
RGB Percent70%, 80%, 87%rgb(70%, 80%, 87%)
CSS RGBa179, 203, 221,1rgba(179,203,221,1)
CMYK Modelcmyk(19%,8%,0%,13%)
HSL Color Space206,38% ,78%hsl(206,38% ,78%)
HSV Color Space206°, 19%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101100111100101111011101
Octal263313335
Decimal179203221
Hexb3cbdd

Different shades of #b3cbdd color code.

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

Light Shade of #b3cbdd
#d6e3ed
Dark Shade of #b3cbdd
#90b3cd
Saturated Shade of #b3cbdd
#adcce2
Desaturated Shade of #b3cbdd
#b8cad7
Grey scale Shade of #b3cbdd
#c8c8c8
Brighten Shade
#cce4f6
Most Readable Shade
#000000

Shades of #b3cbdd color code

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

#b3cbdd
#9fb4c4
#8b9dab
#778793
#63707a
#4f5a62
#3b4349
#272d31
#131618
#000000

Similar Color like #b3cbdd color

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

#b4ccde
#b5cddf
#b6cee0
#b7cfe1
#b8d0e2
#b9d1e3
#bad2e4
#bbd3e5
#bcd4e6
#bdd5e7
#bed6e8
#bfd7e9
#c0d8ea
#c1d9eb
#b2cadc
#b1c9db
#b0c8da
#afc7d9
#aec6d8
#adc5d7
#acc4d6
#abc3d5
#aac2d4
#a9c1d3
#a8c0d2
#a7bfd1
#a6bed0
#a5bdcf

Monochromatic Color with #b3cbdd

#b3cbdd
#070808
#292f33
#4c565d
#6e7d88
#91a4b3

Tints of #b3cbdd Color

#b3cbdd
#bbd0e0
#c3d6e4
#ccdce8
#d4e2ec
#dde7ef
#e5edf3
#eef3f7
#f6f9fb
#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

#b3cbdd
#ddc5b3

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

Split Complementary

#b3cbdd
#ddb3b6
#dddab3

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

Analogous Color

#b3dcdd
#b3d3dd
#b3cbdd
#b3c3dd
#b3badd

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

#b3cbdd
#ddb3cb
#cbddb3

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

#b3cbdd
#dab3dd
#ddc5b3
#b6ddb3

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

#b3cbdd
#ddc5b3
#dddab3
#b3b6dd

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

#b3cbdd Color Code Preview on Black Background Color

This is how #b3cbdd Color will look on black background color. Color contrast ratio is 12.50

#b3cbdd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b3cbdd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b3cbdd

#b3cbdd color code is use for CSS Background Color

Background color for the above div is #b3cbdd

HTML with inline CSS

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

#b3cbdd color code is use for CSS Border Color

CSS Border color for the above div is #b3cbdd

HTML with inline CSS

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

CSS Border Left color for the above div is #b3cbdd

HTML with inline CSS

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

CSS Border Right color for the above div is #b3cbdd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b3cbdd

HTML with inline CSS

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

CSS Border Top color for the above div is #b3cbdd

HTML with inline CSS

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

#b3cbdd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b3cbdd Color code Preview on White Background

This is how #b3cbdd Color code will look on white background color. Color contrast ratio is 1.68

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

Related Gradients

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

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.