COLOR #BEC3B3

HEX: #BEC3B3 RGB: (190,195,179)

Color info

#BEC3B3 contains red, green and blue colors in about the same proportion. Web safe color of #BEC3B3 is #CCCC99 (or #CC9).

RGB color model

#BEC3B3 color RGB value is (190,195,179).

RGB: (190,195,179) (75%, 76%, 70%)

RGB channels and saturation

R 190 of 255 = 75%
G 195 of 255 = 76%
B 179 of 255 = 70%

190
195
179

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

Portions of RGB colors in percentages

R + G + B = 190 + 195 + 179 = 564 (100%)
R 190 of 564 ~ 33.69%
G 195 of 564 ~ 34.57%
B 179 of 564 ~ 31.74'%

%33.69
%34.57
%31.74

CMYK color model

#BEC3B3 color CMYK value is (3,0,8,24).

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

CMYK: (3,0,8,24)
C3M0Y8K24 (3%, 0%, 8%, 24%)
(0.03 / 0.00 / 0.08 / 0.24)

CMYK percentages

%2.56
%0
%8.21
%23.53

Codes

Color #BEC3B3 in popluar color models

BE C3 B3
RGB 190 195 179
HSL 79° 11.76% 73.33%
HSB/HSV 79° 8.21% 76.47%
CMYK 2.56% 0.00% 8.21%
23.53%

Color #BEC3B3 in popluar number systems.

HEX BE C3 B3
Decimal 190 195 179
Binary 10111110 11000011 10110011
Octal 276 303 263

Shades and tints

Shades of #BEC3B3

#BEC3B3
(190,195,179)
#ADB2A3
(173,178,163)
#9CA193
(156,161,147)
#8B9083
(139,144,131)
#7A7F73
(122,127,115)
#696E63
(105,110,99)
#585D53
(88,93,83)
#474C43
(71,76,67)
#363B33
(54,59,51)
#252A23
(37,42,35)
#141913
(20,25,19)
#000000
(0,0,0)

Tints of #BEC3B3

#BEC3B3
(190,195,179)
#C3C8B9
(195,200,185)
#C8CDBF
(200,205,191)
#CDD2C5
(205,210,197)
#D2D7CB
(210,215,203)
#D7DCD1
(215,220,209)
#DCE1D7
(220,225,215)
#E1E6DD
(225,230,221)
#E6EBE3
(230,235,227)
#EBF0E9
(235,240,233)
#F0F5EF
(240,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC3B3; }

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

This text font color is #BEC3B3.

Background Color

.myBgColor { background-color: #BEC3B3; }

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

This div background color is #BEC3B3.

Border color

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

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

This div border color is #BEC3B3.

Opacity

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

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

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

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

This text has shadow with #BEC3B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC3B3.

Preview

Color preview on black background

This text has color #BEC3B3 on black background.


Color preview on white background

This text has color #BEC3B3 on white background.


Black color preview on #BEC3B3 background

This text has black color on #BEC3B3 background.


White color preview on #BEC3B3 background

This text has white color on #BEC3B3 background.


Related colors

Complementary color

Complementary color for #hex is #413C4C.


I love getcolorcode.com

Triadic colors

1 #B3BEC3 and #C3B3BE with #BEC3B3 are triadic colors.

2 #B3C3BE and #C3BEB3 with #BEC3B3 are triadic colors.