COLOR #BC98D1

HEX: #BC98D1 RGB: (188,152,209)

Color info

#BC98D1 contains red, green and blue colors in about the same proportion. Web safe color of #BC98D1 is #CC99CC (or #C9C).

RGB color model

#BC98D1 color RGB value is (188,152,209).

RGB: (188,152,209) (74%, 60%, 82%)

RGB channels and saturation

R 188 of 255 = 74%
G 152 of 255 = 60%
B 209 of 255 = 82%

188
152
209

R + G + B ~ 72%. #BC98D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 152 + 209 = 549 (100%)
R 188 of 549 ~ 34.24%
G 152 of 549 ~ 27.69%
B 209 of 549 ~ 38.07'%

%34.24
%27.69
%38.07

CMYK color model

#BC98D1 color CMYK value is (10,27,0,18).

  • cyan value is 10.05%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (10,27,0,18)
C10M27Y0K18 (10%, 27%, 0%, 18%)
(0.10 / 0.27 / 0.00 / 0.18)

CMYK percentages

%10.05
%27.27
%0
%18.04

Codes

Color #BC98D1 in popluar color models

BC 98 D1
RGB 188 152 209
HSL 278° 38.26% 70.78%
HSB/HSV 278° 27.27% 81.96%
CMYK 10.05% 27.27% 0.00%
18.04%

Color #BC98D1 in popluar number systems.

HEX BC 98 D1
Decimal 188 152 209
Binary 10111100 10011000 11010001
Octal 274 230 321

Shades and tints

Shades of #BC98D1

#BC98D1
(188,152,209)
#AB8BBE
(171,139,190)
#9A7EAB
(154,126,171)
#897198
(137,113,152)
#786485
(120,100,133)
#675772
(103,87,114)
#564A5F
(86,74,95)
#453D4C
(69,61,76)
#343039
(52,48,57)
#232326
(35,35,38)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #BC98D1

#BC98D1
(188,152,209)
#C2A1D5
(194,161,213)
#C8AAD9
(200,170,217)
#CEB3DD
(206,179,221)
#D4BCE1
(212,188,225)
#DAC5E5
(218,197,229)
#E0CEE9
(224,206,233)
#E6D7ED
(230,215,237)
#ECE0F1
(236,224,241)
#F2E9F5
(242,233,245)
#F8F2F9
(248,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC98D1; }

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

This text font color is #BC98D1.

Background Color

.myBgColor { background-color: #BC98D1; }

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

This div background color is #BC98D1.

Border color

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

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

This div border color is #BC98D1.

Opacity

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

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

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

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

This text has shadow with #BC98D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC98D1.

Preview

Color preview on black background

This text has color #BC98D1 on black background.


Color preview on white background

This text has color #BC98D1 on white background.


Black color preview on #BC98D1 background

This text has black color on #BC98D1 background.


White color preview on #BC98D1 background

This text has white color on #BC98D1 background.


Related colors

Complementary color

Complementary color for #hex is #43672E.


I love getcolorcode.com

Triadic colors

1 #D1BC98 and #98D1BC with #BC98D1 are triadic colors.

2 #D198BC and #98BCD1 with #BC98D1 are triadic colors.