crispedge.com

Color picker

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

#bcc6ba hex color - Green - Cool color - Information

#bcc6ba hex color - Green - Cool color

Color Hue/Base color: Green

Hex #bcc6ba Color code in RGB color code model is created after adding 73.73% red color, 77.65% green color and 72.94% blue color. Hex #bcc6ba Color code in CMYK color (process color) code model is generated after subtraction of 5% cyan, 0% magenta, 6% yellow and 22% black.

Hex #bcc6ba color code is between #bbccbb web safe hex color code and #ccbbaa web safe hex color code. #bbccbb is the nearest web safe color code. You can see here many more shades of #bcc6ba color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codebcc6ba#bcc6ba
RGB Decimal188, 198, 186rgb(188, 198, 186)
RGB Percent74%, 78%, 73%rgb(74%, 78%, 73%)
CSS RGBa188, 198, 186,1rgba(188,198,186,1)
CMYK Modelcmyk(5%,0%,6%,22%)
HSL Color Space110,10% ,75%hsl(110,10% ,75%)
HSV Color Space110°, 6%, 78%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101111001100011010111010
Octal274306272
Decimal188198186
Hexbcc6ba

Different shades of #bcc6ba color code.

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

Light Shade of #bcc6ba
#d7ddd6
Dark Shade of #bcc6ba
#a1af9e
Saturated Shade of #bcc6ba
#b8ccb4
Desaturated Shade of #bcc6ba
#c0c0c0
Grey scale Shade of #bcc6ba
#c0c0c0
Brighten Shade
#d5dfd3
Most Readable Shade
#000000

Shades of #bcc6ba color code

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

#bcc6ba
#a7b0a5
#929a90
#7d847c
#686e67
#535852
#3e423e
#292c29
#141614
#000000

Similar Color like #bcc6ba color

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

#bdc7bb
#bec8bc
#bfc9bd
#c0cabe
#c1cbbf
#c2ccc0
#c3cdc1
#c4cec2
#c5cfc3
#c6d0c4
#c7d1c5
#c8d2c6
#c9d3c7
#cad4c8
#bbc5b9
#bac4b8
#b9c3b7
#b8c2b6
#b7c1b5
#b6c0b4
#b5bfb3
#b4beb2
#b3bdb1
#b2bcb0
#b1bbaf
#b0baae
#afb9ad
#aeb8ac

Monochromatic Color with #bcc6ba

#bcc6ba
#e4f0e2
#1b1c1a
#434642
#6b716a
#949b92

Tints of #bcc6ba Color

#bcc6ba
#c3ccc1
#cad2c9
#d2d9d1
#d9dfd8
#e1e5e0
#e8ece8
#f0f2ef
#f7f8f7
#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

#bcc6ba
#c4bac6

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

Split Complementary

#bcc6ba
#bebac6
#c6bac2

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

Analogous Color

#c1c6ba
#bec6ba
#bcc6ba
#bac6ba
#bac6bd

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

#bcc6ba
#babcc6
#c6babc

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

#bcc6ba
#bac2c6
#c4bac6
#c6beba

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

#bcc6ba
#c4bac6
#c6bac2
#bac6be

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

#bcc6ba Color Code Preview on Black Background Color

This is how #bcc6ba Color will look on black background color. Color contrast ratio is 11.92

#bcc6ba in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcc6ba

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcc6ba

#bcc6ba color code is use for CSS Background Color

Background color for the above div is #bcc6ba

HTML with inline CSS

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

#bcc6ba color code is use for CSS Border Color

CSS Border color for the above div is #bcc6ba

HTML with inline CSS

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

CSS Border Left color for the above div is #bcc6ba

HTML with inline CSS

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

CSS Border Right color for the above div is #bcc6ba

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bcc6ba

HTML with inline CSS

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

CSS Border Top color for the above div is #bcc6ba

HTML with inline CSS

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

#bcc6ba hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bcc6ba Color code Preview on White Background

This is how #bcc6ba Color code will look on white background color. Color contrast ratio is 1.76

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.