COLOR #BE9BD9

HEX: #BE9BD9
RGB: (190,155,217)

Color info

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

RGB color model

#BE9BD9 color RGB value is (190,155,217).

  • red value is 190;
  • green value is 155;
  • blue value is 217.
RGB:
(190,155,217)
(75%,61%,85%)

RGB channels and saturation

R 190 of 255 = 75%
G 155 of 255 = 61%
B 217 of 255 = 85%

190
155
217

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

Portions of RGB colors in percentages

R + G + B =
190 + 155 + 217 = 562 (100%)
R 190 of 562 ~ 33.81%
G 155 of 562 ~ 27.58%
B 217 of 562 ~ 38.61%

%33.81
%27.58
%38.61

CMYK color model

#BE9BD9 color CMYK value is (12,29,0,15).

  • cyan value is 12.44%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(12,29,0,15)
C12M29Y0K15 
(12%,29%,0%,15%)
(0.12/0.29/0.00/0.15)	

CMYK percentages

%12.44
%28.57
%0
%14.9

Codes

Color #BE9BD9 in popluar color models

BE9BD9
RGB190155217
HSL274°44.93%72.94%
HSB/HSV274°28.57%85.10%
CMYK12.44%28.57%0.00%
14.90%

Color #BE9BD9 in popluar number systems.

HEXBE9BD9
Decimal190155217
Binary101111101001101111011001
Octal276233331

Shades and tints

Shades of #BE9BD9

#BE9BD9
(190,155,217)
#AD8DC6
(173,141,198)
#9C7FB3
(156,127,179)
#8B71A0
(139,113,160)
#7A638D
(122,99,141)
#69557A
(105,85,122)
#584767
(88,71,103)
#473954
(71,57,84)
#362B41
(54,43,65)
#251D2E
(37,29,46)
#140F1B
(20,15,27)
#000000
(0,0,0)

Tints of #BE9BD9

#BE9BD9
(190,155,217)
#C3A4DC
(195,164,220)
#C8ADDF
(200,173,223)
#CDB6E2
(205,182,226)
#D2BFE5
(210,191,229)
#D7C8E8
(215,200,232)
#DCD1EB
(220,209,235)
#E1DAEE
(225,218,238)
#E6E3F1
(230,227,241)
#EBECF4
(235,236,244)
#F0F5F7
(240,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE9BD9 color. Also use rgb(190,155,217) instead hex code.

Text Font Color

.myTextColor { color: #BE9BD9; }

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

This text font color is #BE9BD9.


Background Color

.myBgColor { background-color: #BE9BD9; }

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

This div background color is #BE9BD9.


Border color

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

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

This div border color is #BE9BD9.


Opacity

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

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

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

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

This text has shadow with #BE9BD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9BD9 on black background.


Color preview on white background

This text has color #BE9BD9 on white background.



Black color preview on #BE9BD9 background

This text has black color on #BE9BD9 background.


White color preview on #BE9BD9 background

This text has white color on #BE9BD9 background.