COLOR #BE9BD8

HEX: #BE9BD8 RGB: (190,155,216)

Color info

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

RGB color model

#BE9BD8 color RGB value is (190,155,216).

RGB: (190,155,216) (75%, 61%, 85%)

RGB channels and saturation

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

190
155
216

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

Portions of RGB colors in percentages

R + G + B = 190 + 155 + 216 = 561 (100%)
R 190 of 561 ~ 33.87%
G 155 of 561 ~ 27.63%
B 216 of 561 ~ 38.5'%

%33.87
%27.63
%38.5

CMYK color model

#BE9BD8 color CMYK value is (12,28,0,15).

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

CMYK: (12,28,0,15)
C12M28Y0K15 (12%, 28%, 0%, 15%)
(0.12 / 0.28 / 0.00 / 0.15)

CMYK percentages

%12.04
%28.24
%0
%15.29

Codes

Color #BE9BD8 in popluar color models

BE 9B D8
RGB 190 155 216
HSL 274° 43.88% 72.75%
HSB/HSV 274° 28.24% 84.71%
CMYK 12.04% 28.24% 0.00%
15.29%

Color #BE9BD8 in popluar number systems.

HEX BE 9B D8
Decimal 190 155 216
Binary 10111110 10011011 11011000
Octal 276 233 330

Shades and tints

Shades of #BE9BD8

#BE9BD8
(190,155,216)
#AD8DC5
(173,141,197)
#9C7FB2
(156,127,178)
#8B719F
(139,113,159)
#7A638C
(122,99,140)
#695579
(105,85,121)
#584766
(88,71,102)
#473953
(71,57,83)
#362B40
(54,43,64)
#251D2D
(37,29,45)
#140F1A
(20,15,26)
#000000
(0,0,0)

Tints of #BE9BD8

#BE9BD8
(190,155,216)
#C3A4DB
(195,164,219)
#C8ADDE
(200,173,222)
#CDB6E1
(205,182,225)
#D2BFE4
(210,191,228)
#D7C8E7
(215,200,231)
#DCD1EA
(220,209,234)
#E1DAED
(225,218,237)
#E6E3F0
(230,227,240)
#EBECF3
(235,236,243)
#F0F5F6
(240,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9BD8; }

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

This text font color is #BE9BD8.

Background Color

.myBgColor { background-color: #BE9BD8; }

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

This div background color is #BE9BD8.

Border color

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

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

This div border color is #BE9BD8.

Opacity

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

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

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

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

This text has shadow with #BE9BD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE9BD8.

Preview

Color preview on black background

This text has color #BE9BD8 on black background.


Color preview on white background

This text has color #BE9BD8 on white background.


Black color preview on #BE9BD8 background

This text has black color on #BE9BD8 background.


White color preview on #BE9BD8 background

This text has white color on #BE9BD8 background.


Related colors

Complementary color

Complementary color for #BE9BD8 is #416427.


I love getcolorcode.com

Triadic colors

1 #D8BE9B and #9BD8BE with #BE9BD8 are triadic colors.

2 #D89BBE and #9BBED8 with #BE9BD8 are triadic colors.