COLOR #BEBCC4

HEX: #BEBCC4
RGB: (190,188,196)

Color info

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

RGB color model

#BEBCC4 color RGB value is (190,188,196).

  • red value is 190;
  • green value is 188;
  • blue value is 196.
RGB:
(190,188,196)
(75%,74%,77%)

RGB channels and saturation

R 190 of 255 = 75%
G 188 of 255 = 74%
B 196 of 255 = 77%

190
188
196

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

Portions of RGB colors in percentages

R + G + B =
190 + 188 + 196 = 574 (100%)
R 190 of 574 ~ 33.1%
G 188 of 574 ~ 32.75%
B 196 of 574 ~ 34.15%

%33.1
%32.75
%34.15

CMYK color model

#BEBCC4 color CMYK value is (3,4,0,23).

  • cyan value is 3.06%
  • magenta value is 4.08%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(3,4,0,23)
C3M4Y0K23 
(3%,4%,0%,23%)
(0.03/0.04/0.00/0.23)	

CMYK percentages

%3.06
%4.08
%0
%23.14

Codes

Color #BEBCC4 in popluar color models

BEBCC4
RGB190188196
HSL255°6.35%75.29%
HSB/HSV255°4.08%76.86%
CMYK3.06%4.08%0.00%
23.14%

Color #BEBCC4 in popluar number systems.

HEXBEBCC4
Decimal190188196
Binary101111101011110011000100
Octal276274304

Shades and tints

Shades of #BEBCC4

#BEBCC4
(190,188,196)
#ADABB3
(173,171,179)
#9C9AA2
(156,154,162)
#8B8991
(139,137,145)
#7A7880
(122,120,128)
#69676F
(105,103,111)
#58565E
(88,86,94)
#47454D
(71,69,77)
#36343C
(54,52,60)
#25232B
(37,35,43)
#14121A
(20,18,26)
#000000
(0,0,0)

Tints of #BEBCC4

#BEBCC4
(190,188,196)
#C3C2C9
(195,194,201)
#C8C8CE
(200,200,206)
#CDCED3
(205,206,211)
#D2D4D8
(210,212,216)
#D7DADD
(215,218,221)
#DCE0E2
(220,224,226)
#E1E6E7
(225,230,231)
#E6ECEC
(230,236,236)
#EBF2F1
(235,242,241)
#F0F8F6
(240,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEBCC4 color. Also use rgb(190,188,196) instead hex code.

Text Font Color

.myTextColor { color: #BEBCC4; }

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

This text font color is #BEBCC4.


Background Color

.myBgColor { background-color: #BEBCC4; }

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

This div background color is #BEBCC4.


Border color

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

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

This div border color is #BEBCC4.


Opacity

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

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

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

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

This text has shadow with #BEBCC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBCC4 on black background.


Color preview on white background

This text has color #BEBCC4 on white background.



Black color preview on #BEBCC4 background

This text has black color on #BEBCC4 background.


White color preview on #BEBCC4 background

This text has white color on #BEBCC4 background.