COLOR #BEBCDC

HEX: #BEBCDC RGB: (190,188,220)

Color info

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

RGB color model

#BEBCDC color RGB value is (190,188,220).

RGB: (190,188,220) (75%, 74%, 86%)

RGB channels and saturation

R 190 of 255 = 75%
G 188 of 255 = 74%
B 220 of 255 = 86%

190
188
220

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

Portions of RGB colors in percentages

R + G + B = 190 + 188 + 220 = 598 (100%)
R 190 of 598 ~ 31.77%
G 188 of 598 ~ 31.44%
B 220 of 598 ~ 36.79'%

%31.77
%31.44
%36.79

CMYK color model

#BEBCDC color CMYK value is (14,15,0,14).

  • cyan value is 13.64%
  • magenta value is 14.55%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (14,15,0,14) C14M15Y0K14 (14%,15%,0%,14%) (0.14/0.15/0.00/0.14) 

CMYK percentages

%13.64
%14.55
%0
%13.73

Codes

Color #BEBCDC in popluar color models

BE BC DC
RGB 190 188 220
HSL 244° 31.37% 80.00%
HSB/HSV 244° 14.55% 86.27%
CMYK 13.64% 14.55% 0.00%
13.73%

Color #BEBCDC in popluar number systems.

HEX BE BC DC
Decimal 190 188 220
Binary 10111110 10111100 11011100
Octal 276 274 334

Shades and tints

Shades of #BEBCDC

#BEBCDC
(190,188,220)
#ADABC8
(173,171,200)
#9C9AB4
(156,154,180)
#8B89A0
(139,137,160)
#7A788C
(122,120,140)
#696778
(105,103,120)
#585664
(88,86,100)
#474550
(71,69,80)
#36343C
(54,52,60)
#252328
(37,35,40)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #BEBCDC

#BEBCDC
(190,188,220)
#C3C2DF
(195,194,223)
#C8C8E2
(200,200,226)
#CDCEE5
(205,206,229)
#D2D4E8
(210,212,232)
#D7DAEB
(215,218,235)
#DCE0EE
(220,224,238)
#E1E6F1
(225,230,241)
#E6ECF4
(230,236,244)
#EBF2F7
(235,242,247)
#F0F8FA
(240,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBCDC; }

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

This text font color is #BEBCDC.

Background Color

.myBgColor { background-color: #BEBCDC; }

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

This div background color is #BEBCDC.

Border color

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

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

This div border color is #BEBCDC.

Opacity

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

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

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

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

This text has shadow with #BEBCDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBCDC.

Preview

Color preview on black background

This text has color #BEBCDC on black background.


Color preview on white background

This text has color #BEBCDC on white background.


Black color preview on #BEBCDC background

This text has black color on #BEBCDC background.


White color preview on #BEBCDC background

This text has white color on #BEBCDC background.


Related colors

Complementary color

Complementary color for #hex is #414323.


I love getcolorcode.com

Triadic colors

1 #DCBEBC and #BCDCBE with #BEBCDC are triadic colors.

2 #DCBCBE and #BCBEDC with #BEBCDC are triadic colors.