COLOR #BCAFDF

HEX: #BCAFDF
RGB: (188,175,223)

Color info

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

RGB color model

#BCAFDF color RGB value is (188,175,223).

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

RGB channels and saturation

R 188 of 255 = 74%
G 175 of 255 = 69%
B 223 of 255 = 87%

188
175
223

R + G + B ~ 77%. #BCAFDF is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 175 + 223 = 586 (100%)
R 188 of 586 ~ 32.08%
G 175 of 586 ~ 29.86%
B 223 of 586 ~ 38.05%

%32.08
%29.86
%38.05

CMYK color model

#BCAFDF color CMYK value is (16,22,0,13).

  • cyan value is 15.70%
  • magenta value is 21.52%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(16,22,0,13)
C16M22Y0K13 
(16%,22%,0%,13%)
(0.16/0.22/0.00/0.13)	

CMYK percentages

%15.7
%21.52
%0
%12.55

Codes

Color #BCAFDF in popluar color models

BCAFDF
RGB188175223
HSL256°42.86%78.04%
HSB/HSV256°21.52%87.45%
CMYK15.70%21.52%0.00%
12.55%

Color #BCAFDF in popluar number systems.

HEXBCAFDF
Decimal188175223
Binary101111001010111111011111
Octal274257337

Shades and tints

Shades of #BCAFDF

#BCAFDF
(188,175,223)
#ABA0CB
(171,160,203)
#9A91B7
(154,145,183)
#8982A3
(137,130,163)
#78738F
(120,115,143)
#67647B
(103,100,123)
#565567
(86,85,103)
#454653
(69,70,83)
#34373F
(52,55,63)
#23282B
(35,40,43)
#121917
(18,25,23)
#000000
(0,0,0)

Tints of #BCAFDF

#BCAFDF
(188,175,223)
#C2B6E1
(194,182,225)
#C8BDE3
(200,189,227)
#CEC4E5
(206,196,229)
#D4CBE7
(212,203,231)
#DAD2E9
(218,210,233)
#E0D9EB
(224,217,235)
#E6E0ED
(230,224,237)
#ECE7EF
(236,231,239)
#F2EEF1
(242,238,241)
#F8F5F3
(248,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAFDF; }

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

This text font color is #BCAFDF.


Background Color

.myBgColor { background-color: #BCAFDF; }

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

This div background color is #BCAFDF.


Border color

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

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

This div border color is #BCAFDF.


Opacity

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

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

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

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

This text has shadow with #BCAFDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCAFDF on black background.


Color preview on white background

This text has color #BCAFDF on white background.



Black color preview on #BCAFDF background

This text has black color on #BCAFDF background.


White color preview on #BCAFDF background

This text has white color on #BCAFDF background.