COLOR #BCAFA8

HEX: #BCAFA8 RGB: (188,175,168)

Color info

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

RGB color model

#BCAFA8 color RGB value is (188,175,168).

RGB: (188,175,168) (74%, 69%, 66%)

RGB channels and saturation

R 188 of 255 = 74%
G 175 of 255 = 69%
B 168 of 255 = 66%

188
175
168

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

Portions of RGB colors in percentages

R + G + B = 188 + 175 + 168 = 531 (100%)
R 188 of 531 ~ 35.4%
G 175 of 531 ~ 32.96%
B 168 of 531 ~ 31.64'%

%35.4
%32.96
%31.64

CMYK color model

#BCAFA8 color CMYK value is (0,7,11,26).

  • cyan value is 0.00%
  • magenta value is 6.91%
  • yellow value is 10.64%
  • key color value is 26.27%
CMYK: (0,7,11,26) C0M7Y11K26 (0%,7%,11%,26%) (0.00/0.07/0.11/0.26) 

CMYK percentages

%0
%6.91
%10.64
%26.27

Codes

Color #BCAFA8 in popluar color models

BC AF A8
RGB 188 175 168
HSL 21° 12.99% 69.80%
HSB/HSV 21° 10.64% 73.73%
CMYK 0.00% 6.91% 10.64%
26.27%

Color #BCAFA8 in popluar number systems.

HEX BC AF A8
Decimal 188 175 168
Binary 10111100 10101111 10101000
Octal 274 257 250

Shades and tints

Shades of #BCAFA8

#BCAFA8
(188,175,168)
#ABA099
(171,160,153)
#9A918A
(154,145,138)
#89827B
(137,130,123)
#78736C
(120,115,108)
#67645D
(103,100,93)
#56554E
(86,85,78)
#45463F
(69,70,63)
#343730
(52,55,48)
#232821
(35,40,33)
#121912
(18,25,18)
#000000
(0,0,0)

Tints of #BCAFA8

#BCAFA8
(188,175,168)
#C2B6AF
(194,182,175)
#C8BDB6
(200,189,182)
#CEC4BD
(206,196,189)
#D4CBC4
(212,203,196)
#DAD2CB
(218,210,203)
#E0D9D2
(224,217,210)
#E6E0D9
(230,224,217)
#ECE7E0
(236,231,224)
#F2EEE7
(242,238,231)
#F8F5EE
(248,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAFA8; }

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

This text font color is #BCAFA8.

Background Color

.myBgColor { background-color: #BCAFA8; }

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

This div background color is #BCAFA8.

Border color

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

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

This div border color is #BCAFA8.

Opacity

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

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

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

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

This text has shadow with #BCAFA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCAFA8.

Preview

Color preview on black background

This text has color #BCAFA8 on black background.


Color preview on white background

This text has color #BCAFA8 on white background.


Black color preview on #BCAFA8 background

This text has black color on #BCAFA8 background.


White color preview on #BCAFA8 background

This text has white color on #BCAFA8 background.


Related colors

Complementary color

Complementary color for #hex is #435057.


I love getcolorcode.com

Triadic colors

1 #A8BCAF and #AFA8BC with #BCAFA8 are triadic colors.

2 #A8AFBC and #AFBCA8 with #BCAFA8 are triadic colors.