COLOR #BCAAAE

HEX: #BCAAAE
RGB: (188,170,174)

Color info

#BCAAAE contains red, green and blue colors in about the same proportion. Web safe color of #BCAAAE is #CC9999 (or #C99).

RGB color model

#BCAAAE color RGB value is (188,170,174).

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

RGB channels and saturation

R 188 of 255 = 74%
G 170 of 255 = 67%
B 174 of 255 = 68%

188
170
174

R + G + B ~ 70%. #BCAAAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 170 + 174 = 532 (100%)
R 188 of 532 ~ 35.34%
G 170 of 532 ~ 31.95%
B 174 of 532 ~ 32.71%

%35.34
%31.95
%32.71

CMYK color model

#BCAAAE color CMYK value is (0,10,7,26).

  • cyan value is 0.00%
  • magenta value is 9.57%
  • yellow value is 7.45%
  • key color value is 26.27%
CMYK:
(0,10,7,26)
C0M10Y7K26 
(0%,10%,7%,26%)
(0.00/0.10/0.07/0.26)	

CMYK percentages

%0
%9.57
%7.45
%26.27

Codes

Color #BCAAAE in popluar color models

BCAAAE
RGB188170174
HSL347°11.84%70.20%
HSB/HSV347°9.57%73.73%
CMYK0.00%9.57%7.45%
26.27%

Color #BCAAAE in popluar number systems.

HEXBCAAAE
Decimal188170174
Binary101111001010101010101110
Octal274252256

Shades and tints

Shades of #BCAAAE

#BCAAAE
(188,170,174)
#AB9B9F
(171,155,159)
#9A8C90
(154,140,144)
#897D81
(137,125,129)
#786E72
(120,110,114)
#675F63
(103,95,99)
#565054
(86,80,84)
#454145
(69,65,69)
#343236
(52,50,54)
#232327
(35,35,39)
#121418
(18,20,24)
#000000
(0,0,0)

Tints of #BCAAAE

#BCAAAE
(188,170,174)
#C2B1B5
(194,177,181)
#C8B8BC
(200,184,188)
#CEBFC3
(206,191,195)
#D4C6CA
(212,198,202)
#DACDD1
(218,205,209)
#E0D4D8
(224,212,216)
#E6DBDF
(230,219,223)
#ECE2E6
(236,226,230)
#F2E9ED
(242,233,237)
#F8F0F4
(248,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAAAE; }

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

This text font color is #BCAAAE.


Background Color

.myBgColor { background-color: #BCAAAE; }

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

This div background color is #BCAAAE.


Border color

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

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

This div border color is #BCAAAE.


Opacity

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

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

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

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

This text has shadow with #BCAAAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCAAAE on black background.


Color preview on white background

This text has color #BCAAAE on white background.



Black color preview on #BCAAAE background

This text has black color on #BCAAAE background.


White color preview on #BCAAAE background

This text has white color on #BCAAAE background.