COLOR #BCAFDE

HEX: #BCAFDE
RGB: (188,175,222)

Color info

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

RGB color model

#BCAFDE color RGB value is (188,175,222).

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

RGB channels and saturation

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

188
175
222

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

Portions of RGB colors in percentages

R + G + B =
188 + 175 + 222 = 585 (100%)
R 188 of 585 ~ 32.14%
G 175 of 585 ~ 29.91%
B 222 of 585 ~ 37.95%

%32.14
%29.91
%37.95

CMYK color model

#BCAFDE color CMYK value is (15,21,0,13).

  • cyan value is 15.32%
  • magenta value is 21.17%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(15,21,0,13)
C15M21Y0K13 
(15%,21%,0%,13%)
(0.15/0.21/0.00/0.13)	

CMYK percentages

%15.32
%21.17
%0
%12.94

Codes

Color #BCAFDE in popluar color models

BCAFDE
RGB188175222
HSL257°41.59%77.84%
HSB/HSV257°21.17%87.06%
CMYK15.32%21.17%0.00%
12.94%

Color #BCAFDE in popluar number systems.

HEXBCAFDE
Decimal188175222
Binary101111001010111111011110
Octal274257336

Shades and tints

Shades of #BCAFDE

#BCAFDE
(188,175,222)
#ABA0CA
(171,160,202)
#9A91B6
(154,145,182)
#8982A2
(137,130,162)
#78738E
(120,115,142)
#67647A
(103,100,122)
#565566
(86,85,102)
#454652
(69,70,82)
#34373E
(52,55,62)
#23282A
(35,40,42)
#121916
(18,25,22)
#000000
(0,0,0)

Tints of #BCAFDE

#BCAFDE
(188,175,222)
#C2B6E1
(194,182,225)
#C8BDE4
(200,189,228)
#CEC4E7
(206,196,231)
#D4CBEA
(212,203,234)
#DAD2ED
(218,210,237)
#E0D9F0
(224,217,240)
#E6E0F3
(230,224,243)
#ECE7F6
(236,231,246)
#F2EEF9
(242,238,249)
#F8F5FC
(248,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAFDE; }

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

This text font color is #BCAFDE.


Background Color

.myBgColor { background-color: #BCAFDE; }

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

This div background color is #BCAFDE.


Border color

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

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

This div border color is #BCAFDE.


Opacity

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

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

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

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

This text has shadow with #BCAFDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCAFDE on black background.


Color preview on white background

This text has color #BCAFDE on white background.



Black color preview on #BCAFDE background

This text has black color on #BCAFDE background.


White color preview on #BCAFDE background

This text has white color on #BCAFDE background.