COLOR #BCAFCA

HEX: #BCAFCA RGB: (188,175,202)

Color info

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

RGB color model

#BCAFCA color RGB value is (188,175,202).

RGB: (188,175,202) (74%, 69%, 79%)

RGB channels and saturation

R 188 of 255 = 74%
G 175 of 255 = 69%
B 202 of 255 = 79%

188
175
202

R + G + B ~ 74%. #BCAFCA is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 175 + 202 = 565 (100%)
R 188 of 565 ~ 33.27%
G 175 of 565 ~ 30.97%
B 202 of 565 ~ 35.75'%

%33.27
%30.97
%35.75

CMYK color model

#BCAFCA color CMYK value is (7,13,0,21).

  • cyan value is 6.93%
  • magenta value is 13.37%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (7,13,0,21)
C7M13Y0K21 (7%, 13%, 0%, 21%)
(0.07 / 0.13 / 0.00 / 0.21)

CMYK percentages

%6.93
%13.37
%0
%20.78

Codes

Color #BCAFCA in popluar color models

BC AF CA
RGB 188 175 202
HSL 269° 20.30% 73.92%
HSB/HSV 269° 13.37% 79.22%
CMYK 6.93% 13.37% 0.00%
20.78%

Color #BCAFCA in popluar number systems.

HEX BC AF CA
Decimal 188 175 202
Binary 10111100 10101111 11001010
Octal 274 257 312

Shades and tints

Shades of #BCAFCA

#BCAFCA
(188,175,202)
#ABA0B8
(171,160,184)
#9A91A6
(154,145,166)
#898294
(137,130,148)
#787382
(120,115,130)
#676470
(103,100,112)
#56555E
(86,85,94)
#45464C
(69,70,76)
#34373A
(52,55,58)
#232828
(35,40,40)
#121916
(18,25,22)
#000000
(0,0,0)

Tints of #BCAFCA

#BCAFCA
(188,175,202)
#C2B6CE
(194,182,206)
#C8BDD2
(200,189,210)
#CEC4D6
(206,196,214)
#D4CBDA
(212,203,218)
#DAD2DE
(218,210,222)
#E0D9E2
(224,217,226)
#E6E0E6
(230,224,230)
#ECE7EA
(236,231,234)
#F2EEEE
(242,238,238)
#F8F5F2
(248,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAFCA; }

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

This text font color is #BCAFCA.

Background Color

.myBgColor { background-color: #BCAFCA; }

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

This div background color is #BCAFCA.

Border color

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

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

This div border color is #BCAFCA.

Opacity

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

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

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

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

This text has shadow with #BCAFCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCAFCA.

Preview

Color preview on black background

This text has color #BCAFCA on black background.


Color preview on white background

This text has color #BCAFCA on white background.


Black color preview on #BCAFCA background

This text has black color on #BCAFCA background.


White color preview on #BCAFCA background

This text has white color on #BCAFCA background.


Related colors

Complementary color

Complementary color for #hex is #435035.


I love getcolorcode.com

Triadic colors

1 #CABCAF and #AFCABC with #BCAFCA are triadic colors.

2 #CAAFBC and #AFBCCA with #BCAFCA are triadic colors.