COLOR #BEB5C3

HEX: #BEB5C3 RGB: (190,181,195)

Color info

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

RGB color model

#BEB5C3 color RGB value is (190,181,195).

RGB: (190,181,195) (75%, 71%, 76%)

RGB channels and saturation

R 190 of 255 = 75%
G 181 of 255 = 71%
B 195 of 255 = 76%

190
181
195

R + G + B ~ 74%. #BEB5C3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 181 + 195 = 566 (100%)
R 190 of 566 ~ 33.57%
G 181 of 566 ~ 31.98%
B 195 of 566 ~ 34.45'%

%33.57
%31.98
%34.45

CMYK color model

#BEB5C3 color CMYK value is (3,7,0,24).

  • cyan value is 2.56%
  • magenta value is 7.18%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (3,7,0,24)
C3M7Y0K24 (3%, 7%, 0%, 24%)
(0.03 / 0.07 / 0.00 / 0.24)

CMYK percentages

%2.56
%7.18
%0
%23.53

Codes

Color #BEB5C3 in popluar color models

BE B5 C3
RGB 190 181 195
HSL 279° 10.45% 73.73%
HSB/HSV 279° 7.18% 76.47%
CMYK 2.56% 7.18% 0.00%
23.53%

Color #BEB5C3 in popluar number systems.

HEX BE B5 C3
Decimal 190 181 195
Binary 10111110 10110101 11000011
Octal 276 265 303

Shades and tints

Shades of #BEB5C3

#BEB5C3
(190,181,195)
#ADA5B2
(173,165,178)
#9C95A1
(156,149,161)
#8B8590
(139,133,144)
#7A757F
(122,117,127)
#69656E
(105,101,110)
#58555D
(88,85,93)
#47454C
(71,69,76)
#36353B
(54,53,59)
#25252A
(37,37,42)
#141519
(20,21,25)
#000000
(0,0,0)

Tints of #BEB5C3

#BEB5C3
(190,181,195)
#C3BBC8
(195,187,200)
#C8C1CD
(200,193,205)
#CDC7D2
(205,199,210)
#D2CDD7
(210,205,215)
#D7D3DC
(215,211,220)
#DCD9E1
(220,217,225)
#E1DFE6
(225,223,230)
#E6E5EB
(230,229,235)
#EBEBF0
(235,235,240)
#F0F1F5
(240,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB5C3 color. Also use rgb(190,181,195) instead hex code.

Text Font Color

.myTextColor { color: #BEB5C3; }

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

This text font color is #BEB5C3.

Background Color

.myBgColor { background-color: #BEB5C3; }

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

This div background color is #BEB5C3.

Border color

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

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

This div border color is #BEB5C3.

Opacity

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

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

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

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

This text has shadow with #BEB5C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB5C3.

Preview

Color preview on black background

This text has color #BEB5C3 on black background.


Color preview on white background

This text has color #BEB5C3 on white background.


Black color preview on #BEB5C3 background

This text has black color on #BEB5C3 background.


White color preview on #BEB5C3 background

This text has white color on #BEB5C3 background.


Related colors

Complementary color

Complementary color for #hex is #414A3C.


I love getcolorcode.com

Triadic colors

1 #C3BEB5 and #B5C3BE with #BEB5C3 are triadic colors.

2 #C3B5BE and #B5BEC3 with #BEB5C3 are triadic colors.