COLOR #BC98E7

HEX: #BC98E7 RGB: (188,152,231)

Color info

#BC98E7 contains mainly red and blue colors. Web safe color of #BC98E7 is #CC99FF (or #C9F).

RGB color model

#BC98E7 color RGB value is (188,152,231).

RGB: (188,152,231) (74%, 60%, 91%)

RGB channels and saturation

R 188 of 255 = 74%
G 152 of 255 = 60%
B 231 of 255 = 91%

188
152
231

R + G + B ~ 75%. #BC98E7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 152 + 231 = 571 (100%)
R 188 of 571 ~ 32.92%
G 152 of 571 ~ 26.62%
B 231 of 571 ~ 40.46'%

%32.92
%26.62
%40.46

CMYK color model

#BC98E7 color CMYK value is (19,34,0,9).

  • cyan value is 18.61%
  • magenta value is 34.20%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (19,34,0,9)
C19M34Y0K9 (19%, 34%, 0%, 9%)
(0.19 / 0.34 / 0.00 / 0.09)

CMYK percentages

%18.61
%34.2
%0
%9.41

Codes

Color #BC98E7 in popluar color models

BC 98 E7
RGB 188 152 231
HSL 267° 62.20% 75.10%
HSB/HSV 267° 34.20% 90.59%
CMYK 18.61% 34.20% 0.00%
9.41%

Color #BC98E7 in popluar number systems.

HEX BC 98 E7
Decimal 188 152 231
Binary 10111100 10011000 11100111
Octal 274 230 347

Shades and tints

Shades of #BC98E7

#BC98E7
(188,152,231)
#AB8BD2
(171,139,210)
#9A7EBD
(154,126,189)
#8971A8
(137,113,168)
#786493
(120,100,147)
#67577E
(103,87,126)
#564A69
(86,74,105)
#453D54
(69,61,84)
#34303F
(52,48,63)
#23232A
(35,35,42)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #BC98E7

#BC98E7
(188,152,231)
#C2A1E9
(194,161,233)
#C8AAEB
(200,170,235)
#CEB3ED
(206,179,237)
#D4BCEF
(212,188,239)
#DAC5F1
(218,197,241)
#E0CEF3
(224,206,243)
#E6D7F5
(230,215,245)
#ECE0F7
(236,224,247)
#F2E9F9
(242,233,249)
#F8F2FB
(248,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC98E7 color. Also use rgb(188,152,231) instead hex code.

Text Font Color

.myTextColor { color: #BC98E7; }

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

This text font color is #BC98E7.

Background Color

.myBgColor { background-color: #BC98E7; }

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

This div background color is #BC98E7.

Border color

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

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

This div border color is #BC98E7.

Opacity

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

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

Text with #BC98E7 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 #BC98E7;}

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

This text has shadow with #BC98E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC98E7.

Preview

Color preview on black background

This text has color #BC98E7 on black background.


Color preview on white background

This text has color #BC98E7 on white background.


Black color preview on #BC98E7 background

This text has black color on #BC98E7 background.


White color preview on #BC98E7 background

This text has white color on #BC98E7 background.


Related colors

Complementary color

Complementary color for #hex is #436718.


I love getcolorcode.com

Triadic colors

1 #E7BC98 and #98E7BC with #BC98E7 are triadic colors.

2 #E798BC and #98BCE7 with #BC98E7 are triadic colors.