COLOR #BCAFC3

HEX: #BCAFC3 RGB: (188,175,195)

Color info

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

RGB color model

#BCAFC3 color RGB value is (188,175,195).

RGB: (188,175,195) (74%, 69%, 76%)

RGB channels and saturation

R 188 of 255 = 74%
G 175 of 255 = 69%
B 195 of 255 = 76%

188
175
195

R + G + B ~ 73%. #BCAFC3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 175 + 195 = 558 (100%)
R 188 of 558 ~ 33.69%
G 175 of 558 ~ 31.36%
B 195 of 558 ~ 34.95'%

%33.69
%31.36
%34.95

CMYK color model

#BCAFC3 color CMYK value is (4,10,0,24).

  • cyan value is 3.59%
  • magenta value is 10.26%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (4,10,0,24)
C4M10Y0K24 (4%, 10%, 0%, 24%)
(0.04 / 0.10 / 0.00 / 0.24)

CMYK percentages

%3.59
%10.26
%0
%23.53

Codes

Color #BCAFC3 in popluar color models

BC AF C3
RGB 188 175 195
HSL 279° 14.29% 72.55%
HSB/HSV 279° 10.26% 76.47%
CMYK 3.59% 10.26% 0.00%
23.53%

Color #BCAFC3 in popluar number systems.

HEX BC AF C3
Decimal 188 175 195
Binary 10111100 10101111 11000011
Octal 274 257 303

Shades and tints

Shades of #BCAFC3

#BCAFC3
(188,175,195)
#ABA0B2
(171,160,178)
#9A91A1
(154,145,161)
#898290
(137,130,144)
#78737F
(120,115,127)
#67646E
(103,100,110)
#56555D
(86,85,93)
#45464C
(69,70,76)
#34373B
(52,55,59)
#23282A
(35,40,42)
#121919
(18,25,25)
#000000
(0,0,0)

Tints of #BCAFC3

#BCAFC3
(188,175,195)
#C2B6C8
(194,182,200)
#C8BDCD
(200,189,205)
#CEC4D2
(206,196,210)
#D4CBD7
(212,203,215)
#DAD2DC
(218,210,220)
#E0D9E1
(224,217,225)
#E6E0E6
(230,224,230)
#ECE7EB
(236,231,235)
#F2EEF0
(242,238,240)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAFC3; }

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

This text font color is #BCAFC3.

Background Color

.myBgColor { background-color: #BCAFC3; }

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

This div background color is #BCAFC3.

Border color

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

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

This div border color is #BCAFC3.

Opacity

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

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

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

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

This text has shadow with #BCAFC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCAFC3.

Preview

Color preview on black background

This text has color #BCAFC3 on black background.


Color preview on white background

This text has color #BCAFC3 on white background.


Black color preview on #BCAFC3 background

This text has black color on #BCAFC3 background.


White color preview on #BCAFC3 background

This text has white color on #BCAFC3 background.


Related colors

Complementary color

Complementary color for #hex is #43503C.


I love getcolorcode.com

Triadic colors

1 #C3BCAF and #AFC3BC with #BCAFC3 are triadic colors.

2 #C3AFBC and #AFBCC3 with #BCAFC3 are triadic colors.