COLOR #BCAFCB

HEX: #BCAFCB RGB: (188,175,203)

Color info

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

RGB color model

#BCAFCB color RGB value is (188,175,203).

RGB: (188,175,203) (74%, 69%, 80%)

RGB channels and saturation

R 188 of 255 = 74%
G 175 of 255 = 69%
B 203 of 255 = 80%

188
175
203

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

Portions of RGB colors in percentages

R + G + B = 188 + 175 + 203 = 566 (100%)
R 188 of 566 ~ 33.22%
G 175 of 566 ~ 30.92%
B 203 of 566 ~ 35.87'%

%33.22
%30.92
%35.87

CMYK color model

#BCAFCB color CMYK value is (7,14,0,20).

  • cyan value is 7.39%
  • magenta value is 13.79%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK: (7,14,0,20) C7M14Y0K20 (7%,14%,0%,20%) (0.07/0.14/0.00/0.20) 

CMYK percentages

%7.39
%13.79
%0
%20.39

Codes

Color #BCAFCB in popluar color models

BC AF CB
RGB 188 175 203
HSL 268° 21.21% 74.12%
HSB/HSV 268° 13.79% 79.61%
CMYK 7.39% 13.79% 0.00%
20.39%

Color #BCAFCB in popluar number systems.

HEX BC AF CB
Decimal 188 175 203
Binary 10111100 10101111 11001011
Octal 274 257 313

Shades and tints

Shades of #BCAFCB

#BCAFCB
(188,175,203)
#ABA0B9
(171,160,185)
#9A91A7
(154,145,167)
#898295
(137,130,149)
#787383
(120,115,131)
#676471
(103,100,113)
#56555F
(86,85,95)
#45464D
(69,70,77)
#34373B
(52,55,59)
#232829
(35,40,41)
#121917
(18,25,23)
#000000
(0,0,0)

Tints of #BCAFCB

#BCAFCB
(188,175,203)
#C2B6CF
(194,182,207)
#C8BDD3
(200,189,211)
#CEC4D7
(206,196,215)
#D4CBDB
(212,203,219)
#DAD2DF
(218,210,223)
#E0D9E3
(224,217,227)
#E6E0E7
(230,224,231)
#ECE7EB
(236,231,235)
#F2EEEF
(242,238,239)
#F8F5F3
(248,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAFCB; }

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

This text font color is #BCAFCB.

Background Color

.myBgColor { background-color: #BCAFCB; }

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

This div background color is #BCAFCB.

Border color

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

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

This div border color is #BCAFCB.

Opacity

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

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

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

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

This text has shadow with #BCAFCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCAFCB.

Preview

Color preview on black background

This text has color #BCAFCB on black background.


Color preview on white background

This text has color #BCAFCB on white background.


Black color preview on #BCAFCB background

This text has black color on #BCAFCB background.


White color preview on #BCAFCB background

This text has white color on #BCAFCB background.


Related colors

Complementary color

Complementary color for #hex is #435034.


I love getcolorcode.com

Triadic colors

1 #CBBCAF and #AFCBBC with #BCAFCB are triadic colors.

2 #CBAFBC and #AFBCCB with #BCAFCB are triadic colors.