COLOR #BEBCCB

HEX: #BEBCCB
RGB: (190,188,203)

Color info

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

RGB color model

#BEBCCB color RGB value is (190,188,203).

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

RGB channels and saturation

R 190 of 255 = 75%
G 188 of 255 = 74%
B 203 of 255 = 80%

190
188
203

R + G + B ~ 76%. #BEBCCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 188 + 203 = 581 (100%)
R 190 of 581 ~ 32.7%
G 188 of 581 ~ 32.36%
B 203 of 581 ~ 34.94%

%32.7
%32.36
%34.94

CMYK color model

#BEBCCB color CMYK value is (6,7,0,20).

  • cyan value is 6.40%
  • magenta value is 7.39%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(6,7,0,20)
C6M7Y0K20 
(6%,7%,0%,20%)
(0.06/0.07/0.00/0.20)	

CMYK percentages

%6.4
%7.39
%0
%20.39

Codes

Color #BEBCCB in popluar color models

BEBCCB
RGB190188203
HSL248°12.61%76.67%
HSB/HSV248°7.39%79.61%
CMYK6.40%7.39%0.00%
20.39%

Color #BEBCCB in popluar number systems.

HEXBEBCCB
Decimal190188203
Binary101111101011110011001011
Octal276274313

Shades and tints

Shades of #BEBCCB

#BEBCCB
(190,188,203)
#ADABB9
(173,171,185)
#9C9AA7
(156,154,167)
#8B8995
(139,137,149)
#7A7883
(122,120,131)
#696771
(105,103,113)
#58565F
(88,86,95)
#47454D
(71,69,77)
#36343B
(54,52,59)
#252329
(37,35,41)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #BEBCCB

#BEBCCB
(190,188,203)
#C3C2CF
(195,194,207)
#C8C8D3
(200,200,211)
#CDCED7
(205,206,215)
#D2D4DB
(210,212,219)
#D7DADF
(215,218,223)
#DCE0E3
(220,224,227)
#E1E6E7
(225,230,231)
#E6ECEB
(230,236,235)
#EBF2EF
(235,242,239)
#F0F8F3
(240,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBCCB; }

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

This text font color is #BEBCCB.


Background Color

.myBgColor { background-color: #BEBCCB; }

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

This div background color is #BEBCCB.


Border color

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

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

This div border color is #BEBCCB.


Opacity

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

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

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

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

This text has shadow with #BEBCCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBCCB on black background.


Color preview on white background

This text has color #BEBCCB on white background.



Black color preview on #BEBCCB background

This text has black color on #BEBCCB background.


White color preview on #BEBCCB background

This text has white color on #BEBCCB background.