COLOR #BEBDC8

HEX: #BEBDC8
RGB: (190,189,200)

Color info

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

RGB color model

#BEBDC8 color RGB value is (190,189,200).

  • red value is 190;
  • green value is 189;
  • blue value is 200.
RGB:
(190,189,200)
(75%,74%,78%)

RGB channels and saturation

R 190 of 255 = 75%
G 189 of 255 = 74%
B 200 of 255 = 78%

190
189
200

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

Portions of RGB colors in percentages

R + G + B =
190 + 189 + 200 = 579 (100%)
R 190 of 579 ~ 32.82%
G 189 of 579 ~ 32.64%
B 200 of 579 ~ 34.54%

%32.82
%32.64
%34.54

CMYK color model

#BEBDC8 color CMYK value is (5,5,0,22).

  • cyan value is 5.00%
  • magenta value is 5.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(5,5,0,22)
C5M5Y0K22 
(5%,5%,0%,22%)
(0.05/0.05/0.00/0.22)	

CMYK percentages

%5
%5.5
%0
%21.57

Codes

Color #BEBDC8 in popluar color models

BEBDC8
RGB190189200
HSL245°9.09%76.27%
HSB/HSV245°5.50%78.43%
CMYK5.00%5.50%0.00%
21.57%

Color #BEBDC8 in popluar number systems.

HEXBEBDC8
Decimal190189200
Binary101111101011110111001000
Octal276275310

Shades and tints

Shades of #BEBDC8

#BEBDC8
(190,189,200)
#ADACB6
(173,172,182)
#9C9BA4
(156,155,164)
#8B8A92
(139,138,146)
#7A7980
(122,121,128)
#69686E
(105,104,110)
#58575C
(88,87,92)
#47464A
(71,70,74)
#363538
(54,53,56)
#252426
(37,36,38)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #BEBDC8

#BEBDC8
(190,189,200)
#C3C3CD
(195,195,205)
#C8C9D2
(200,201,210)
#CDCFD7
(205,207,215)
#D2D5DC
(210,213,220)
#D7DBE1
(215,219,225)
#DCE1E6
(220,225,230)
#E1E7EB
(225,231,235)
#E6EDF0
(230,237,240)
#EBF3F5
(235,243,245)
#F0F9FA
(240,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEBDC8 color. Also use rgb(190,189,200) instead hex code.

Text Font Color

.myTextColor { color: #BEBDC8; }

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

This text font color is #BEBDC8.


Background Color

.myBgColor { background-color: #BEBDC8; }

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

This div background color is #BEBDC8.


Border color

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

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

This div border color is #BEBDC8.


Opacity

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

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

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

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

This text has shadow with #BEBDC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBDC8 on black background.


Color preview on white background

This text has color #BEBDC8 on white background.



Black color preview on #BEBDC8 background

This text has black color on #BEBDC8 background.


White color preview on #BEBDC8 background

This text has white color on #BEBDC8 background.