COLOR #BCBEAE

HEX: #BCBEAE
RGB: (188,190,174)

Color info

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

RGB color model

#BCBEAE color RGB value is (188,190,174).

  • red value is 188;
  • green value is 190;
  • blue value is 174.
RGB:
(188,190,174)
(74%,75%,68%)

RGB channels and saturation

R 188 of 255 = 74%
G 190 of 255 = 75%
B 174 of 255 = 68%

188
190
174

R + G + B ~ 72%. #BCBEAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 190 + 174 = 552 (100%)
R 188 of 552 ~ 34.06%
G 190 of 552 ~ 34.42%
B 174 of 552 ~ 31.52%

%34.06
%34.42
%31.52

CMYK color model

#BCBEAE color CMYK value is (1,0,8,25).

  • cyan value is 1.05%
  • magenta value is 0.00%
  • yellow value is 8.42%
  • key color value is 25.49%
CMYK:
(1,0,8,25)
C1M0Y8K25 
(1%,0%,8%,25%)
(0.01/0.00/0.08/0.25)	

CMYK percentages

%1.05
%0
%8.42
%25.49

Codes

Color #BCBEAE in popluar color models

BCBEAE
RGB188190174
HSL68°10.96%71.37%
HSB/HSV68°8.42%74.51%
CMYK1.05%0.00%8.42%
25.49%

Color #BCBEAE in popluar number systems.

HEXBCBEAE
Decimal188190174
Binary101111001011111010101110
Octal274276256

Shades and tints

Shades of #BCBEAE

#BCBEAE
(188,190,174)
#ABAD9F
(171,173,159)
#9A9C90
(154,156,144)
#898B81
(137,139,129)
#787A72
(120,122,114)
#676963
(103,105,99)
#565854
(86,88,84)
#454745
(69,71,69)
#343636
(52,54,54)
#232527
(35,37,39)
#121418
(18,20,24)
#000000
(0,0,0)

Tints of #BCBEAE

#BCBEAE
(188,190,174)
#C2C3B5
(194,195,181)
#C8C8BC
(200,200,188)
#CECDC3
(206,205,195)
#D4D2CA
(212,210,202)
#DAD7D1
(218,215,209)
#E0DCD8
(224,220,216)
#E6E1DF
(230,225,223)
#ECE6E6
(236,230,230)
#F2EBED
(242,235,237)
#F8F0F4
(248,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCBEAE color. Also use rgb(188,190,174) instead hex code.

Text Font Color

.myTextColor { color: #BCBEAE; }

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

This text font color is #BCBEAE.


Background Color

.myBgColor { background-color: #BCBEAE; }

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

This div background color is #BCBEAE.


Border color

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

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

This div border color is #BCBEAE.


Opacity

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

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

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

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

This text has shadow with #BCBEAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCBEAE on black background.


Color preview on white background

This text has color #BCBEAE on white background.



Black color preview on #BCBEAE background

This text has black color on #BCBEAE background.


White color preview on #BCBEAE background

This text has white color on #BCBEAE background.