COLOR #BCAFB9

HEX: #BCAFB9
RGB: (188,175,185)

Color info

#BCAFB9 contains red, green and blue colors in about the same proportion. Web safe color of #BCAFB9 is #CC99CC (or #C9C).

RGB color model

#BCAFB9 color RGB value is (188,175,185).

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

RGB channels and saturation

R 188 of 255 = 74%
G 175 of 255 = 69%
B 185 of 255 = 73%

188
175
185

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

Portions of RGB colors in percentages

R + G + B =
188 + 175 + 185 = 548 (100%)
R 188 of 548 ~ 34.31%
G 175 of 548 ~ 31.93%
B 185 of 548 ~ 33.76%

%34.31
%31.93
%33.76

CMYK color model

#BCAFB9 color CMYK value is (0,7,2,26).

  • cyan value is 0.00%
  • magenta value is 6.91%
  • yellow value is 1.60%
  • key color value is 26.27%
CMYK:
(0,7,2,26)
C0M7Y2K26 
(0%,7%,2%,26%)
(0.00/0.07/0.02/0.26)	

CMYK percentages

%0
%6.91
%1.6
%26.27

Codes

Color #BCAFB9 in popluar color models

BCAFB9
RGB188175185
HSL314°8.84%71.18%
HSB/HSV314°6.91%73.73%
CMYK0.00%6.91%1.60%
26.27%

Color #BCAFB9 in popluar number systems.

HEXBCAFB9
Decimal188175185
Binary101111001010111110111001
Octal274257271

Shades and tints

Shades of #BCAFB9

#BCAFB9
(188,175,185)
#ABA0A9
(171,160,169)
#9A9199
(154,145,153)
#898289
(137,130,137)
#787379
(120,115,121)
#676469
(103,100,105)
#565559
(86,85,89)
#454649
(69,70,73)
#343739
(52,55,57)
#232829
(35,40,41)
#121919
(18,25,25)
#000000
(0,0,0)

Tints of #BCAFB9

#BCAFB9
(188,175,185)
#C2B6BF
(194,182,191)
#C8BDC5
(200,189,197)
#CEC4CB
(206,196,203)
#D4CBD1
(212,203,209)
#DAD2D7
(218,210,215)
#E0D9DD
(224,217,221)
#E6E0E3
(230,224,227)
#ECE7E9
(236,231,233)
#F2EEEF
(242,238,239)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAFB9; }

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

This text font color is #BCAFB9.


Background Color

.myBgColor { background-color: #BCAFB9; }

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

This div background color is #BCAFB9.


Border color

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

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

This div border color is #BCAFB9.


Opacity

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

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

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

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

This text has shadow with #BCAFB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCAFB9 on black background.


Color preview on white background

This text has color #BCAFB9 on white background.



Black color preview on #BCAFB9 background

This text has black color on #BCAFB9 background.


White color preview on #BCAFB9 background

This text has white color on #BCAFB9 background.