COLOR #BEB4C5

HEX: #BEB4C5
RGB: (190,180,197)

Color info

#BEB4C5 contains red, green and blue colors in about the same proportion. Web safe color of #BEB4C5 is #CCCCCC (or #CCC).

RGB color model

#BEB4C5 color RGB value is (190,180,197).

  • red value is 190;
  • green value is 180;
  • blue value is 197.
RGB:
(190,180,197)
(75%,71%,77%)

RGB channels and saturation

R 190 of 255 = 75%
G 180 of 255 = 71%
B 197 of 255 = 77%

190
180
197

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

Portions of RGB colors in percentages

R + G + B =
190 + 180 + 197 = 567 (100%)
R 190 of 567 ~ 33.51%
G 180 of 567 ~ 31.75%
B 197 of 567 ~ 34.74%

%33.51
%31.75
%34.74

CMYK color model

#BEB4C5 color CMYK value is (4,9,0,23).

  • cyan value is 3.55%
  • magenta value is 8.63%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(4,9,0,23)
C4M9Y0K23 
(4%,9%,0%,23%)
(0.04/0.09/0.00/0.23)	

CMYK percentages

%3.55
%8.63
%0
%22.75

Codes

Color #BEB4C5 in popluar color models

BEB4C5
RGB190180197
HSL275°12.78%73.92%
HSB/HSV275°8.63%77.25%
CMYK3.55%8.63%0.00%
22.75%

Color #BEB4C5 in popluar number systems.

HEXBEB4C5
Decimal190180197
Binary101111101011010011000101
Octal276264305

Shades and tints

Shades of #BEB4C5

#BEB4C5
(190,180,197)
#ADA4B4
(173,164,180)
#9C94A3
(156,148,163)
#8B8492
(139,132,146)
#7A7481
(122,116,129)
#696470
(105,100,112)
#58545F
(88,84,95)
#47444E
(71,68,78)
#36343D
(54,52,61)
#25242C
(37,36,44)
#14141B
(20,20,27)
#000000
(0,0,0)

Tints of #BEB4C5

#BEB4C5
(190,180,197)
#C3BACA
(195,186,202)
#C8C0CF
(200,192,207)
#CDC6D4
(205,198,212)
#D2CCD9
(210,204,217)
#D7D2DE
(215,210,222)
#DCD8E3
(220,216,227)
#E1DEE8
(225,222,232)
#E6E4ED
(230,228,237)
#EBEAF2
(235,234,242)
#F0F0F7
(240,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB4C5 color. Also use rgb(190,180,197) instead hex code.

Text Font Color

.myTextColor { color: #BEB4C5; }

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

This text font color is #BEB4C5.


Background Color

.myBgColor { background-color: #BEB4C5; }

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

This div background color is #BEB4C5.


Border color

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

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

This div border color is #BEB4C5.


Opacity

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

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

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

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

This text has shadow with #BEB4C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB4C5 on black background.


Color preview on white background

This text has color #BEB4C5 on white background.



Black color preview on #BEB4C5 background

This text has black color on #BEB4C5 background.


White color preview on #BEB4C5 background

This text has white color on #BEB4C5 background.