COLOR #BEBCDA

HEX: #BEBCDA RGB: (190,188,218)

Color info

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

RGB color model

#BEBCDA color RGB value is (190,188,218).

RGB: (190,188,218) (75%, 74%, 85%)

RGB channels and saturation

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

190
188
218

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

Portions of RGB colors in percentages

R + G + B = 190 + 188 + 218 = 596 (100%)
R 190 of 596 ~ 31.88%
G 188 of 596 ~ 31.54%
B 218 of 596 ~ 36.58'%

%31.88
%31.54
%36.58

CMYK color model

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

  • cyan value is 12.84%
  • magenta value is 13.76%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (13,14,0,15)
C13M14Y0K15 (13%, 14%, 0%, 15%)
(0.13 / 0.14 / 0.00 / 0.15)

CMYK percentages

%12.84
%13.76
%0
%14.51

Codes

Color #BEBCDA in popluar color models

BE BC DA
RGB 190 188 218
HSL 244° 28.85% 79.61%
HSB/HSV 244° 13.76% 85.49%
CMYK 12.84% 13.76% 0.00%
14.51%

Color #BEBCDA in popluar number systems.

HEX BE BC DA
Decimal 190 188 218
Binary 10111110 10111100 11011010
Octal 276 274 332

Shades and tints

Shades of #BEBCDA

#BEBCDA
(190,188,218)
#ADABC7
(173,171,199)
#9C9AB4
(156,154,180)
#8B89A1
(139,137,161)
#7A788E
(122,120,142)
#69677B
(105,103,123)
#585668
(88,86,104)
#474555
(71,69,85)
#363442
(54,52,66)
#25232F
(37,35,47)
#14121C
(20,18,28)
#000000
(0,0,0)

Tints of #BEBCDA

#BEBCDA
(190,188,218)
#C3C2DD
(195,194,221)
#C8C8E0
(200,200,224)
#CDCEE3
(205,206,227)
#D2D4E6
(210,212,230)
#D7DAE9
(215,218,233)
#DCE0EC
(220,224,236)
#E1E6EF
(225,230,239)
#E6ECF2
(230,236,242)
#EBF2F5
(235,242,245)
#F0F8F8
(240,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBCDA; }

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

This text font color is #BEBCDA.

Background Color

.myBgColor { background-color: #BEBCDA; }

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

This div background color is #BEBCDA.

Border color

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

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

This div border color is #BEBCDA.

Opacity

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

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

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

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

This text has shadow with #BEBCDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBCDA.

Preview

Color preview on black background

This text has color #BEBCDA on black background.


Color preview on white background

This text has color #BEBCDA on white background.


Black color preview on #BEBCDA background

This text has black color on #BEBCDA background.


White color preview on #BEBCDA background

This text has white color on #BEBCDA background.


Related colors

Complementary color

Complementary color for #hex is #414325.


I love getcolorcode.com

Triadic colors

1 #DABEBC and #BCDABE with #BEBCDA are triadic colors.

2 #DABCBE and #BCBEDA with #BEBCDA are triadic colors.