crispedge.com

Color picker

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

#bbd1cc hex color - Green - Cool color - Information

#bbd1cc hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #bbd1cc Color code in RGB color code model is created after adding 73.33% red color, 81.96% green color and 80% blue color. Hex #bbd1cc Color code in CMYK color (process color) code model is generated after subtraction of 11% cyan, 0% magenta, 2% yellow and 18% black.

Hex #bbd1cc color code is between #aaccbb web safe hex color code and #ccdddd web safe hex color code. #aaccbb is the nearest web safe color code. You can see here many more shades of #bbd1cc color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codebbd1cc#bbd1cc
RGB Decimal187, 209, 204rgb(187, 209, 204)
RGB Percent73%, 82%, 80%rgb(73%, 82%, 80%)
CSS RGBa187, 209, 204,1rgba(187,209,204,1)
CMYK Modelcmyk(11%,0%,2%,18%)
HSL Color Space166,19% ,78%hsl(166,19% ,78%)
HSV Color Space166°, 11%, 82%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101110111101000111001100
Octal273321314
Decimal187209204
Hexbbd1cc

Different shades of #bbd1cc color code.

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

Light Shade of #bbd1cc
#d9e6e3
Dark Shade of #bbd1cc
#9dbcb5
Saturated Shade of #bbd1cc
#b5d7cf
Desaturated Shade of #bbd1cc
#c1cbc9
Grey scale Shade of #bbd1cc
#c6c6c6
Brighten Shade
#d4eae5
Most Readable Shade
#000000

Shades of #bbd1cc color code

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

#bbd1cc
#a6b9b5
#91a29e
#7c8b88
#677471
#535c5a
#3e4544
#292e2d
#141716
#000000

Similar Color like #bbd1cc color

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

#bcd2cd
#bdd3ce
#bed4cf
#bfd5d0
#c0d6d1
#c1d7d2
#c2d8d3
#c3d9d4
#c4dad5
#c5dbd6
#c6dcd7
#c7ddd8
#c8ded9
#c9dfda
#bad0cb
#b9cfca
#b8cec9
#b7cdc8
#b6ccc7
#b5cbc6
#b4cac5
#b3c9c4
#b2c8c3
#b1c7c2
#b0c6c1
#afc5c0
#aec4bf
#adc3be

Monochromatic Color with #bbd1cc

#bbd1cc
#e1fbf5
#232726
#495150
#6f7c79
#95a6a3

Tints of #bbd1cc Color

#bbd1cc
#c2d6d1
#cadbd7
#d1e0dd
#d9e5e2
#e0eae8
#e8efee
#eff4f3
#f7f9f9
#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

#bbd1cc
#d1bbc0

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

Split Complementary

#bbd1cc
#d1bbcb
#d1c1bb

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

Analogous Color

#bbd1c3
#bbd1c8
#bbd1cc
#bbd1d0
#bbcdd1

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

#bbd1cc
#ccbbd1
#d1ccbb

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

#bbd1cc
#c1bbd1
#d1bbc0
#cbd1bb

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

#bbd1cc
#d1bbc0
#d1c1bb
#bbcbd1

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

#bbd1cc Color Code Preview on Black Background Color

This is how #bbd1cc Color will look on black background color. Color contrast ratio is 13.11

#bbd1cc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbd1cc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbd1cc

#bbd1cc color code is use for CSS Background Color

Background color for the above div is #bbd1cc

HTML with inline CSS

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

#bbd1cc color code is use for CSS Border Color

CSS Border color for the above div is #bbd1cc

HTML with inline CSS

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

CSS Border Left color for the above div is #bbd1cc

HTML with inline CSS

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

CSS Border Right color for the above div is #bbd1cc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bbd1cc

HTML with inline CSS

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

CSS Border Top color for the above div is #bbd1cc

HTML with inline CSS

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

#bbd1cc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bbd1cc Color code Preview on White Background

This is how #bbd1cc Color code will look on white background color. Color contrast ratio is 1.60

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

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.