COLOR #BECABB

HEX: #BECABB
RGB: (190,202,187)

Color info

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

RGB color model

#BECABB color RGB value is (190,202,187).

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

RGB channels and saturation

R 190 of 255 = 75%
G 202 of 255 = 79%
B 187 of 255 = 73%

190
202
187

R + G + B ~ 76%. #BECABB is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 202 + 187 = 579 (100%)
R 190 of 579 ~ 32.82%
G 202 of 579 ~ 34.89%
B 187 of 579 ~ 32.3%

%32.82
%34.89
%32.3

CMYK color model

#BECABB color CMYK value is (6,0,7,21).

  • cyan value is 5.94%
  • magenta value is 0.00%
  • yellow value is 7.43%
  • key color value is 20.78%
CMYK:
(6,0,7,21)
C6M0Y7K21 
(6%,0%,7%,21%)
(0.06/0.00/0.07/0.21)	

CMYK percentages

%5.94
%0
%7.43
%20.78

Codes

Color #BECABB in popluar color models

BECABB
RGB190202187
HSL108°12.40%76.27%
HSB/HSV108°7.43%79.22%
CMYK5.94%0.00%7.43%
20.78%

Color #BECABB in popluar number systems.

HEXBECABB
Decimal190202187
Binary101111101100101010111011
Octal276312273

Shades and tints

Shades of #BECABB

#BECABB
(190,202,187)
#ADB8AA
(173,184,170)
#9CA699
(156,166,153)
#8B9488
(139,148,136)
#7A8277
(122,130,119)
#697066
(105,112,102)
#585E55
(88,94,85)
#474C44
(71,76,68)
#363A33
(54,58,51)
#252822
(37,40,34)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #BECABB

#BECABB
(190,202,187)
#C3CEC1
(195,206,193)
#C8D2C7
(200,210,199)
#CDD6CD
(205,214,205)
#D2DAD3
(210,218,211)
#D7DED9
(215,222,217)
#DCE2DF
(220,226,223)
#E1E6E5
(225,230,229)
#E6EAEB
(230,234,235)
#EBEEF1
(235,238,241)
#F0F2F7
(240,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BECABB; }

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

This text font color is #BECABB.


Background Color

.myBgColor { background-color: #BECABB; }

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

This div background color is #BECABB.


Border color

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

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

This div border color is #BECABB.


Opacity

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

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

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

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

This text has shadow with #BECABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BECABB on black background.


Color preview on white background

This text has color #BECABB on white background.



Black color preview on #BECABB background

This text has black color on #BECABB background.


White color preview on #BECABB background

This text has white color on #BECABB background.