crispedge.com

Color picker

Loading...

#bd98a0 hex color - Brown - Warm color - Information

#bd98a0 hex color - Brown - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Brown

Hex #bd98a0 Color code in RGB color code model is created after adding 74.12% red color, 59.61% green color and 62.75% blue color. Hex #bd98a0 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 20% magenta, 15% yellow and 26% black.

Hex #bd98a0 color code is between #bb9999 web safe hex color code and #cc88aa web safe hex color code. #bb9999 is the nearest web safe color code. You can see here many more shades of #bd98a0 color code.

0 Likes 0 Comments | 5 Views

RGB Chart

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

Color Table

Hex Color Codebd98a0#bd98a0
RGB Decimal189, 152, 160rgb(189, 152, 160)
RGB Percent74%, 60%, 63%rgb(74%, 60%, 63%)
CSS RGBa189, 152, 160,1rgba(189,152,160,1)
CMYK Modelcmyk(0%,20%,15%,26%)
HSL Color Space347,22% ,67%hsl(347,22% ,67%)
HSV Color Space347°, 20%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111011001100010100000
Octal275230240
Decimal189152160
Hexbd98a0

Different shades of #bd98a0 color code.

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

Light Shade of #bd98a0
#d1b7bd
Dark Shade of #bd98a0
#a97983
Saturated Shade of #bd98a0
#c5909b
Desaturated Shade of #bd98a0
#b5a0a5
Grey scale Shade of #bd98a0
#aaaaaa
Brighten Shade
#d6b1b9
Most Readable Shade
#000000

Shades of #bd98a0 color code

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

#bd98a0
#a8878e
#93767c
#7e656a
#695458
#544347
#3f3235
#2a2123
#151011
#000000

Similar Color like #bd98a0 color

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

#be99a1
#bf9aa2
#c09ba3
#c19ca4
#c29da5
#c39ea6
#c49fa7
#c5a0a8
#c6a1a9
#c7a2aa
#c8a3ab
#c9a4ac
#caa5ad
#cba6ae
#bc979f
#bb969e
#ba959d
#b9949c
#b8939b
#b7929a
#b69199
#b59098
#b48f97
#b38e96
#b28d95
#b18c94
#b08b93
#af8a92

Monochromatic Color with #bd98a0

#bd98a0
#e7bac4
#130f10
#3d3134
#685458
#92767c

Tints of #bd98a0 Color

#bd98a0
#c4a3aa
#cbaeb5
#d3babf
#dac5ca
#e1d1d4
#e9dcdf
#f0e8e9
#f7f3f4
#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

#bd98a0
#98bdb5

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

Split Complementary

#bd98a0
#98bda3
#98b2bd

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

Analogous Color

#bd98af
#bd98a7
#bd98a0
#bd9899
#bd9f98

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

#bd98a0
#a0bd98
#98a0bd

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

#bd98a0
#b2bd98
#98bdb5
#a298bd

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

#bd98a0
#98bdb5
#98b2bd
#bda398

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

#bd98a0 Color Code Preview on Black Background Color

This is how #bd98a0 Color will look on black background color. Color contrast ratio is 8.16

#bd98a0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd98a0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd98a0

#bd98a0 color code is use for CSS Background Color

Background color for the above div is #bd98a0

HTML with inline CSS

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

#bd98a0 color code is use for CSS Border Color

CSS Border color for the above div is #bd98a0

HTML with inline CSS

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

CSS Border Left color for the above div is #bd98a0

HTML with inline CSS

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

CSS Border Right color for the above div is #bd98a0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bd98a0

HTML with inline CSS

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

CSS Border Top color for the above div is #bd98a0

HTML with inline CSS

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

#bd98a0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bd98a0 Color code Preview on White Background

This is how #bd98a0 Color code will look on white background color. Color contrast ratio is 2.57

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

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(189,152,160,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(152,189,181,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(189,152,160,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.