crispedge.com

Color picker

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

#bbd9db hex color - Green - Cool color - Information

#bbd9db hex color - Green - Cool color

Color Hue/Base color: Green

Hex #bbd9db Color code in RGB color code model is created after adding 73.33% red color, 85.1% green color and 85.88% blue color. Hex #bbd9db Color code in CMYK color (process color) code model is generated after subtraction of 15% cyan, 1% magenta, 0% yellow and 14% black.

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

0 Likes 0 Comments | 8 Views

Color Table

Hex Color Codebbd9db#bbd9db
RGB Decimal187, 217, 219rgb(187, 217, 219)
RGB Percent73%, 85%, 86%rgb(73%, 85%, 86%)
CSS RGBa187, 217, 219,1rgba(187,217,219,1)
CMYK Modelcmyk(15%,1%,0%,14%)
HSL Color Space184,31% ,80%hsl(184,31% ,80%)
HSV Color Space184°, 15%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101110111101100111011011
Octal273331333
Decimal187217219
Hexbbd9db

Different shades of #bbd9db color code.

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

Light Shade of #bbd9db
#dceced
Dark Shade of #bbd9db
#9ac6c9
Saturated Shade of #bbd9db
#b6dee0
Desaturated Shade of #bbd9db
#c0d4d6
Grey scale Shade of #bbd9db
#cbcbcb
Brighten Shade
#d4f2f4
Most Readable Shade
#000000

Shades of #bbd9db color code

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

#bbd9db
#a6c0c2
#91a8aa
#7c9092
#677879
#536061
#3e4849
#293030
#141818
#000000

Similar Color like #bbd9db color

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

#bcdadc
#bddbdd
#bedcde
#bfdddf
#c0dee0
#c1dfe1
#c2e0e2
#c3e1e3
#c4e2e4
#c5e3e5
#c6e4e6
#c7e5e7
#c8e6e8
#c9e7e9
#bad8da
#b9d7d9
#b8d6d8
#b7d5d7
#b6d4d6
#b5d3d5
#b4d2d4
#b3d1d3
#b2d0d2
#b1cfd1
#b0ced0
#afcdcf
#aeccce
#adcbcd

Monochromatic Color with #bbd9db

#bbd9db
#060606
#2a3131
#4e5b5b
#728586
#97afb0

Tints of #bbd9db Color

#bbd9db
#c2dddf
#cae1e3
#d1e5e7
#d9e9eb
#e0eeef
#e8f2f3
#eff6f7
#f7fafb
#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

#bbd9db
#dbbdbb

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

Split Complementary

#bbd9db
#dbbbc9
#dbcdbb

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

Analogous Color

#bbdbd0
#bbdbd7
#bbd9db
#bbd3db
#bbccdb

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

#bbd9db
#dbbbd9
#d9dbbb

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

#bbd9db
#cdbbdb
#dbbdbb
#c9dbbb

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

#bbd9db
#dbbdbb
#dbcdbb
#bbc9db

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

#bbd9db Color Code Preview on Black Background Color

This is how #bbd9db Color will look on black background color. Color contrast ratio is 14.06

#bbd9db in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbd9db

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbd9db

#bbd9db color code is use for CSS Background Color

Background color for the above div is #bbd9db

HTML with inline CSS

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

#bbd9db color code is use for CSS Border Color

CSS Border color for the above div is #bbd9db

HTML with inline CSS

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

CSS Border Left color for the above div is #bbd9db

HTML with inline CSS

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

CSS Border Right color for the above div is #bbd9db

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bbd9db

HTML with inline CSS

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

CSS Border Top color for the above div is #bbd9db

HTML with inline CSS

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

#bbd9db hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bbd9db Color code Preview on White Background

This is how #bbd9db Color code will look on white background color. Color contrast ratio is 1.49

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

Related Gradients

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

0 Likes 0 Comments | 8 Views

Post your comment:-

By submitting comment you agree to our privacy policy.