COLOR #BEB3C6

HEX: #BEB3C6 RGB: (190,179,198)

Color info

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

RGB color model

#BEB3C6 color RGB value is (190,179,198).

RGB: (190,179,198) (75%, 70%, 78%)

RGB channels and saturation

R 190 of 255 = 75%
G 179 of 255 = 70%
B 198 of 255 = 78%

190
179
198

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

Portions of RGB colors in percentages

R + G + B = 190 + 179 + 198 = 567 (100%)
R 190 of 567 ~ 33.51%
G 179 of 567 ~ 31.57%
B 198 of 567 ~ 34.92'%

%33.51
%31.57
%34.92

CMYK color model

#BEB3C6 color CMYK value is (4,10,0,22).

  • cyan value is 4.04%
  • magenta value is 9.60%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK: (4,10,0,22) C4M10Y0K22 (4%,10%,0%,22%) (0.04/0.10/0.00/0.22) 

CMYK percentages

%4.04
%9.6
%0
%22.35

Codes

Color #BEB3C6 in popluar color models

BE B3 C6
RGB 190 179 198
HSL 275° 14.29% 73.92%
HSB/HSV 275° 9.60% 77.65%
CMYK 4.04% 9.60% 0.00%
22.35%

Color #BEB3C6 in popluar number systems.

HEX BE B3 C6
Decimal 190 179 198
Binary 10111110 10110011 11000110
Octal 276 263 306

Shades and tints

Shades of #BEB3C6

#BEB3C6
(190,179,198)
#ADA3B4
(173,163,180)
#9C93A2
(156,147,162)
#8B8390
(139,131,144)
#7A737E
(122,115,126)
#69636C
(105,99,108)
#58535A
(88,83,90)
#474348
(71,67,72)
#363336
(54,51,54)
#252324
(37,35,36)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #BEB3C6

#BEB3C6
(190,179,198)
#C3B9CB
(195,185,203)
#C8BFD0
(200,191,208)
#CDC5D5
(205,197,213)
#D2CBDA
(210,203,218)
#D7D1DF
(215,209,223)
#DCD7E4
(220,215,228)
#E1DDE9
(225,221,233)
#E6E3EE
(230,227,238)
#EBE9F3
(235,233,243)
#F0EFF8
(240,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB3C6; }

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

This text font color is #BEB3C6.

Background Color

.myBgColor { background-color: #BEB3C6; }

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

This div background color is #BEB3C6.

Border color

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

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

This div border color is #BEB3C6.

Opacity

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

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

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

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

This text has shadow with #BEB3C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB3C6.

Preview

Color preview on black background

This text has color #BEB3C6 on black background.


Color preview on white background

This text has color #BEB3C6 on white background.


Black color preview on #BEB3C6 background

This text has black color on #BEB3C6 background.


White color preview on #BEB3C6 background

This text has white color on #BEB3C6 background.


Related colors

Complementary color

Complementary color for #hex is #414C39.


I love getcolorcode.com

Triadic colors

1 #C6BEB3 and #B3C6BE with #BEB3C6 are triadic colors.

2 #C6B3BE and #B3BEC6 with #BEB3C6 are triadic colors.