COLOR #BEBCD2

HEX: #BEBCD2 RGB: (190,188,210)

Color info

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

RGB color model

#BEBCD2 color RGB value is (190,188,210).

RGB: (190,188,210) (75%, 74%, 82%)

RGB channels and saturation

R 190 of 255 = 75%
G 188 of 255 = 74%
B 210 of 255 = 82%

190
188
210

R + G + B ~ 77%. #BEBCD2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 188 + 210 = 588 (100%)
R 190 of 588 ~ 32.31%
G 188 of 588 ~ 31.97%
B 210 of 588 ~ 35.71'%

%32.31
%31.97
%35.71

CMYK color model

#BEBCD2 color CMYK value is (10,10,0,18).

  • cyan value is 9.52%
  • magenta value is 10.48%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (10,10,0,18)
C10M10Y0K18 (10%, 10%, 0%, 18%)
(0.10 / 0.10 / 0.00 / 0.18)

CMYK percentages

%9.52
%10.48
%0
%17.65

Codes

Color #BEBCD2 in popluar color models

BE BC D2
RGB 190 188 210
HSL 245° 19.64% 78.04%
HSB/HSV 245° 10.48% 82.35%
CMYK 9.52% 10.48% 0.00%
17.65%

Color #BEBCD2 in popluar number systems.

HEX BE BC D2
Decimal 190 188 210
Binary 10111110 10111100 11010010
Octal 276 274 322

Shades and tints

Shades of #BEBCD2

#BEBCD2
(190,188,210)
#ADABBF
(173,171,191)
#9C9AAC
(156,154,172)
#8B8999
(139,137,153)
#7A7886
(122,120,134)
#696773
(105,103,115)
#585660
(88,86,96)
#47454D
(71,69,77)
#36343A
(54,52,58)
#252327
(37,35,39)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #BEBCD2

#BEBCD2
(190,188,210)
#C3C2D6
(195,194,214)
#C8C8DA
(200,200,218)
#CDCEDE
(205,206,222)
#D2D4E2
(210,212,226)
#D7DAE6
(215,218,230)
#DCE0EA
(220,224,234)
#E1E6EE
(225,230,238)
#E6ECF2
(230,236,242)
#EBF2F6
(235,242,246)
#F0F8FA
(240,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBCD2; }

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

This text font color is #BEBCD2.

Background Color

.myBgColor { background-color: #BEBCD2; }

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

This div background color is #BEBCD2.

Border color

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

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

This div border color is #BEBCD2.

Opacity

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

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

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

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

This text has shadow with #BEBCD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBCD2.

Preview

Color preview on black background

This text has color #BEBCD2 on black background.


Color preview on white background

This text has color #BEBCD2 on white background.


Black color preview on #BEBCD2 background

This text has black color on #BEBCD2 background.


White color preview on #BEBCD2 background

This text has white color on #BEBCD2 background.


Related colors

Complementary color

Complementary color for #hex is #41432D.


I love getcolorcode.com

Triadic colors

1 #D2BEBC and #BCD2BE with #BEBCD2 are triadic colors.

2 #D2BCBE and #BCBED2 with #BEBCD2 are triadic colors.