COLOR #BCCCBF

HEX: #BCCCBF
RGB: (188,204,191)

Color info

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

RGB color model

#BCCCBF color RGB value is (188,204,191).

  • red value is 188;
  • green value is 204;
  • blue value is 191.
RGB:
(188,204,191)
(74%,80%,75%)

RGB channels and saturation

R 188 of 255 = 74%
G 204 of 255 = 80%
B 191 of 255 = 75%

188
204
191

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

Portions of RGB colors in percentages

R + G + B =
188 + 204 + 191 = 583 (100%)
R 188 of 583 ~ 32.25%
G 204 of 583 ~ 34.99%
B 191 of 583 ~ 32.76%

%32.25
%34.99
%32.76

CMYK color model

#BCCCBF color CMYK value is (8,0,6,20).

  • cyan value is 7.84%
  • magenta value is 0.00%
  • yellow value is 6.37%
  • key color value is 20.00%
CMYK:
(8,0,6,20)
C8M0Y6K20 
(8%,0%,6%,20%)
(0.08/0.00/0.06/0.20)	

CMYK percentages

%7.84
%0
%6.37
%20

Codes

Color #BCCCBF in popluar color models

BCCCBF
RGB188204191
HSL131°13.56%76.86%
HSB/HSV131°7.84%80.00%
CMYK7.84%0.00%6.37%
20.00%

Color #BCCCBF in popluar number systems.

HEXBCCCBF
Decimal188204191
Binary101111001100110010111111
Octal274314277

Shades and tints

Shades of #BCCCBF

#BCCCBF
(188,204,191)
#ABBAAE
(171,186,174)
#9AA89D
(154,168,157)
#89968C
(137,150,140)
#78847B
(120,132,123)
#67726A
(103,114,106)
#566059
(86,96,89)
#454E48
(69,78,72)
#343C37
(52,60,55)
#232A26
(35,42,38)
#121815
(18,24,21)
#000000
(0,0,0)

Tints of #BCCCBF

#BCCCBF
(188,204,191)
#C2D0C4
(194,208,196)
#C8D4C9
(200,212,201)
#CED8CE
(206,216,206)
#D4DCD3
(212,220,211)
#DAE0D8
(218,224,216)
#E0E4DD
(224,228,221)
#E6E8E2
(230,232,226)
#ECECE7
(236,236,231)
#F2F0EC
(242,240,236)
#F8F4F1
(248,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCCCBF color. Also use rgb(188,204,191) instead hex code.

Text Font Color

.myTextColor { color: #BCCCBF; }

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

This text font color is #BCCCBF.


Background Color

.myBgColor { background-color: #BCCCBF; }

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

This div background color is #BCCCBF.


Border color

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

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

This div border color is #BCCCBF.


Opacity

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

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

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

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

This text has shadow with #BCCCBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCCBF on black background.


Color preview on white background

This text has color #BCCCBF on white background.



Black color preview on #BCCCBF background

This text has black color on #BCCCBF background.


White color preview on #BCCCBF background

This text has white color on #BCCCBF background.