COLOR #BEB5CA

HEX: #BEB5CA
RGB: (190,181,202)

Color info

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

RGB color model

#BEB5CA color RGB value is (190,181,202).

  • red value is 190;
  • green value is 181;
  • blue value is 202.
RGB:
(190,181,202)
(75%,71%,79%)

RGB channels and saturation

R 190 of 255 = 75%
G 181 of 255 = 71%
B 202 of 255 = 79%

190
181
202

R + G + B ~ 75%. #BEB5CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 181 + 202 = 573 (100%)
R 190 of 573 ~ 33.16%
G 181 of 573 ~ 31.59%
B 202 of 573 ~ 35.25%

%33.16
%31.59
%35.25

CMYK color model

#BEB5CA color CMYK value is (6,10,0,21).

  • cyan value is 5.94%
  • magenta value is 10.40%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(6,10,0,21)
C6M10Y0K21 
(6%,10%,0%,21%)
(0.06/0.10/0.00/0.21)	

CMYK percentages

%5.94
%10.4
%0
%20.78

Codes

Color #BEB5CA in popluar color models

BEB5CA
RGB190181202
HSL266°16.54%75.10%
HSB/HSV266°10.40%79.22%
CMYK5.94%10.40%0.00%
20.78%

Color #BEB5CA in popluar number systems.

HEXBEB5CA
Decimal190181202
Binary101111101011010111001010
Octal276265312

Shades and tints

Shades of #BEB5CA

#BEB5CA
(190,181,202)
#ADA5B8
(173,165,184)
#9C95A6
(156,149,166)
#8B8594
(139,133,148)
#7A7582
(122,117,130)
#696570
(105,101,112)
#58555E
(88,85,94)
#47454C
(71,69,76)
#36353A
(54,53,58)
#252528
(37,37,40)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #BEB5CA

#BEB5CA
(190,181,202)
#C3BBCE
(195,187,206)
#C8C1D2
(200,193,210)
#CDC7D6
(205,199,214)
#D2CDDA
(210,205,218)
#D7D3DE
(215,211,222)
#DCD9E2
(220,217,226)
#E1DFE6
(225,223,230)
#E6E5EA
(230,229,234)
#EBEBEE
(235,235,238)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB5CA color. Also use rgb(190,181,202) instead hex code.

Text Font Color

.myTextColor { color: #BEB5CA; }

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

This text font color is #BEB5CA.


Background Color

.myBgColor { background-color: #BEB5CA; }

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

This div background color is #BEB5CA.


Border color

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

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

This div border color is #BEB5CA.


Opacity

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

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

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

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

This text has shadow with #BEB5CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB5CA on black background.


Color preview on white background

This text has color #BEB5CA on white background.



Black color preview on #BEB5CA background

This text has black color on #BEB5CA background.


White color preview on #BEB5CA background

This text has white color on #BEB5CA background.