COLOR #BE9DD8

HEX: #BE9DD8 RGB: (190,157,216)

Color info

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

RGB color model

#BE9DD8 color RGB value is (190,157,216).

RGB: (190,157,216) (75%, 62%, 85%)

RGB channels and saturation

R 190 of 255 = 75%
G 157 of 255 = 62%
B 216 of 255 = 85%

190
157
216

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

Portions of RGB colors in percentages

R + G + B = 190 + 157 + 216 = 563 (100%)
R 190 of 563 ~ 33.75%
G 157 of 563 ~ 27.89%
B 216 of 563 ~ 38.37'%

%33.75
%27.89
%38.37

CMYK color model

#BE9DD8 color CMYK value is (12,27,0,15).

  • cyan value is 12.04%
  • magenta value is 27.31%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (12,27,0,15)
C12M27Y0K15 (12%, 27%, 0%, 15%)
(0.12 / 0.27 / 0.00 / 0.15)

CMYK percentages

%12.04
%27.31
%0
%15.29

Codes

Color #BE9DD8 in popluar color models

BE 9D D8
RGB 190 157 216
HSL 274° 43.07% 73.14%
HSB/HSV 274° 27.31% 84.71%
CMYK 12.04% 27.31% 0.00%
15.29%

Color #BE9DD8 in popluar number systems.

HEX BE 9D D8
Decimal 190 157 216
Binary 10111110 10011101 11011000
Octal 276 235 330

Shades and tints

Shades of #BE9DD8

#BE9DD8
(190,157,216)
#AD8FC5
(173,143,197)
#9C81B2
(156,129,178)
#8B739F
(139,115,159)
#7A658C
(122,101,140)
#695779
(105,87,121)
#584966
(88,73,102)
#473B53
(71,59,83)
#362D40
(54,45,64)
#251F2D
(37,31,45)
#14111A
(20,17,26)
#000000
(0,0,0)

Tints of #BE9DD8

#BE9DD8
(190,157,216)
#C3A5DB
(195,165,219)
#C8ADDE
(200,173,222)
#CDB5E1
(205,181,225)
#D2BDE4
(210,189,228)
#D7C5E7
(215,197,231)
#DCCDEA
(220,205,234)
#E1D5ED
(225,213,237)
#E6DDF0
(230,221,240)
#EBE5F3
(235,229,243)
#F0EDF6
(240,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE9DD8 color. Also use rgb(190,157,216) instead hex code.

Text Font Color

.myTextColor { color: #BE9DD8; }

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

This text font color is #BE9DD8.

Background Color

.myBgColor { background-color: #BE9DD8; }

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

This div background color is #BE9DD8.

Border color

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

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

This div border color is #BE9DD8.

Opacity

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

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

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

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

This text has shadow with #BE9DD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE9DD8.

Preview

Color preview on black background

This text has color #BE9DD8 on black background.


Color preview on white background

This text has color #BE9DD8 on white background.


Black color preview on #BE9DD8 background

This text has black color on #BE9DD8 background.


White color preview on #BE9DD8 background

This text has white color on #BE9DD8 background.


Related colors

Complementary color

Complementary color for #hex is #416227.


I love getcolorcode.com

Triadic colors

1 #D8BE9D and #9DD8BE with #BE9DD8 are triadic colors.

2 #D89DBE and #9DBED8 with #BE9DD8 are triadic colors.