COLOR #BCCFA3

HEX: #BCCFA3 RGB: (188,207,163)

Color info

#BCCFA3 contains red, green and blue colors in about the same proportion. Web safe color of #BCCFA3 is #CCCC99 (or #CC9).

RGB color model

#BCCFA3 color RGB value is (188,207,163).

RGB: (188,207,163) (74%, 81%, 64%)

RGB channels and saturation

R 188 of 255 = 74%
G 207 of 255 = 81%
B 163 of 255 = 64%

188
207
163

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

Portions of RGB colors in percentages

R + G + B = 188 + 207 + 163 = 558 (100%)
R 188 of 558 ~ 33.69%
G 207 of 558 ~ 37.1%
B 163 of 558 ~ 29.21'%

%33.69
%37.1
%29.21

CMYK color model

#BCCFA3 color CMYK value is (9,0,21,19).

  • cyan value is 9.18%
  • magenta value is 0.00%
  • yellow value is 21.26%
  • key color value is 18.82%

CMYK: (9,0,21,19)
C9M0Y21K19 (9%, 0%, 21%, 19%)
(0.09 / 0.00 / 0.21 / 0.19)

CMYK percentages

%9.18
%0
%21.26
%18.82

Codes

Color #BCCFA3 in popluar color models

BC CF A3
RGB 188 207 163
HSL 86° 31.43% 72.55%
HSB/HSV 86° 21.26% 81.18%
CMYK 9.18% 0.00% 21.26%
18.82%

Color #BCCFA3 in popluar number systems.

HEX BC CF A3
Decimal 188 207 163
Binary 10111100 11001111 10100011
Octal 274 317 243

Shades and tints

Shades of #BCCFA3

#BCCFA3
(188,207,163)
#ABBD95
(171,189,149)
#9AAB87
(154,171,135)
#899979
(137,153,121)
#78876B
(120,135,107)
#67755D
(103,117,93)
#56634F
(86,99,79)
#455141
(69,81,65)
#343F33
(52,63,51)
#232D25
(35,45,37)
#121B17
(18,27,23)
#000000
(0,0,0)

Tints of #BCCFA3

#BCCFA3
(188,207,163)
#C2D3AB
(194,211,171)
#C8D7B3
(200,215,179)
#CEDBBB
(206,219,187)
#D4DFC3
(212,223,195)
#DAE3CB
(218,227,203)
#E0E7D3
(224,231,211)
#E6EBDB
(230,235,219)
#ECEFE3
(236,239,227)
#F2F3EB
(242,243,235)
#F8F7F3
(248,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCCFA3 color. Also use rgb(188,207,163) instead hex code.

Text Font Color

.myTextColor { color: #BCCFA3; }

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

This text font color is #BCCFA3.

Background Color

.myBgColor { background-color: #BCCFA3; }

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

This div background color is #BCCFA3.

Border color

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

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

This div border color is #BCCFA3.

Opacity

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

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

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

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

This text has shadow with #BCCFA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCCFA3.

Preview

Color preview on black background

This text has color #BCCFA3 on black background.


Color preview on white background

This text has color #BCCFA3 on white background.


Black color preview on #BCCFA3 background

This text has black color on #BCCFA3 background.


White color preview on #BCCFA3 background

This text has white color on #BCCFA3 background.


Related colors

Complementary color

Complementary color for #hex is #43305C.


I love getcolorcode.com

Triadic colors

1 #A3BCCF and #CFA3BC with #BCCFA3 are triadic colors.

2 #A3CFBC and #CFBCA3 with #BCCFA3 are triadic colors.