COLOR #BEBCD9

HEX: #BEBCD9
RGB: (190,188,217)

Color info

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

RGB color model

#BEBCD9 color RGB value is (190,188,217).

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

RGB channels and saturation

R 190 of 255 = 75%
G 188 of 255 = 74%
B 217 of 255 = 85%

190
188
217

R + G + B ~ 78%. #BEBCD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 188 + 217 = 595 (100%)
R 190 of 595 ~ 31.93%
G 188 of 595 ~ 31.6%
B 217 of 595 ~ 36.47%

%31.93
%31.6
%36.47

CMYK color model

#BEBCD9 color CMYK value is (12,13,0,15).

  • cyan value is 12.44%
  • magenta value is 13.36%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK: (12,13,0,15) C12M13Y0K15 (12%,13%,0%,15%) (0.12/0.13/0.00/0.15)

CMYK percentages

%12.44
%13.36
%0
%14.9

Codes

Color #BEBCD9 in popluar color models

BEBCD9
RGB190188217
HSL244°27.62%79.41%
HSB/HSV244°13.36%85.10%
CMYK12.44%13.36%0.00%
14.90%

Color #BEBCD9 in popluar number systems.

HEXBEBCD9
Decimal190188217
Binary101111101011110011011001
Octal276274331

Shades and tints

Shades of #BEBCD9

#BEBCD9
(190,188,217)
#ADABC6
(173,171,198)
#9C9AB3
(156,154,179)
#8B89A0
(139,137,160)
#7A788D
(122,120,141)
#69677A
(105,103,122)
#585667
(88,86,103)
#474554
(71,69,84)
#363441
(54,52,65)
#25232E
(37,35,46)
#14121B
(20,18,27)
#000000
(0,0,0)

Tints of #BEBCD9

#BEBCD9
(190,188,217)
#C3C2DC
(195,194,220)
#C8C8DF
(200,200,223)
#CDCEE2
(205,206,226)
#D2D4E5
(210,212,229)
#D7DAE8
(215,218,232)
#DCE0EB
(220,224,235)
#E1E6EE
(225,230,238)
#E6ECF1
(230,236,241)
#EBF2F4
(235,242,244)
#F0F8F7
(240,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBCD9; }

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

This text font color is #BEBCD9.


Background Color

.myBgColor { background-color: #BEBCD9; }

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

This div background color is #BEBCD9.


Border color

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

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

This div border color is #BEBCD9.


Opacity

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

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

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

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

This text has shadow with #BEBCD9 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BEBCD9 on black background.


Color preview on white background

This text has color #BEBCD9 on white background.



Black color preview on #BEBCD9 background

This text has black color on #BEBCD9 background.


White color preview on #BEBCD9 background

This text has white color on #BEBCD9 background.