COLOR #BECAB5

HEX: #BECAB5
RGB: (190,202,181)

Color info

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

RGB color model

#BECAB5 color RGB value is (190,202,181).

  • red value is 190;
  • green value is 202;
  • blue value is 181.
RGB:
(190,202,181)
(75%,79%,71%)

RGB channels and saturation

R 190 of 255 = 75%
G 202 of 255 = 79%
B 181 of 255 = 71%

190
202
181

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

Portions of RGB colors in percentages

R + G + B =
190 + 202 + 181 = 573 (100%)
R 190 of 573 ~ 33.16%
G 202 of 573 ~ 35.25%
B 181 of 573 ~ 31.59%

%33.16
%35.25
%31.59

CMYK color model

#BECAB5 color CMYK value is (6,0,10,21).

  • cyan value is 5.94%
  • magenta value is 0.00%
  • yellow value is 10.40%
  • key color value is 20.78%
CMYK:
(6,0,10,21)
C6M0Y10K21 
(6%,0%,10%,21%)
(0.06/0.00/0.10/0.21)	

CMYK percentages

%5.94
%0
%10.4
%20.78

Codes

Color #BECAB5 in popluar color models

BECAB5
RGB190202181
HSL94°16.54%75.10%
HSB/HSV94°10.40%79.22%
CMYK5.94%0.00%10.40%
20.78%

Color #BECAB5 in popluar number systems.

HEXBECAB5
Decimal190202181
Binary101111101100101010110101
Octal276312265

Shades and tints

Shades of #BECAB5

#BECAB5
(190,202,181)
#ADB8A5
(173,184,165)
#9CA695
(156,166,149)
#8B9485
(139,148,133)
#7A8275
(122,130,117)
#697065
(105,112,101)
#585E55
(88,94,85)
#474C45
(71,76,69)
#363A35
(54,58,53)
#252825
(37,40,37)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #BECAB5

#BECAB5
(190,202,181)
#C3CEBB
(195,206,187)
#C8D2C1
(200,210,193)
#CDD6C7
(205,214,199)
#D2DACD
(210,218,205)
#D7DED3
(215,222,211)
#DCE2D9
(220,226,217)
#E1E6DF
(225,230,223)
#E6EAE5
(230,234,229)
#EBEEEB
(235,238,235)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BECAB5; }

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

This text font color is #BECAB5.


Background Color

.myBgColor { background-color: #BECAB5; }

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

This div background color is #BECAB5.


Border color

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

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

This div border color is #BECAB5.


Opacity

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

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

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

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

This text has shadow with #BECAB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BECAB5 on black background.


Color preview on white background

This text has color #BECAB5 on white background.



Black color preview on #BECAB5 background

This text has black color on #BECAB5 background.


White color preview on #BECAB5 background

This text has white color on #BECAB5 background.