COLOR #BE9BC8

HEX: #BE9BC8 RGB: (190,155,200)

Color info

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

RGB color model

#BE9BC8 color RGB value is (190,155,200).

RGB: (190,155,200) (75%, 61%, 78%)

RGB channels and saturation

R 190 of 255 = 75%
G 155 of 255 = 61%
B 200 of 255 = 78%

190
155
200

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

Portions of RGB colors in percentages

R + G + B = 190 + 155 + 200 = 545 (100%)
R 190 of 545 ~ 34.86%
G 155 of 545 ~ 28.44%
B 200 of 545 ~ 36.7'%

%34.86
%28.44
%36.7

CMYK color model

#BE9BC8 color CMYK value is (5,23,0,22).

  • cyan value is 5.00%
  • magenta value is 22.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (5,23,0,22)
C5M23Y0K22 (5%, 23%, 0%, 22%)
(0.05 / 0.23 / 0.00 / 0.22)

CMYK percentages

%5
%22.5
%0
%21.57

Codes

Color #BE9BC8 in popluar color models

BE 9B C8
RGB 190 155 200
HSL 287° 29.03% 69.61%
HSB/HSV 287° 22.50% 78.43%
CMYK 5.00% 22.50% 0.00%
21.57%

Color #BE9BC8 in popluar number systems.

HEX BE 9B C8
Decimal 190 155 200
Binary 10111110 10011011 11001000
Octal 276 233 310

Shades and tints

Shades of #BE9BC8

#BE9BC8
(190,155,200)
#AD8DB6
(173,141,182)
#9C7FA4
(156,127,164)
#8B7192
(139,113,146)
#7A6380
(122,99,128)
#69556E
(105,85,110)
#58475C
(88,71,92)
#47394A
(71,57,74)
#362B38
(54,43,56)
#251D26
(37,29,38)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #BE9BC8

#BE9BC8
(190,155,200)
#C3A4CD
(195,164,205)
#C8ADD2
(200,173,210)
#CDB6D7
(205,182,215)
#D2BFDC
(210,191,220)
#D7C8E1
(215,200,225)
#DCD1E6
(220,209,230)
#E1DAEB
(225,218,235)
#E6E3F0
(230,227,240)
#EBECF5
(235,236,245)
#F0F5FA
(240,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9BC8; }

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

This text font color is #BE9BC8.

Background Color

.myBgColor { background-color: #BE9BC8; }

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

This div background color is #BE9BC8.

Border color

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

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

This div border color is #BE9BC8.

Opacity

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

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

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

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

This text has shadow with #BE9BC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE9BC8.

Preview

Color preview on black background

This text has color #BE9BC8 on black background.


Color preview on white background

This text has color #BE9BC8 on white background.


Black color preview on #BE9BC8 background

This text has black color on #BE9BC8 background.


White color preview on #BE9BC8 background

This text has white color on #BE9BC8 background.


Related colors

Complementary color

Complementary color for #hex is #416437.


I love getcolorcode.com

Triadic colors

1 #C8BE9B and #9BC8BE with #BE9BC8 are triadic colors.

2 #C89BBE and #9BBEC8 with #BE9BC8 are triadic colors.