COLOR #BEB3BC

HEX: #BEB3BC RGB: (190,179,188)

Color info

#BEB3BC contains red, green and blue colors in about the same proportion. Web safe color of #BEB3BC is #CC99CC (or #C9C).

RGB color model

#BEB3BC color RGB value is (190,179,188).

RGB: (190,179,188) (75%, 70%, 74%)

RGB channels and saturation

R 190 of 255 = 75%
G 179 of 255 = 70%
B 188 of 255 = 74%

190
179
188

R + G + B ~ 73%. #BEB3BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 179 + 188 = 557 (100%)
R 190 of 557 ~ 34.11%
G 179 of 557 ~ 32.14%
B 188 of 557 ~ 33.75'%

%34.11
%32.14
%33.75

CMYK color model

#BEB3BC color CMYK value is (0,6,1,25).

  • cyan value is 0.00%
  • magenta value is 5.79%
  • yellow value is 1.05%
  • key color value is 25.49%

CMYK: (0,6,1,25)
C0M6Y1K25 (0%, 6%, 1%, 25%)
(0.00 / 0.06 / 0.01 / 0.25)

CMYK percentages

%0
%5.79
%1.05
%25.49

Codes

Color #BEB3BC in popluar color models

BE B3 BC
RGB 190 179 188
HSL 311° 7.80% 72.35%
HSB/HSV 311° 5.79% 74.51%
CMYK 0.00% 5.79% 1.05%
25.49%

Color #BEB3BC in popluar number systems.

HEX BE B3 BC
Decimal 190 179 188
Binary 10111110 10110011 10111100
Octal 276 263 274

Shades and tints

Shades of #BEB3BC

#BEB3BC
(190,179,188)
#ADA3AB
(173,163,171)
#9C939A
(156,147,154)
#8B8389
(139,131,137)
#7A7378
(122,115,120)
#696367
(105,99,103)
#585356
(88,83,86)
#474345
(71,67,69)
#363334
(54,51,52)
#252323
(37,35,35)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #BEB3BC

#BEB3BC
(190,179,188)
#C3B9C2
(195,185,194)
#C8BFC8
(200,191,200)
#CDC5CE
(205,197,206)
#D2CBD4
(210,203,212)
#D7D1DA
(215,209,218)
#DCD7E0
(220,215,224)
#E1DDE6
(225,221,230)
#E6E3EC
(230,227,236)
#EBE9F2
(235,233,242)
#F0EFF8
(240,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB3BC; }

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

This text font color is #BEB3BC.

Background Color

.myBgColor { background-color: #BEB3BC; }

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

This div background color is #BEB3BC.

Border color

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

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

This div border color is #BEB3BC.

Opacity

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

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

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

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

This text has shadow with #BEB3BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB3BC.

Preview

Color preview on black background

This text has color #BEB3BC on black background.


Color preview on white background

This text has color #BEB3BC on white background.


Black color preview on #BEB3BC background

This text has black color on #BEB3BC background.


White color preview on #BEB3BC background

This text has white color on #BEB3BC background.


Related colors

Complementary color

Complementary color for #hex is #414C43.


I love getcolorcode.com

Triadic colors

1 #BCBEB3 and #B3BCBE with #BEB3BC are triadic colors.

2 #BCB3BE and #B3BEBC with #BEB3BC are triadic colors.