COLOR #BE9BC0

HEX: #BE9BC0
RGB: (190,155,192)

Color info

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

RGB color model

#BE9BC0 color RGB value is (190,155,192).

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

RGB channels and saturation

R 190 of 255 = 75%
G 155 of 255 = 61%
B 192 of 255 = 75%

190
155
192

R + G + B ~ 70%. #BE9BC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 155 + 192 = 537 (100%)
R 190 of 537 ~ 35.38%
G 155 of 537 ~ 28.86%
B 192 of 537 ~ 35.75%

%35.38
%28.86
%35.75

CMYK color model

#BE9BC0 color CMYK value is (1,19,0,25).

  • cyan value is 1.04%
  • magenta value is 19.27%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK: (1,19,0,25) C1M19Y0K25 (1%,19%,0%,25%) (0.01/0.19/0.00/0.25)

CMYK percentages

%1.04
%19.27
%0
%24.71

Codes

Color #BE9BC0 in popluar color models

BE9BC0
RGB190155192
HSL297°22.70%68.04%
HSB/HSV297°19.27%75.29%
CMYK1.04%19.27%0.00%
24.71%

Color #BE9BC0 in popluar number systems.

HEXBE9BC0
Decimal190155192
Binary101111101001101111000000
Octal276233300

Shades and tints

Shades of #BE9BC0

#BE9BC0
(190,155,192)
#AD8DAF
(173,141,175)
#9C7F9E
(156,127,158)
#8B718D
(139,113,141)
#7A637C
(122,99,124)
#69556B
(105,85,107)
#58475A
(88,71,90)
#473949
(71,57,73)
#362B38
(54,43,56)
#251D27
(37,29,39)
#140F16
(20,15,22)
#000000
(0,0,0)

Tints of #BE9BC0

#BE9BC0
(190,155,192)
#C3A4C5
(195,164,197)
#C8ADCA
(200,173,202)
#CDB6CF
(205,182,207)
#D2BFD4
(210,191,212)
#D7C8D9
(215,200,217)
#DCD1DE
(220,209,222)
#E1DAE3
(225,218,227)
#E6E3E8
(230,227,232)
#EBECED
(235,236,237)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9BC0; }

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

This text font color is #BE9BC0.


Background Color

.myBgColor { background-color: #BE9BC0; }

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

This div background color is #BE9BC0.


Border color

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

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

This div border color is #BE9BC0.


Opacity

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

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

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

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

This text has shadow with #BE9BC0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BE9BC0 on black background.


Color preview on white background

This text has color #BE9BC0 on white background.



Black color preview on #BE9BC0 background

This text has black color on #BE9BC0 background.


White color preview on #BE9BC0 background

This text has white color on #BE9BC0 background.