COLOR #BEB8C6

HEX: #BEB8C6 RGB: (190,184,198)

Color info

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

RGB color model

#BEB8C6 color RGB value is (190,184,198).

RGB: (190,184,198) (75%, 72%, 78%)

RGB channels and saturation

R 190 of 255 = 75%
G 184 of 255 = 72%
B 198 of 255 = 78%

190
184
198

R + G + B ~ 75%. #BEB8C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 184 + 198 = 572 (100%)
R 190 of 572 ~ 33.22%
G 184 of 572 ~ 32.17%
B 198 of 572 ~ 34.62'%

%33.22
%32.17
%34.62

CMYK color model

#BEB8C6 color CMYK value is (4,7,0,22).

  • cyan value is 4.04%
  • magenta value is 7.07%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (4,7,0,22)
C4M7Y0K22 (4%, 7%, 0%, 22%)
(0.04 / 0.07 / 0.00 / 0.22)

CMYK percentages

%4.04
%7.07
%0
%22.35

Codes

Color #BEB8C6 in popluar color models

BE B8 C6
RGB 190 184 198
HSL 266° 10.94% 74.90%
HSB/HSV 266° 7.07% 77.65%
CMYK 4.04% 7.07% 0.00%
22.35%

Color #BEB8C6 in popluar number systems.

HEX BE B8 C6
Decimal 190 184 198
Binary 10111110 10111000 11000110
Octal 276 270 306

Shades and tints

Shades of #BEB8C6

#BEB8C6
(190,184,198)
#ADA8B4
(173,168,180)
#9C98A2
(156,152,162)
#8B8890
(139,136,144)
#7A787E
(122,120,126)
#69686C
(105,104,108)
#58585A
(88,88,90)
#474848
(71,72,72)
#363836
(54,56,54)
#252824
(37,40,36)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #BEB8C6

#BEB8C6
(190,184,198)
#C3BECB
(195,190,203)
#C8C4D0
(200,196,208)
#CDCAD5
(205,202,213)
#D2D0DA
(210,208,218)
#D7D6DF
(215,214,223)
#DCDCE4
(220,220,228)
#E1E2E9
(225,226,233)
#E6E8EE
(230,232,238)
#EBEEF3
(235,238,243)
#F0F4F8
(240,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB8C6 color. Also use rgb(190,184,198) instead hex code.

Text Font Color

.myTextColor { color: #BEB8C6; }

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

This text font color is #BEB8C6.

Background Color

.myBgColor { background-color: #BEB8C6; }

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

This div background color is #BEB8C6.

Border color

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

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

This div border color is #BEB8C6.

Opacity

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

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

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

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

This text has shadow with #BEB8C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB8C6.

Preview

Color preview on black background

This text has color #BEB8C6 on black background.


Color preview on white background

This text has color #BEB8C6 on white background.


Black color preview on #BEB8C6 background

This text has black color on #BEB8C6 background.


White color preview on #BEB8C6 background

This text has white color on #BEB8C6 background.


Related colors

Complementary color

Complementary color for #hex is #414739.


I love getcolorcode.com

Triadic colors

1 #C6BEB8 and #B8C6BE with #BEB8C6 are triadic colors.

2 #C6B8BE and #B8BEC6 with #BEB8C6 are triadic colors.