crispedge.com

Color picker

Loading...

#c5beca hex color - Grey - Warm color - Information

#c5beca hex color - Grey - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Grey

Hex #c5beca Color code in RGB color code model is created after adding 77.25% red color, 74.51% green color and 79.22% blue color. Hex #c5beca Color code in CMYK color (process color) code model is generated after subtraction of 2% cyan, 6% magenta, 0% yellow and 21% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codec5beca#c5beca
RGB Decimal197, 190, 202rgb(197, 190, 202)
RGB Percent77%, 75%, 79%rgb(77%, 75%, 79%)
CSS RGBa197, 190, 202,1rgba(197,190,202,1)
CMYK Modelcmyk(2%,6%,0%,21%)
HSL Color Space275,10% ,77%hsl(275,10% ,77%)
HSV Color Space275°, 6%, 79%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001011011111011001010
Octal305276312
Decimal197190202
Hexc5beca

Different shades of #c5beca color code.

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

Light Shade of #c5beca
#dedae1
Dark Shade of #c5beca
#aca2b3
Saturated Shade of #c5beca
#c6b8d0
Desaturated Shade of #c5beca
#c4c4c4
Grey scale Shade of #c5beca
#c4c4c4
Brighten Shade
#ded7e3
Most Readable Shade
#000000

Shades of #c5beca color code

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

#c5beca
#afa8b3
#99939d
#837e86
#6d6970
#575459
#413f43
#2b2a2c
#151516
#000000

Similar Color like #c5beca color

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

#c6bfcb
#c7c0cc
#c8c1cd
#c9c2ce
#cac3cf
#cbc4d0
#ccc5d1
#cdc6d2
#cec7d3
#cfc8d4
#d0c9d5
#d1cad6
#d2cbd7
#d3ccd8
#c4bdc9
#c3bcc8
#c2bbc7
#c1bac6
#c0b9c5
#bfb8c4
#beb7c3
#bdb6c2
#bcb5c1
#bbb4c0
#bab3bf
#b9b2be
#b8b1bd
#b7b0bc

Monochromatic Color with #c5beca

#c5beca
#eee6f4
#1f1e20
#49464a
#726e75
#9c969f

Tints of #c5beca Color

#c5beca
#cbc5cf
#d1ccd5
#d8d3db
#dedae1
#e5e2e7
#ebe9ed
#f2f0f3
#f8f7f9
#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

#c5beca
#c3cabe

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

Split Complementary

#c5beca
#c9cabe
#becabf

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

Analogous Color

#c0beca
#c3beca
#c5beca
#c7beca
#cabeca

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

#c5beca
#cac5be
#becac5

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

#c5beca
#cabfbe
#c3cabe
#bec9ca

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

#c5beca
#c3cabe
#becabf
#cabec9

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

#c5beca Color Code Preview on Black Background Color

This is how #c5beca Color will look on black background color. Color contrast ratio is 11.59

#c5beca in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c5beca

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c5beca

#c5beca color code is use for CSS Background Color

Background color for the above div is #c5beca

HTML with inline CSS

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

#c5beca color code is use for CSS Border Color

CSS Border color for the above div is #c5beca

HTML with inline CSS

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

CSS Border Left color for the above div is #c5beca

HTML with inline CSS

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

CSS Border Right color for the above div is #c5beca

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c5beca

HTML with inline CSS

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

CSS Border Top color for the above div is #c5beca

HTML with inline CSS

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

#c5beca hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c5beca Color code Preview on White Background

This is how #c5beca Color code will look on white background color. Color contrast ratio is 1.81

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

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(197,190,202,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(195,202,190,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(197,190,202,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.