COLOR #BD98E1

HEX: #BD98E1 RGB: (189,152,225)

Color info

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

RGB color model

#BD98E1 color RGB value is (189,152,225).

RGB: (189,152,225) (74%, 60%, 88%)

RGB channels and saturation

R 189 of 255 = 74%
G 152 of 255 = 60%
B 225 of 255 = 88%

189
152
225

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

Portions of RGB colors in percentages

R + G + B = 189 + 152 + 225 = 566 (100%)
R 189 of 566 ~ 33.39%
G 152 of 566 ~ 26.86%
B 225 of 566 ~ 39.75'%

%33.39
%26.86
%39.75

CMYK color model

#BD98E1 color CMYK value is (16,32,0,12).

  • cyan value is 16.00%
  • magenta value is 32.44%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (16,32,0,12)
C16M32Y0K12 (16%, 32%, 0%, 12%)
(0.16 / 0.32 / 0.00 / 0.12)

CMYK percentages

%16
%32.44
%0
%11.76

Codes

Color #BD98E1 in popluar color models

BD 98 E1
RGB 189 152 225
HSL 270° 54.89% 73.92%
HSB/HSV 270° 32.44% 88.24%
CMYK 16.00% 32.44% 0.00%
11.76%

Color #BD98E1 in popluar number systems.

HEX BD 98 E1
Decimal 189 152 225
Binary 10111101 10011000 11100001
Octal 275 230 341

Shades and tints

Shades of #BD98E1

#BD98E1
(189,152,225)
#AC8BCD
(172,139,205)
#9B7EB9
(155,126,185)
#8A71A5
(138,113,165)
#796491
(121,100,145)
#68577D
(104,87,125)
#574A69
(87,74,105)
#463D55
(70,61,85)
#353041
(53,48,65)
#24232D
(36,35,45)
#131619
(19,22,25)
#000000
(0,0,0)

Tints of #BD98E1

#BD98E1
(189,152,225)
#C3A1E3
(195,161,227)
#C9AAE5
(201,170,229)
#CFB3E7
(207,179,231)
#D5BCE9
(213,188,233)
#DBC5EB
(219,197,235)
#E1CEED
(225,206,237)
#E7D7EF
(231,215,239)
#EDE0F1
(237,224,241)
#F3E9F3
(243,233,243)
#F9F2F5
(249,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD98E1 color. Also use rgb(189,152,225) instead hex code.

Text Font Color

.myTextColor { color: #BD98E1; }

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

This text font color is #BD98E1.

Background Color

.myBgColor { background-color: #BD98E1; }

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

This div background color is #BD98E1.

Border color

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

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

This div border color is #BD98E1.

Opacity

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

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

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

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

This text has shadow with #BD98E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD98E1.

Preview

Color preview on black background

This text has color #BD98E1 on black background.


Color preview on white background

This text has color #BD98E1 on white background.


Black color preview on #BD98E1 background

This text has black color on #BD98E1 background.


White color preview on #BD98E1 background

This text has white color on #BD98E1 background.


Related colors

Complementary color

Complementary color for #hex is #42671E.


I love getcolorcode.com

Triadic colors

1 #E1BD98 and #98E1BD with #BD98E1 are triadic colors.

2 #E198BD and #98BDE1 with #BD98E1 are triadic colors.