converting colors - hex(bc9fac)

29
Converting Colors Hex(BC9FAC)

Upload: others

Post on 21-Mar-2022

2 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Converting Colors - Hex(BC9FAC)

ConvertingColors

Hex(BC9FAC)

Page 2: Converting Colors - Hex(BC9FAC)

Have a look what the booklet forHex(BC9FAC) contains.

Hex(BC9FAC) 3 ............................................................ Conversions 4 ....................................................... Details 6 ................................................................ Harmonies 11 ........................................................ Previews 18 ........................................................... Color Blindness Simulation 21 ........................... CSS Examples 24 ..................................................

Page 3: Converting Colors - Hex(BC9FAC)

Color

Hex(BC9FAC)

Page 6: Converting Colors - Hex(BC9FAC)

21-03-2022 6/29 convertingcolors.com

Details

The Hex color BC9FAC is a light color, and thewebsafe version is hex CC9999. A complement ofthis color would be 9FBCAF, and the grayscaleversion is A9A9A9.

A 20% lighter version of the original color isF4D6E3, and 876B78 is the 20% darker color. Ifyou saturate the color by 10%, you get BC8CA2,and if you desaturate by 10%, it is BCB2B6.

Page 7: Converting Colors - Hex(BC9FAC)

21-03-2022 7/29 convertingcolors.com

Distribution

RGB

Red (74%)

Green (62%)

Blue (67%)

RYB

Red (74%)

Yellow (62%)

Blue (67%)

CMYK

Cyan (0%)

Magenta (15%)

Yellow (9%)

Black (26%)

CMY

Cyan (26%)

Magenta (38%)

Yellow (33%)

Page 8: Converting Colors - Hex(BC9FAC)

21-03-2022 8/29 convertingcolors.com

Brightness & SaturationGradients

These gradients show how the Hex color BC9FACchanges by changing the brightness by 10 percent. Thefirst figure shows a shift by +10% for each color and thesecond figure -10%.

Similar to the brightness gradients but the followingsaturation gradients show a change of the Hex colorBC9FAC by changing the saturation by 10% instead.

Page 9: Converting Colors - Hex(BC9FAC)

21-03-2022 9/29 convertingcolors.com

BC9FAC

D8BAC7

F4D6E3

FFF2FF

FFFFFF

BC9FAC

A18591

876B78

6D535F

543C47

3D2631

27111C

0F0000

000000

BC9FAC

BC8CA2

BC7997

BC678D

BC5483

BC4178

BC2E6E

BC9FAC

BCB2B6

BCC5C1

BCD7CB

BCEAD5

BCFDE0

BCFFEA

Page 11: Converting Colors - Hex(BC9FAC)

21-03-2022 11/29 convertingcolors.com

Harmonies

AnalogousThe analogous color harmony consists of three colorsthat are next to each other on the color wheel.

B1A1B7

BC9FAC

C09FA0

Page 12: Converting Colors - Hex(BC9FAC)

21-03-2022 12/29 convertingcolors.com

TriadThe triadic color harmony groups three colors that areevenly spaced from another and form a triangle on thecolor wheel.

BC9FAC

A9A890

8AACB8

Page 13: Converting Colors - Hex(BC9FAC)

21-03-2022 13/29 convertingcolors.com

ComplementaryThe complementary color scheme is a pair of colorswhich are on the opposite of each other on the colorwheel.

BC9FAC

9FBCAF

Page 14: Converting Colors - Hex(BC9FAC)

21-03-2022 14/29 convertingcolors.com

Split ComplementarySplit-complementary colors differ from thecomplementary color scheme. The scheme consists ofthree colors, the original color and two neighbors of thecomplement color.

89AEAD

BC9FAC

9BAB96

Page 15: Converting Colors - Hex(BC9FAC)

21-03-2022 15/29 convertingcolors.com

SquareThe square scheme is like the rectangle color scheme,but the four colors are evenly spaced on the colorwheel.

BC9FAC

B5A490

8FADA1

94A9BE

Page 16: Converting Colors - Hex(BC9FAC)

21-03-2022 16/29 convertingcolors.com

RectangleThe rectangle color scheme consists of four colors thatform a rectangle on the color wheel.

BC9FAC

BFA099

8FADA1

89ADB5

Page 17: Converting Colors - Hex(BC9FAC)

21-03-2022 17/29 convertingcolors.com

SweetspotThe sweet spot groups the original color and fivecomplimentary colors.

BC9FAC

F5E9EE

AF9FBC

7A7376

FAFAFA

7A7A7A

Page 18: Converting Colors - Hex(BC9FAC)

21-03-2022 18/29 convertingcolors.com

Previews

White Background

This preview shows how the Hex color BC9FAC looks ona white background.

Color Contrast Check

Large Text (above 18pt) WCAG AA ✕ FailAny Text WCAG AA ✕ FailLarge Text (above 18pt) WCAG AAA ✕ FailAny Text WCAG AAA ✕ Fail

Page 19: Converting Colors - Hex(BC9FAC)

21-03-2022 19/29 convertingcolors.com

Black Background

This preview shows how the Hex color BC9FAC looks ona black background.

Color Contrast Check

Large Text (above 18pt) WCAG AA ✓ PassAny Text WCAG AA ✓ PassLarge Text (above 18pt) WCAG AAA ✓ PassAny Text WCAG AAA ✓ Pass

If you want to check with other color combinations, trythe Color Contrast Checker.

Page 20: Converting Colors - Hex(BC9FAC)

21-03-2022 20/29 convertingcolors.com

Hex BC9FAC Background

This preview shows how black text looks on abackground with the Hex color BC9FAC.

This preview shows how white text looks on abackground with the Hex color BC9FAC.

Page 21: Converting Colors - Hex(BC9FAC)

21-03-2022 21/29 convertingcolors.com

Color BlindnessSimulation

Color vision deficiency is a very complex topic, and Icould not describe the different causes any better thanWikipedia does, so if you want to learn more, youshould check out their article about color blindness.

Dichromacy

Original ColorBC9FAC

ProtanopiaA7A6B0

DeuteranopiaB5A2AB

Page 22: Converting Colors - Hex(BC9FAC)

21-03-2022 22/29 convertingcolors.com

TritanopiaBC9FAB

Page 24: Converting Colors - Hex(BC9FAC)

21-03-2022 24/29 convertingcolors.com

CSS Examples

Text

The CSS property to change the color of the text to HexBC9FAC is called "color". The color property can be seton classes, ids or directly on the HTML element.

This example shows how text in the color #BC9FAClooks like.

.text, #text, p{ color:#BC9FAC}

Page 25: Converting Colors - Hex(BC9FAC)

21-03-2022 25/29 convertingcolors.com

If you want to add a text shadow in that color use thetext-shadow property, you can generate a text shadowdirectly with our CSS Text Shadow Generator.

Here you see how black text with a 4 pixel #BC9FACHere you see how black text with a 4 pixel #BC9FAC

colored shadow looks like.colored shadow looks like.

.shadow{ text-shadow: 4px 4px 2px #BC9FAC}

Border

The CSS property to change the border of an element toHex BC9FAC is called "border". The border property canbe set on classes, ids or directly on the HTML element.

This example shows the color as border, it can beapplied via the CSS property "border" or "border-color".

.border, #border, table{ border:4px solid#BC9FAC }

Page 26: Converting Colors - Hex(BC9FAC)

21-03-2022 26/29 convertingcolors.com

If only the border color should be changed use theproperty border-color.

.border{ border-color:#BC9FAC }

If you want to add a box shadow in that color use:

Here you see how a box with a 4 pixel #BC9FACcolored shadow looks like.

.boxshadow{ -moz-box-shadow:4px 4px 4px4px #BC9FAC; -webkit-box-shadow:4px 4px4px 4px #BC9FAC; box-shadow:4px 4px 4px4px #BC9FAC }

Page 27: Converting Colors - Hex(BC9FAC)

21-03-2022 27/29 convertingcolors.com

Background

The CSS property to change the background color of anelement to Hex BC9FAC is called "background". Thebackground property can be set on classes, ids ordirectly on the HTML element.

.background, #background, body{background:#BC9FAC }

If only the background color should be changed can beused:

.background{ background-color:#BC9FAC }

This example shows the color as background, it isapplied via the CSS property "background".

To optimize and compress your CSS code, you can useour online CSS compressor and optimizer based oncsstidy. If you want to create a linear or radial gradientas background or border, check our CSS GradientGenerator.

Page 28: Converting Colors - Hex(BC9FAC)

Hey! You found this bookletinteresting? Support ConvertingColors with the new MembershipOption!

The pro membership hides all ads, plus gives youdouble the colors in the color bucket, and moreawesome pro features!

Learn more, Memberships starting at $2.50/m!

Page 29: Converting Colors - Hex(BC9FAC)

Follow meon Twitter!

@ConvertingColor