COLOR #BEBBD8

HEX: #BEBBD8
RGB: (190,187,216)

Color info

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

RGB color model

#BEBBD8 color RGB value is (190,187,216).

  • red value is 190;
  • green value is 187;
  • blue value is 216.
RGB:
(190,187,216)
(75%,73%,85%)

RGB channels and saturation

R 190 of 255 = 75%
G 187 of 255 = 73%
B 216 of 255 = 85%

190
187
216

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

Portions of RGB colors in percentages

R + G + B =
190 + 187 + 216 = 593 (100%)
R 190 of 593 ~ 32.04%
G 187 of 593 ~ 31.53%
B 216 of 593 ~ 36.42%

%32.04
%31.53
%36.42

CMYK color model

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

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

CMYK percentages

%12.04
%13.43
%0
%15.29

Codes

Color #BEBBD8 in popluar color models

BEBBD8
RGB190187216
HSL246°27.10%79.02%
HSB/HSV246°13.43%84.71%
CMYK12.04%13.43%0.00%
15.29%

Color #BEBBD8 in popluar number systems.

HEXBEBBD8
Decimal190187216
Binary101111101011101111011000
Octal276273330

Shades and tints

Shades of #BEBBD8

#BEBBD8
(190,187,216)
#ADAAC5
(173,170,197)
#9C99B2
(156,153,178)
#8B889F
(139,136,159)
#7A778C
(122,119,140)
#696679
(105,102,121)
#585566
(88,85,102)
#474453
(71,68,83)
#363340
(54,51,64)
#25222D
(37,34,45)
#14111A
(20,17,26)
#000000
(0,0,0)

Tints of #BEBBD8

#BEBBD8
(190,187,216)
#C3C1DB
(195,193,219)
#C8C7DE
(200,199,222)
#CDCDE1
(205,205,225)
#D2D3E4
(210,211,228)
#D7D9E7
(215,217,231)
#DCDFEA
(220,223,234)
#E1E5ED
(225,229,237)
#E6EBF0
(230,235,240)
#EBF1F3
(235,241,243)
#F0F7F6
(240,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEBBD8 color. Also use rgb(190,187,216) instead hex code.

Text Font Color

.myTextColor { color: #BEBBD8; }

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

This text font color is #BEBBD8.


Background Color

.myBgColor { background-color: #BEBBD8; }

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

This div background color is #BEBBD8.


Border color

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

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

This div border color is #BEBBD8.


Opacity

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

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

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

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

This text has shadow with #BEBBD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBBD8 on black background.


Color preview on white background

This text has color #BEBBD8 on white background.



Black color preview on #BEBBD8 background

This text has black color on #BEBBD8 background.


White color preview on #BEBBD8 background

This text has white color on #BEBBD8 background.