COLOR #BCAFA5

HEX: #BCAFA5
RGB: (188,175,165)

Color info

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

RGB color model

#BCAFA5 color RGB value is (188,175,165).

  • red value is 188;
  • green value is 175;
  • blue value is 165.
RGB:
(188,175,165)
(74%,69%,65%)

RGB channels and saturation

R 188 of 255 = 74%
G 175 of 255 = 69%
B 165 of 255 = 65%

188
175
165

R + G + B ~ 69%. #BCAFA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 175 + 165 = 528 (100%)
R 188 of 528 ~ 35.61%
G 175 of 528 ~ 33.14%
B 165 of 528 ~ 31.25%

%35.61
%33.14
%31.25

CMYK color model

#BCAFA5 color CMYK value is (0,7,12,26).

  • cyan value is 0.00%
  • magenta value is 6.91%
  • yellow value is 12.23%
  • key color value is 26.27%
CMYK:
(0,7,12,26)
C0M7Y12K26 
(0%,7%,12%,26%)
(0.00/0.07/0.12/0.26)	

CMYK percentages

%0
%6.91
%12.23
%26.27

Codes

Color #BCAFA5 in popluar color models

BCAFA5
RGB188175165
HSL26°14.65%69.22%
HSB/HSV26°12.23%73.73%
CMYK0.00%6.91%12.23%
26.27%

Color #BCAFA5 in popluar number systems.

HEXBCAFA5
Decimal188175165
Binary101111001010111110100101
Octal274257245

Shades and tints

Shades of #BCAFA5

#BCAFA5
(188,175,165)
#ABA096
(171,160,150)
#9A9187
(154,145,135)
#898278
(137,130,120)
#787369
(120,115,105)
#67645A
(103,100,90)
#56554B
(86,85,75)
#45463C
(69,70,60)
#34372D
(52,55,45)
#23281E
(35,40,30)
#12190F
(18,25,15)
#000000
(0,0,0)

Tints of #BCAFA5

#BCAFA5
(188,175,165)
#C2B6AD
(194,182,173)
#C8BDB5
(200,189,181)
#CEC4BD
(206,196,189)
#D4CBC5
(212,203,197)
#DAD2CD
(218,210,205)
#E0D9D5
(224,217,213)
#E6E0DD
(230,224,221)
#ECE7E5
(236,231,229)
#F2EEED
(242,238,237)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCAFA5 color. Also use rgb(188,175,165) instead hex code.

Text Font Color

.myTextColor { color: #BCAFA5; }

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

This text font color is #BCAFA5.


Background Color

.myBgColor { background-color: #BCAFA5; }

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

This div background color is #BCAFA5.


Border color

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

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

This div border color is #BCAFA5.


Opacity

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

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

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

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

This text has shadow with #BCAFA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCAFA5 on black background.


Color preview on white background

This text has color #BCAFA5 on white background.



Black color preview on #BCAFA5 background

This text has black color on #BCAFA5 background.


White color preview on #BCAFA5 background

This text has white color on #BCAFA5 background.