COLOR #BE9CDC

HEX: #BE9CDC RGB: (190,156,220)

Color info

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

RGB color model

#BE9CDC color RGB value is (190,156,220).

RGB: (190,156,220) (75%, 61%, 86%)

RGB channels and saturation

R 190 of 255 = 75%
G 156 of 255 = 61%
B 220 of 255 = 86%

190
156
220

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

Portions of RGB colors in percentages

R + G + B = 190 + 156 + 220 = 566 (100%)
R 190 of 566 ~ 33.57%
G 156 of 566 ~ 27.56%
B 220 of 566 ~ 38.87'%

%33.57
%27.56
%38.87

CMYK color model

#BE9CDC color CMYK value is (14,29,0,14).

  • cyan value is 13.64%
  • magenta value is 29.09%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (14,29,0,14) C14M29Y0K14 (14%,29%,0%,14%) (0.14/0.29/0.00/0.14) 

CMYK percentages

%13.64
%29.09
%0
%13.73

Codes

Color #BE9CDC in popluar color models

BE 9C DC
RGB 190 156 220
HSL 272° 47.76% 73.73%
HSB/HSV 272° 29.09% 86.27%
CMYK 13.64% 29.09% 0.00%
13.73%

Color #BE9CDC in popluar number systems.

HEX BE 9C DC
Decimal 190 156 220
Binary 10111110 10011100 11011100
Octal 276 234 334

Shades and tints

Shades of #BE9CDC

#BE9CDC
(190,156,220)
#AD8EC8
(173,142,200)
#9C80B4
(156,128,180)
#8B72A0
(139,114,160)
#7A648C
(122,100,140)
#695678
(105,86,120)
#584864
(88,72,100)
#473A50
(71,58,80)
#362C3C
(54,44,60)
#251E28
(37,30,40)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #BE9CDC

#BE9CDC
(190,156,220)
#C3A5DF
(195,165,223)
#C8AEE2
(200,174,226)
#CDB7E5
(205,183,229)
#D2C0E8
(210,192,232)
#D7C9EB
(215,201,235)
#DCD2EE
(220,210,238)
#E1DBF1
(225,219,241)
#E6E4F4
(230,228,244)
#EBEDF7
(235,237,247)
#F0F6FA
(240,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE9CDC color. Also use rgb(190,156,220) instead hex code.

Text Font Color

.myTextColor { color: #BE9CDC; }

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

This text font color is #BE9CDC.

Background Color

.myBgColor { background-color: #BE9CDC; }

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

This div background color is #BE9CDC.

Border color

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

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

This div border color is #BE9CDC.

Opacity

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

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

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

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

This text has shadow with #BE9CDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE9CDC.

Preview

Color preview on black background

This text has color #BE9CDC on black background.


Color preview on white background

This text has color #BE9CDC on white background.


Black color preview on #BE9CDC background

This text has black color on #BE9CDC background.


White color preview on #BE9CDC background

This text has white color on #BE9CDC background.


Related colors

Complementary color

Complementary color for #hex is #416323.


I love getcolorcode.com

Triadic colors

1 #DCBE9C and #9CDCBE with #BE9CDC are triadic colors.

2 #DC9CBE and #9CBEDC with #BE9CDC are triadic colors.