crispedge.com

Color picker

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

#bce1bc hex color - Green - Cool color - Information

#bce1bc hex color - Green - Cool color

Color Hue/Base color: Green

Hex #bce1bc Color code in RGB color code model is created after adding 73.73% red color, 88.24% green color and 73.73% blue color. Hex #bce1bc Color code in CMYK color (process color) code model is generated after subtraction of 16% cyan, 0% magenta, 16% yellow and 12% black.

Hex #bce1bc color code is between #bbddbb web safe hex color code and #cceecc web safe hex color code. #bbddbb is the nearest web safe color code. You can see here many more shades of #bce1bc color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codebce1bc#bce1bc
RGB Decimal188, 225, 188rgb(188, 225, 188)
RGB Percent74%, 88%, 74%rgb(74%, 88%, 74%)
CSS RGBa188, 225, 188,1rgba(188,225,188,1)
CMYK Modelcmyk(16%,0%,16%,12%)
HSL Color Space120,38% ,81%hsl(120,38% ,81%)
HSV Color Space120°, 16%, 88%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101111001110000110111100
Octal274341274
Decimal188225188
Hexbce1bc

Different shades of #bce1bc color code.

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

Light Shade of #bce1bc
#dff1df
Dark Shade of #bce1bc
#99d199
Saturated Shade of #bce1bc
#b7e6b7
Desaturated Shade of #bce1bc
#c1dcc1
Grey scale Shade of #bce1bc
#cecece
Brighten Shade
#d5fad5
Most Readable Shade
#000000

Shades of #bce1bc color code

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

#bce1bc
#a7c8a7
#92af92
#7d967d
#687d68
#536453
#3e4b3e
#293229
#141914
#000000

Similar Color like #bce1bc color

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

#bde2bd
#bee3be
#bfe4bf
#c0e5c0
#c1e6c1
#c2e7c2
#c3e8c3
#c4e9c4
#c5eac5
#c6ebc6
#c7ecc7
#c8edc8
#c9eec9
#caefca
#bbe0bb
#badfba
#b9deb9
#b8ddb8
#b7dcb7
#b6dbb6
#b5dab5
#b4d9b4
#b3d8b3
#b2d7b2
#b1d6b1
#b0d5b0
#afd4af
#aed3ae

Monochromatic Color with #bce1bc

#bce1bc
#0a0c0a
#2e372e
#516151
#758c75
#98b698

Tints of #bce1bc Color

#bce1bc
#c3e4c3
#cae7ca
#d2ebd2
#d9eed9
#e1f1e1
#e8f5e8
#f0f8f0
#f7fbf7
#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

#bce1bc
#e1bce1

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

Split Complementary

#bce1bc
#cfbce1
#e1bccf

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

Analogous Color

#cbe1bc
#c3e1bc
#bce1bc
#bce1c3
#bce1cb

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

#bce1bc
#bcbce1
#e1bcbc

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

#bce1bc
#bccee1
#e1bce1
#e1cebc

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

#bce1bc
#e1bce1
#e1bccf
#bce1cf

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

#bce1bc Color Code Preview on Black Background Color

This is how #bce1bc Color will look on black background color. Color contrast ratio is 14.63

#bce1bc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bce1bc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bce1bc

#bce1bc color code is use for CSS Background Color

Background color for the above div is #bce1bc

HTML with inline CSS

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

#bce1bc color code is use for CSS Border Color

CSS Border color for the above div is #bce1bc

HTML with inline CSS

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

CSS Border Left color for the above div is #bce1bc

HTML with inline CSS

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

CSS Border Right color for the above div is #bce1bc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bce1bc

HTML with inline CSS

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

CSS Border Top color for the above div is #bce1bc

HTML with inline CSS

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

#bce1bc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bce1bc Color code Preview on White Background

This is how #bce1bc Color code will look on white background color. Color contrast ratio is 1.43

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

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.