COLOR #BCCFC3

HEX: #BCCFC3 RGB: (188,207,195)

Color info

#BCCFC3 contains red, green and blue colors in about the same proportion. Web safe color of #BCCFC3 is #CCCCCC (or #CCC).

RGB color model

#BCCFC3 color RGB value is (188,207,195).

RGB: (188,207,195) (74%, 81%, 76%)

RGB channels and saturation

R 188 of 255 = 74%
G 207 of 255 = 81%
B 195 of 255 = 76%

188
207
195

R + G + B ~ 77%. #BCCFC3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 207 + 195 = 590 (100%)
R 188 of 590 ~ 31.86%
G 207 of 590 ~ 35.08%
B 195 of 590 ~ 33.05'%

%31.86
%35.08
%33.05

CMYK color model

#BCCFC3 color CMYK value is (9,0,6,19).

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

CMYK: (9,0,6,19)
C9M0Y6K19 (9%, 0%, 6%, 19%)
(0.09 / 0.00 / 0.06 / 0.19)

CMYK percentages

%9.18
%0
%5.8
%18.82

Codes

Color #BCCFC3 in popluar color models

BC CF C3
RGB 188 207 195
HSL 142° 16.52% 77.45%
HSB/HSV 142° 9.18% 81.18%
CMYK 9.18% 0.00% 5.80%
18.82%

Color #BCCFC3 in popluar number systems.

HEX BC CF C3
Decimal 188 207 195
Binary 10111100 11001111 11000011
Octal 274 317 303

Shades and tints

Shades of #BCCFC3

#BCCFC3
(188,207,195)
#ABBDB2
(171,189,178)
#9AABA1
(154,171,161)
#899990
(137,153,144)
#78877F
(120,135,127)
#67756E
(103,117,110)
#56635D
(86,99,93)
#45514C
(69,81,76)
#343F3B
(52,63,59)
#232D2A
(35,45,42)
#121B19
(18,27,25)
#000000
(0,0,0)

Tints of #BCCFC3

#BCCFC3
(188,207,195)
#C2D3C8
(194,211,200)
#C8D7CD
(200,215,205)
#CEDBD2
(206,219,210)
#D4DFD7
(212,223,215)
#DAE3DC
(218,227,220)
#E0E7E1
(224,231,225)
#E6EBE6
(230,235,230)
#ECEFEB
(236,239,235)
#F2F3F0
(242,243,240)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCFC3; }

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

This text font color is #BCCFC3.

Background Color

.myBgColor { background-color: #BCCFC3; }

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

This div background color is #BCCFC3.

Border color

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

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

This div border color is #BCCFC3.

Opacity

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

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

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

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

This text has shadow with #BCCFC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCCFC3.

Preview

Color preview on black background

This text has color #BCCFC3 on black background.


Color preview on white background

This text has color #BCCFC3 on white background.


Black color preview on #BCCFC3 background

This text has black color on #BCCFC3 background.


White color preview on #BCCFC3 background

This text has white color on #BCCFC3 background.


Related colors

Complementary color

Complementary color for #hex is #43303C.


I love getcolorcode.com

Triadic colors

1 #C3BCCF and #CFC3BC with #BCCFC3 are triadic colors.

2 #C3CFBC and #CFBCC3 with #BCCFC3 are triadic colors.