crispedge.com

Color picker

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

#bbd0dd hex color - Blue - Cool color - Information

#bbd0dd hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #bbd0dd Color code in RGB color code model is created after adding 73.33% red color, 81.57% green color and 86.67% blue color. Hex #bbd0dd Color code in CMYK color (process color) code model is generated after subtraction of 15% cyan, 6% magenta, 0% yellow and 13% black.

Hex #bbd0dd color code is between #aacccc web safe hex color code and #ccddee web safe hex color code. #aacccc is the nearest web safe color code. You can see here many more shades of #bbd0dd color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codebbd0dd#bbd0dd
RGB Decimal187, 208, 221rgb(187, 208, 221)
RGB Percent73%, 82%, 87%rgb(73%, 82%, 87%)
CSS RGBa187, 208, 221,1rgba(187,208,221,1)
CMYK Modelcmyk(15%,6%,0%,13%)
HSL Color Space203,33% ,80%hsl(203,33% ,80%)
HSV Color Space203°, 15%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101110111101000011011101
Octal273320335
Decimal187208221
Hexbbd0dd

Different shades of #bbd0dd color code.

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

Light Shade of #bbd0dd
#dde7ee
Dark Shade of #bbd0dd
#99b8cc
Saturated Shade of #bbd0dd
#b6d1e2
Desaturated Shade of #bbd0dd
#c0cfd8
Grey scale Shade of #bbd0dd
#cccccc
Brighten Shade
#d4e9f6
Most Readable Shade
#000000

Shades of #bbd0dd color code

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

#bbd0dd
#a6b8c4
#91a1ab
#7c8a93
#67737a
#535c62
#3e4549
#292e31
#141718
#000000

Similar Color like #bbd0dd color

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

#bcd1de
#bdd2df
#bed3e0
#bfd4e1
#c0d5e2
#c1d6e3
#c2d7e4
#c3d8e5
#c4d9e6
#c5dae7
#c6dbe8
#c7dce9
#c8ddea
#c9deeb
#bacfdc
#b9cedb
#b8cdda
#b7ccd9
#b6cbd8
#b5cad7
#b4c9d6
#b3c8d5
#b2c7d4
#b1c6d3
#b0c5d2
#afc4d1
#aec3d0
#adc2cf

Monochromatic Color with #bbd0dd

#bbd0dd
#070808
#2b3033
#4f585d
#738088
#97a8b3

Tints of #bbd0dd Color

#bbd0dd
#c2d5e0
#cadae4
#d1dfe8
#d9e4ec
#e0eaef
#e8eff3
#eff4f7
#f7f9fb
#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

#bbd0dd
#ddc8bb

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

Split Complementary

#bbd0dd
#ddbbbf
#ddd9bb

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

Analogous Color

#bbdddc
#bbd7dd
#bbd0dd
#bbc9dd
#bbc2dd

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

#bbd0dd
#ddbbd0
#d0ddbb

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

#bbd0dd
#d9bbdd
#ddc8bb
#bfddbb

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

#bbd0dd
#ddc8bb
#ddd9bb
#bbbfdd

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

#bbd0dd Color Code Preview on Black Background Color

This is how #bbd0dd Color will look on black background color. Color contrast ratio is 13.18

#bbd0dd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbd0dd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbd0dd

#bbd0dd color code is use for CSS Background Color

Background color for the above div is #bbd0dd

HTML with inline CSS

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

#bbd0dd color code is use for CSS Border Color

CSS Border color for the above div is #bbd0dd

HTML with inline CSS

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

CSS Border Left color for the above div is #bbd0dd

HTML with inline CSS

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

CSS Border Right color for the above div is #bbd0dd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bbd0dd

HTML with inline CSS

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

CSS Border Top color for the above div is #bbd0dd

HTML with inline CSS

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

#bbd0dd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bbd0dd Color code Preview on White Background

This is how #bbd0dd Color code will look on white background color. Color contrast ratio is 1.59

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.