COLOR #BCAFDC

HEX: #BCAFDC
RGB: (188,175,220)

Color info

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

RGB color model

#BCAFDC color RGB value is (188,175,220).

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

RGB channels and saturation

R 188 of 255 = 74%
G 175 of 255 = 69%
B 220 of 255 = 86%

188
175
220

R + G + B ~ 76%. #BCAFDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 175 + 220 = 583 (100%)
R 188 of 583 ~ 32.25%
G 175 of 583 ~ 30.02%
B 220 of 583 ~ 37.74%

%32.25
%30.02
%37.74

CMYK color model

#BCAFDC color CMYK value is (15,20,0,14).

  • cyan value is 14.55%
  • magenta value is 20.45%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(15,20,0,14)
C15M20Y0K14 
(15%,20%,0%,14%)
(0.15/0.20/0.00/0.14)	

CMYK percentages

%14.55
%20.45
%0
%13.73

Codes

Color #BCAFDC in popluar color models

BCAFDC
RGB188175220
HSL257°39.13%77.45%
HSB/HSV257°20.45%86.27%
CMYK14.55%20.45%0.00%
13.73%

Color #BCAFDC in popluar number systems.

HEXBCAFDC
Decimal188175220
Binary101111001010111111011100
Octal274257334

Shades and tints

Shades of #BCAFDC

#BCAFDC
(188,175,220)
#ABA0C8
(171,160,200)
#9A91B4
(154,145,180)
#8982A0
(137,130,160)
#78738C
(120,115,140)
#676478
(103,100,120)
#565564
(86,85,100)
#454650
(69,70,80)
#34373C
(52,55,60)
#232828
(35,40,40)
#121914
(18,25,20)
#000000
(0,0,0)

Tints of #BCAFDC

#BCAFDC
(188,175,220)
#C2B6DF
(194,182,223)
#C8BDE2
(200,189,226)
#CEC4E5
(206,196,229)
#D4CBE8
(212,203,232)
#DAD2EB
(218,210,235)
#E0D9EE
(224,217,238)
#E6E0F1
(230,224,241)
#ECE7F4
(236,231,244)
#F2EEF7
(242,238,247)
#F8F5FA
(248,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAFDC; }

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

This text font color is #BCAFDC.


Background Color

.myBgColor { background-color: #BCAFDC; }

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

This div background color is #BCAFDC.


Border color

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

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

This div border color is #BCAFDC.


Opacity

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

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

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

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

This text has shadow with #BCAFDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCAFDC on black background.


Color preview on white background

This text has color #BCAFDC on white background.



Black color preview on #BCAFDC background

This text has black color on #BCAFDC background.


White color preview on #BCAFDC background

This text has white color on #BCAFDC background.