COLOR #BC9FDE

HEX: #BC9FDE RGB: (188,159,222)

Color info

#BC9FDE contains mainly red and blue colors. Web safe color of #BC9FDE is #CC99CC (or #C9C).

RGB color model

#BC9FDE color RGB value is (188,159,222).

RGB: (188,159,222) (74%, 62%, 87%)

RGB channels and saturation

R 188 of 255 = 74%
G 159 of 255 = 62%
B 222 of 255 = 87%

188
159
222

R + G + B ~ 74%. #BC9FDE is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 159 + 222 = 569 (100%)
R 188 of 569 ~ 33.04%
G 159 of 569 ~ 27.94%
B 222 of 569 ~ 39.02'%

%33.04
%27.94
%39.02

CMYK color model

#BC9FDE color CMYK value is (15,28,0,13).

  • cyan value is 15.32%
  • magenta value is 28.38%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (15,28,0,13)
C15M28Y0K13 (15%, 28%, 0%, 13%)
(0.15 / 0.28 / 0.00 / 0.13)

CMYK percentages

%15.32
%28.38
%0
%12.94

Codes

Color #BC9FDE in popluar color models

BC 9F DE
RGB 188 159 222
HSL 268° 48.84% 74.71%
HSB/HSV 268° 28.38% 87.06%
CMYK 15.32% 28.38% 0.00%
12.94%

Color #BC9FDE in popluar number systems.

HEX BC 9F DE
Decimal 188 159 222
Binary 10111100 10011111 11011110
Octal 274 237 336

Shades and tints

Shades of #BC9FDE

#BC9FDE
(188,159,222)
#AB91CA
(171,145,202)
#9A83B6
(154,131,182)
#8975A2
(137,117,162)
#78678E
(120,103,142)
#67597A
(103,89,122)
#564B66
(86,75,102)
#453D52
(69,61,82)
#342F3E
(52,47,62)
#23212A
(35,33,42)
#121316
(18,19,22)
#000000
(0,0,0)

Tints of #BC9FDE

#BC9FDE
(188,159,222)
#C2A7E1
(194,167,225)
#C8AFE4
(200,175,228)
#CEB7E7
(206,183,231)
#D4BFEA
(212,191,234)
#DAC7ED
(218,199,237)
#E0CFF0
(224,207,240)
#E6D7F3
(230,215,243)
#ECDFF6
(236,223,246)
#F2E7F9
(242,231,249)
#F8EFFC
(248,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC9FDE color. Also use rgb(188,159,222) instead hex code.

Text Font Color

.myTextColor { color: #BC9FDE; }

<p style="color:#BC9FDE">This sample text font color is #BC9FDE.</p>

This text font color is #BC9FDE.

Background Color

.myBgColor { background-color: #BC9FDE; }

<div style="background-color:#BC9FDE">Inner text</div>

This div background color is #BC9FDE.

Border color

.myBorderColor { border: 1px solid #BC9FDE; }

<div style="border:3px solid #BC9FDE">Div</div>

This div border color is #BC9FDE.

Opacity

.myOpacity80 { color: #BC9FDE; opacity: 0.8; }

<p style="color:#BC9FDE;opacity:0.8;">80%</p>

Text with #BC9FDE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BC9FDE;}

<p style="text-shadow: 3px 3px 1px #BC9FDE">Text here.</p>

This text has shadow with #BC9FDE color.


.textShadow {text-shadow: 3px 3px 1px #BC9FDE', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BC9FDE, 5px 5px 20px red">Text here.</p>

This text has shadow with #BC9FDE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC9FDE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BC9FDE, Direction=45, Strength=4)">Text</p>

This text has shadow with #BC9FDE and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BC9FDE;
-webkit-box-shadow: 1px 1px 3px 2px #BC9FDE;
box-shadow: 1px 1px 3px 2px #BC9FDE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BC9FDE; -webkit-box-shadow: 1px 1px 3px 2px #BC9FDE; box-shadow:1px 1px 3px 2px #BC9FDE;">
Div content here
</div>

This div box has shadow with color #BC9FDE.

Preview

Color preview on black background

This text has color #BC9FDE on black background.


Color preview on white background

This text has color #BC9FDE on white background.


Black color preview on #BC9FDE background

This text has black color on #BC9FDE background.


White color preview on #BC9FDE background

This text has white color on #BC9FDE background.


Related colors

Complementary color

Complementary color for #hex is #436021.


I love getcolorcode.com

Triadic colors

1 #DEBC9F and #9FDEBC with #BC9FDE are triadic colors.

2 #DE9FBC and #9FBCDE with #BC9FDE are triadic colors.