COLOR #BCAFD1

HEX: #BCAFD1
RGB: (188,175,209)

Color info

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

RGB color model

#BCAFD1 color RGB value is (188,175,209).

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

RGB channels and saturation

R 188 of 255 = 74%
G 175 of 255 = 69%
B 209 of 255 = 82%

188
175
209

R + G + B ~ 75%. #BCAFD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 175 + 209 = 572 (100%)
R 188 of 572 ~ 32.87%
G 175 of 572 ~ 30.59%
B 209 of 572 ~ 36.54%

%32.87
%30.59
%36.54

CMYK color model

#BCAFD1 color CMYK value is (10,16,0,18).

  • cyan value is 10.05%
  • magenta value is 16.27%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(10,16,0,18)
C10M16Y0K18 
(10%,16%,0%,18%)
(0.10/0.16/0.00/0.18)	

CMYK percentages

%10.05
%16.27
%0
%18.04

Codes

Color #BCAFD1 in popluar color models

BCAFD1
RGB188175209
HSL263°26.98%75.29%
HSB/HSV263°16.27%81.96%
CMYK10.05%16.27%0.00%
18.04%

Color #BCAFD1 in popluar number systems.

HEXBCAFD1
Decimal188175209
Binary101111001010111111010001
Octal274257321

Shades and tints

Shades of #BCAFD1

#BCAFD1
(188,175,209)
#ABA0BE
(171,160,190)
#9A91AB
(154,145,171)
#898298
(137,130,152)
#787385
(120,115,133)
#676472
(103,100,114)
#56555F
(86,85,95)
#45464C
(69,70,76)
#343739
(52,55,57)
#232826
(35,40,38)
#121913
(18,25,19)
#000000
(0,0,0)

Tints of #BCAFD1

#BCAFD1
(188,175,209)
#C2B6D5
(194,182,213)
#C8BDD9
(200,189,217)
#CEC4DD
(206,196,221)
#D4CBE1
(212,203,225)
#DAD2E5
(218,210,229)
#E0D9E9
(224,217,233)
#E6E0ED
(230,224,237)
#ECE7F1
(236,231,241)
#F2EEF5
(242,238,245)
#F8F5F9
(248,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAFD1; }

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

This text font color is #BCAFD1.


Background Color

.myBgColor { background-color: #BCAFD1; }

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

This div background color is #BCAFD1.


Border color

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

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

This div border color is #BCAFD1.


Opacity

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

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

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

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

This text has shadow with #BCAFD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCAFD1 on black background.


Color preview on white background

This text has color #BCAFD1 on white background.



Black color preview on #BCAFD1 background

This text has black color on #BCAFD1 background.


White color preview on #BCAFD1 background

This text has white color on #BCAFD1 background.