COLOR #BCAFD6

HEX: #BCAFD6 RGB: (188,175,214)

Color info

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

RGB color model

#BCAFD6 color RGB value is (188,175,214).

RGB: (188,175,214) (74%, 69%, 84%)

RGB channels and saturation

R 188 of 255 = 74%
G 175 of 255 = 69%
B 214 of 255 = 84%

188
175
214

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

Portions of RGB colors in percentages

R + G + B = 188 + 175 + 214 = 577 (100%)
R 188 of 577 ~ 32.58%
G 175 of 577 ~ 30.33%
B 214 of 577 ~ 37.09'%

%32.58
%30.33
%37.09

CMYK color model

#BCAFD6 color CMYK value is (12,18,0,16).

  • cyan value is 12.15%
  • magenta value is 18.22%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (12,18,0,16)
C12M18Y0K16 (12%, 18%, 0%, 16%)
(0.12 / 0.18 / 0.00 / 0.16)

CMYK percentages

%12.15
%18.22
%0
%16.08

Codes

Color #BCAFD6 in popluar color models

BC AF D6
RGB 188 175 214
HSL 260° 32.23% 76.27%
HSB/HSV 260° 18.22% 83.92%
CMYK 12.15% 18.22% 0.00%
16.08%

Color #BCAFD6 in popluar number systems.

HEX BC AF D6
Decimal 188 175 214
Binary 10111100 10101111 11010110
Octal 274 257 326

Shades and tints

Shades of #BCAFD6

#BCAFD6
(188,175,214)
#ABA0C3
(171,160,195)
#9A91B0
(154,145,176)
#89829D
(137,130,157)
#78738A
(120,115,138)
#676477
(103,100,119)
#565564
(86,85,100)
#454651
(69,70,81)
#34373E
(52,55,62)
#23282B
(35,40,43)
#121918
(18,25,24)
#000000
(0,0,0)

Tints of #BCAFD6

#BCAFD6
(188,175,214)
#C2B6D9
(194,182,217)
#C8BDDC
(200,189,220)
#CEC4DF
(206,196,223)
#D4CBE2
(212,203,226)
#DAD2E5
(218,210,229)
#E0D9E8
(224,217,232)
#E6E0EB
(230,224,235)
#ECE7EE
(236,231,238)
#F2EEF1
(242,238,241)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAFD6; }

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

This text font color is #BCAFD6.

Background Color

.myBgColor { background-color: #BCAFD6; }

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

This div background color is #BCAFD6.

Border color

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

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

This div border color is #BCAFD6.

Opacity

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

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

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

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

This text has shadow with #BCAFD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCAFD6.

Preview

Color preview on black background

This text has color #BCAFD6 on black background.


Color preview on white background

This text has color #BCAFD6 on white background.


Black color preview on #BCAFD6 background

This text has black color on #BCAFD6 background.


White color preview on #BCAFD6 background

This text has white color on #BCAFD6 background.


Related colors

Complementary color

Complementary color for #hex is #435029.


I love getcolorcode.com

Triadic colors

1 #D6BCAF and #AFD6BC with #BCAFD6 are triadic colors.

2 #D6AFBC and #AFBCD6 with #BCAFD6 are triadic colors.