COLOR #BE96CD

HEX: #BE96CD RGB: (190,150,205)

Color info

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

RGB color model

#BE96CD color RGB value is (190,150,205).

RGB: (190,150,205) (75%, 59%, 80%)

RGB channels and saturation

R 190 of 255 = 75%
G 150 of 255 = 59%
B 205 of 255 = 80%

190
150
205

R + G + B ~ 71%. #BE96CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 150 + 205 = 545 (100%)
R 190 of 545 ~ 34.86%
G 150 of 545 ~ 27.52%
B 205 of 545 ~ 37.61'%

%34.86
%27.52
%37.61

CMYK color model

#BE96CD color CMYK value is (7,27,0,20).

  • cyan value is 7.32%
  • magenta value is 26.83%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (7,27,0,20)
C7M27Y0K20 (7%, 27%, 0%, 20%)
(0.07 / 0.27 / 0.00 / 0.20)

CMYK percentages

%7.32
%26.83
%0
%19.61

Codes

Color #BE96CD in popluar color models

BE 96 CD
RGB 190 150 205
HSL 284° 35.48% 69.61%
HSB/HSV 284° 26.83% 80.39%
CMYK 7.32% 26.83% 0.00%
19.61%

Color #BE96CD in popluar number systems.

HEX BE 96 CD
Decimal 190 150 205
Binary 10111110 10010110 11001101
Octal 276 226 315

Shades and tints

Shades of #BE96CD

#BE96CD
(190,150,205)
#AD89BB
(173,137,187)
#9C7CA9
(156,124,169)
#8B6F97
(139,111,151)
#7A6285
(122,98,133)
#695573
(105,85,115)
#584861
(88,72,97)
#473B4F
(71,59,79)
#362E3D
(54,46,61)
#25212B
(37,33,43)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #BE96CD

#BE96CD
(190,150,205)
#C39FD1
(195,159,209)
#C8A8D5
(200,168,213)
#CDB1D9
(205,177,217)
#D2BADD
(210,186,221)
#D7C3E1
(215,195,225)
#DCCCE5
(220,204,229)
#E1D5E9
(225,213,233)
#E6DEED
(230,222,237)
#EBE7F1
(235,231,241)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE96CD color. Also use rgb(190,150,205) instead hex code.

Text Font Color

.myTextColor { color: #BE96CD; }

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

This text font color is #BE96CD.

Background Color

.myBgColor { background-color: #BE96CD; }

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

This div background color is #BE96CD.

Border color

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

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

This div border color is #BE96CD.

Opacity

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

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

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

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

This text has shadow with #BE96CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE96CD.

Preview

Color preview on black background

This text has color #BE96CD on black background.


Color preview on white background

This text has color #BE96CD on white background.


Black color preview on #BE96CD background

This text has black color on #BE96CD background.


White color preview on #BE96CD background

This text has white color on #BE96CD background.


Related colors

Complementary color

Complementary color for #hex is #416932.


I love getcolorcode.com

Triadic colors

1 #CDBE96 and #96CDBE with #BE96CD are triadic colors.

2 #CD96BE and #96BECD with #BE96CD are triadic colors.