COLOR #BCCFC2

HEX: #BCCFC2
RGB: (188,207,194)

Color info

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

RGB color model

#BCCFC2 color RGB value is (188,207,194).

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

RGB channels and saturation

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

188
207
194

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

Portions of RGB colors in percentages

R + G + B =
188 + 207 + 194 = 589 (100%)
R 188 of 589 ~ 31.92%
G 207 of 589 ~ 35.14%
B 194 of 589 ~ 32.94%

%31.92
%35.14
%32.94

CMYK color model

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

  • cyan value is 9.18%
  • magenta value is 0.00%
  • yellow value is 6.28%
  • 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
%6.28
%18.82

Codes

Color #BCCFC2 in popluar color models

BCCFC2
RGB188207194
HSL139°16.52%77.45%
HSB/HSV139°9.18%81.18%
CMYK9.18%0.00%6.28%
18.82%

Color #BCCFC2 in popluar number systems.

HEXBCCFC2
Decimal188207194
Binary101111001100111111000010
Octal274317302

Shades and tints

Shades of #BCCFC2

#BCCFC2
(188,207,194)
#ABBDB1
(171,189,177)
#9AABA0
(154,171,160)
#89998F
(137,153,143)
#78877E
(120,135,126)
#67756D
(103,117,109)
#56635C
(86,99,92)
#45514B
(69,81,75)
#343F3A
(52,63,58)
#232D29
(35,45,41)
#121B18
(18,27,24)
#000000
(0,0,0)

Tints of #BCCFC2

#BCCFC2
(188,207,194)
#C2D3C7
(194,211,199)
#C8D7CC
(200,215,204)
#CEDBD1
(206,219,209)
#D4DFD6
(212,223,214)
#DAE3DB
(218,227,219)
#E0E7E0
(224,231,224)
#E6EBE5
(230,235,229)
#ECEFEA
(236,239,234)
#F2F3EF
(242,243,239)
#F8F7F4
(248,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCFC2; }

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

This text font color is #BCCFC2.


Background Color

.myBgColor { background-color: #BCCFC2; }

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

This div background color is #BCCFC2.


Border color

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

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

This div border color is #BCCFC2.


Opacity

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

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

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

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

This text has shadow with #BCCFC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCFC2 on black background.


Color preview on white background

This text has color #BCCFC2 on white background.



Black color preview on #BCCFC2 background

This text has black color on #BCCFC2 background.


White color preview on #BCCFC2 background

This text has white color on #BCCFC2 background.