crispedge.com

Color picker

Loading...

#b5ceae hex color - Green - Cool color - Information

#b5ceae hex color - Green - Cool color

Color Hue/Base color: Green

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

Hex #b5ceae color code is between #bbccaa web safe hex color code and #aaddbb web safe hex color code. #bbccaa is the nearest web safe color code. You can see here many more shades of #b5ceae color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codeb5ceae#b5ceae
RGB Decimal181, 206, 174rgb(181, 206, 174)
RGB Percent71%, 81%, 68%rgb(71%, 81%, 68%)
CSS RGBa181, 206, 174,1rgba(181,206,174,1)
CMYK Modelcmyk(12%,0%,16%,19%)
HSL Color Space107,25% ,75%hsl(107,25% ,75%)
HSV Color Space107°, 16%, 81%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101101011100111010101110
Octal265316256
Decimal181206174
Hexb5ceae

Different shades of #b5ceae color code.

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

Light Shade of #b5ceae
#d2e1ce
Dark Shade of #b5ceae
#98bb8e
Saturated Shade of #b5ceae
#b1d4a7
Desaturated Shade of #b5ceae
#b9c7b4
Grey scale Shade of #b5ceae
#bebebe
Brighten Shade
#cee7c7
Most Readable Shade
#000000

Shades of #b5ceae color code

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

#b5ceae
#a0b79a
#8ca087
#788974
#647260
#505b4d
#3c443a
#282d26
#141613
#000000

Similar Color like #b5ceae color

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

#b6cfaf
#b7d0b0
#b8d1b1
#b9d2b2
#bad3b3
#bbd4b4
#bcd5b5
#bdd6b6
#bed7b7
#bfd8b8
#c0d9b9
#c1daba
#c2dbbb
#c3dcbc
#b4cdad
#b3ccac
#b2cbab
#b1caaa
#b0c9a9
#afc8a8
#aec7a7
#adc6a6
#acc5a5
#abc4a4
#aac3a3
#a9c2a2
#a8c1a1
#a7c0a0

Monochromatic Color with #b5ceae

#b5ceae
#daf8d2
#20241e
#454e42
#6a7966
#90a38a

Tints of #b5ceae Color

#b5ceae
#bdd3b7
#c5d8c0
#cddec9
#d5e3d2
#dee9db
#e6eee4
#eef4ed
#f6f9f6
#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

#b5ceae
#c7aece

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

Split Complementary

#b5ceae
#b7aece
#ceaec5

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

Analogous Color

#c2ceae
#bbceae
#b5ceae
#afceae
#aeceb4

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

#b5ceae
#aeb5ce
#ceaeb5

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

#b5ceae
#aec5ce
#c7aece
#ceb7ae

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

#b5ceae
#c7aece
#ceaec5
#aeceb7

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

#b5ceae Color Code Preview on Black Background Color

This is how #b5ceae Color will look on black background color. Color contrast ratio is 12.40

#b5ceae in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b5ceae

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b5ceae

#b5ceae color code is use for CSS Background Color

Background color for the above div is #b5ceae

HTML with inline CSS

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

#b5ceae color code is use for CSS Border Color

CSS Border color for the above div is #b5ceae

HTML with inline CSS

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

CSS Border Left color for the above div is #b5ceae

HTML with inline CSS

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

CSS Border Right color for the above div is #b5ceae

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b5ceae

HTML with inline CSS

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

CSS Border Top color for the above div is #b5ceae

HTML with inline CSS

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

#b5ceae hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b5ceae Color code Preview on White Background

This is how #b5ceae Color code will look on white background color. Color contrast ratio is 1.69

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(181,206,174,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(199,174,206,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(181,206,174,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.