COLOR #BCCFBB

HEX: #BCCFBB
RGB: (188,207,187)

Color info

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

RGB color model

#BCCFBB color RGB value is (188,207,187).

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

RGB channels and saturation

R 188 of 255 = 74%
G 207 of 255 = 81%
B 187 of 255 = 73%

188
207
187

R + G + B ~ 76%. #BCCFBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 207 + 187 = 582 (100%)
R 188 of 582 ~ 32.3%
G 207 of 582 ~ 35.57%
B 187 of 582 ~ 32.13%

%32.3
%35.57
%32.13

CMYK color model

#BCCFBB color CMYK value is (9,0,10,19).

  • cyan value is 9.18%
  • magenta value is 0.00%
  • yellow value is 9.66%
  • key color value is 18.82%
CMYK:
(9,0,10,19)
C9M0Y10K19 
(9%,0%,10%,19%)
(0.09/0.00/0.10/0.19)	

CMYK percentages

%9.18
%0
%9.66
%18.82

Codes

Color #BCCFBB in popluar color models

BCCFBB
RGB188207187
HSL117°17.24%77.25%
HSB/HSV117°9.66%81.18%
CMYK9.18%0.00%9.66%
18.82%

Color #BCCFBB in popluar number systems.

HEXBCCFBB
Decimal188207187
Binary101111001100111110111011
Octal274317273

Shades and tints

Shades of #BCCFBB

#BCCFBB
(188,207,187)
#ABBDAA
(171,189,170)
#9AAB99
(154,171,153)
#899988
(137,153,136)
#788777
(120,135,119)
#677566
(103,117,102)
#566355
(86,99,85)
#455144
(69,81,68)
#343F33
(52,63,51)
#232D22
(35,45,34)
#121B11
(18,27,17)
#000000
(0,0,0)

Tints of #BCCFBB

#BCCFBB
(188,207,187)
#C2D3C1
(194,211,193)
#C8D7C7
(200,215,199)
#CEDBCD
(206,219,205)
#D4DFD3
(212,223,211)
#DAE3D9
(218,227,217)
#E0E7DF
(224,231,223)
#E6EBE5
(230,235,229)
#ECEFEB
(236,239,235)
#F2F3F1
(242,243,241)
#F8F7F7
(248,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCFBB; }

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

This text font color is #BCCFBB.


Background Color

.myBgColor { background-color: #BCCFBB; }

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

This div background color is #BCCFBB.


Border color

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

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

This div border color is #BCCFBB.


Opacity

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

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

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

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

This text has shadow with #BCCFBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCFBB on black background.


Color preview on white background

This text has color #BCCFBB on white background.



Black color preview on #BCCFBB background

This text has black color on #BCCFBB background.


White color preview on #BCCFBB background

This text has white color on #BCCFBB background.