COLOR #BCCFB6

HEX: #BCCFB6
RGB: (188,207,182)

Color info

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

RGB color model

#BCCFB6 color RGB value is (188,207,182).

  • red value is 188;
  • green value is 207;
  • blue value is 182.
RGB:
(188,207,182)
(74%,81%,71%)

RGB channels and saturation

R 188 of 255 = 74%
G 207 of 255 = 81%
B 182 of 255 = 71%

188
207
182

R + G + B ~ 75%. #BCCFB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 207 + 182 = 577 (100%)
R 188 of 577 ~ 32.58%
G 207 of 577 ~ 35.88%
B 182 of 577 ~ 31.54%

%32.58
%35.88
%31.54

CMYK color model

#BCCFB6 color CMYK value is (9,0,12,19).

  • cyan value is 9.18%
  • magenta value is 0.00%
  • yellow value is 12.08%
  • key color value is 18.82%
CMYK:
(9,0,12,19)
C9M0Y12K19 
(9%,0%,12%,19%)
(0.09/0.00/0.12/0.19)	

CMYK percentages

%9.18
%0
%12.08
%18.82

Codes

Color #BCCFB6 in popluar color models

BCCFB6
RGB188207182
HSL106°20.66%76.27%
HSB/HSV106°12.08%81.18%
CMYK9.18%0.00%12.08%
18.82%

Color #BCCFB6 in popluar number systems.

HEXBCCFB6
Decimal188207182
Binary101111001100111110110110
Octal274317266

Shades and tints

Shades of #BCCFB6

#BCCFB6
(188,207,182)
#ABBDA6
(171,189,166)
#9AAB96
(154,171,150)
#899986
(137,153,134)
#788776
(120,135,118)
#677566
(103,117,102)
#566356
(86,99,86)
#455146
(69,81,70)
#343F36
(52,63,54)
#232D26
(35,45,38)
#121B16
(18,27,22)
#000000
(0,0,0)

Tints of #BCCFB6

#BCCFB6
(188,207,182)
#C2D3BC
(194,211,188)
#C8D7C2
(200,215,194)
#CEDBC8
(206,219,200)
#D4DFCE
(212,223,206)
#DAE3D4
(218,227,212)
#E0E7DA
(224,231,218)
#E6EBE0
(230,235,224)
#ECEFE6
(236,239,230)
#F2F3EC
(242,243,236)
#F8F7F2
(248,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCFB6; }

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

This text font color is #BCCFB6.


Background Color

.myBgColor { background-color: #BCCFB6; }

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

This div background color is #BCCFB6.


Border color

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

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

This div border color is #BCCFB6.


Opacity

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

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

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

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

This text has shadow with #BCCFB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCFB6 on black background.


Color preview on white background

This text has color #BCCFB6 on white background.



Black color preview on #BCCFB6 background

This text has black color on #BCCFB6 background.


White color preview on #BCCFB6 background

This text has white color on #BCCFB6 background.