crispedge.com

Color picker

Loading...

#bc88a8 hex color - Red - Warm color - Information

#bc88a8 hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #bc88a8 Color code in RGB color code model is created after adding 73.73% red color, 53.33% green color and 65.88% blue color. Hex #bc88a8 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 28% magenta, 11% yellow and 26% black.

Hex #bc88a8 color code is between #bb77aa web safe hex color code and #cc9999 web safe hex color code. #bb77aa is the nearest web safe color code. You can see here many more shades of #bc88a8 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebc88a8#bc88a8
RGB Decimal188, 136, 168rgb(188, 136, 168)
RGB Percent74%, 53%, 66%rgb(74%, 53%, 66%)
CSS RGBa188, 136, 168,1rgba(188,136,168,1)
CMYK Modelcmyk(0%,28%,11%,26%)
HSL Color Space323,28% ,64%hsl(323,28% ,64%)
HSV Color Space323°, 28%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111001000100010101000
Octal274210250
Decimal188136168
Hexbc88a8

Different shades of #bc88a8 color code.

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

Light Shade of #bc88a8
#cea9c0
Dark Shade of #bc88a8
#aa6790
Saturated Shade of #bc88a8
#c57faa
Desaturated Shade of #bc88a8
#b391a6
Grey scale Shade of #bc88a8
#a2a2a2
Brighten Shade
#d5a1c1
Most Readable Shade
#000000

Shades of #bc88a8 color code

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

#bc88a8
#a77895
#926982
#7d5a70
#684b5d
#533c4a
#3e2d38
#291e25
#140f12
#000000

Similar Color like #bc88a8 color

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

#bd89a9
#be8aaa
#bf8bab
#c08cac
#c18dad
#c28eae
#c38faf
#c490b0
#c591b1
#c692b2
#c793b3
#c894b4
#c995b5
#ca96b6
#bb87a7
#ba86a6
#b985a5
#b884a4
#b783a3
#b682a2
#b581a1
#b480a0
#b37f9f
#b27e9e
#b17d9d
#b07c9c
#af7b9b
#ae7a9a

Monochromatic Color with #bc88a8

#bc88a8
#e6a7ce
#120d10
#3c2c36
#674b5c
#916982

Tints of #bc88a8 Color

#bc88a8
#c395b1
#caa2bb
#d2afc5
#d9bcce
#e1cad8
#e8d7e2
#f0e4eb
#f7f1f5
#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

#bc88a8
#88bc9c

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

Split Complementary

#bc88a8
#8ebc88
#88bcb6

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

Analogous Color

#bb88bc
#bc88b2
#bc88a8
#bc889e
#bc8893

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

#bc88a8
#a8bc88
#88a8bc

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

#bc88a8
#bcb688
#88bc9c
#888ebc

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

#bc88a8
#88bc9c
#88bcb6
#bc888e

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

#bc88a8 Color Code Preview on Black Background Color

This is how #bc88a8 Color will look on black background color. Color contrast ratio is 7.23

#bc88a8 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc88a8

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc88a8

#bc88a8 color code is use for CSS Background Color

Background color for the above div is #bc88a8

HTML with inline CSS

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

#bc88a8 color code is use for CSS Border Color

CSS Border color for the above div is #bc88a8

HTML with inline CSS

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

CSS Border Left color for the above div is #bc88a8

HTML with inline CSS

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

CSS Border Right color for the above div is #bc88a8

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bc88a8

HTML with inline CSS

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

CSS Border Top color for the above div is #bc88a8

HTML with inline CSS

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

#bc88a8 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bc88a8 Color code Preview on White Background

This is how #bc88a8 Color code will look on white background color. Color contrast ratio is 2.91

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

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(188,136,168,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(136,188,156,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(188,136,168,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.