COLOR #BCCEBF

HEX: #BCCEBF
RGB: (188,206,191)

Color info

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

RGB color model

#BCCEBF color RGB value is (188,206,191).

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

RGB channels and saturation

R 188 of 255 = 74%
G 206 of 255 = 81%
B 191 of 255 = 75%

188
206
191

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

Portions of RGB colors in percentages

R + G + B =
188 + 206 + 191 = 585 (100%)
R 188 of 585 ~ 32.14%
G 206 of 585 ~ 35.21%
B 191 of 585 ~ 32.65%

%32.14
%35.21
%32.65

CMYK color model

#BCCEBF color CMYK value is (9,0,7,19).

  • cyan value is 8.74%
  • magenta value is 0.00%
  • yellow value is 7.28%
  • key color value is 19.22%
CMYK:
(9,0,7,19)
C9M0Y7K19 
(9%,0%,7%,19%)
(0.09/0.00/0.07/0.19)	

CMYK percentages

%8.74
%0
%7.28
%19.22

Codes

Color #BCCEBF in popluar color models

BCCEBF
RGB188206191
HSL130°15.52%77.25%
HSB/HSV130°8.74%80.78%
CMYK8.74%0.00%7.28%
19.22%

Color #BCCEBF in popluar number systems.

HEXBCCEBF
Decimal188206191
Binary101111001100111010111111
Octal274316277

Shades and tints

Shades of #BCCEBF

#BCCEBF
(188,206,191)
#ABBCAE
(171,188,174)
#9AAA9D
(154,170,157)
#89988C
(137,152,140)
#78867B
(120,134,123)
#67746A
(103,116,106)
#566259
(86,98,89)
#455048
(69,80,72)
#343E37
(52,62,55)
#232C26
(35,44,38)
#121A15
(18,26,21)
#000000
(0,0,0)

Tints of #BCCEBF

#BCCEBF
(188,206,191)
#C2D2C4
(194,210,196)
#C8D6C9
(200,214,201)
#CEDACE
(206,218,206)
#D4DED3
(212,222,211)
#DAE2D8
(218,226,216)
#E0E6DD
(224,230,221)
#E6EAE2
(230,234,226)
#ECEEE7
(236,238,231)
#F2F2EC
(242,242,236)
#F8F6F1
(248,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCEBF; }

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

This text font color is #BCCEBF.


Background Color

.myBgColor { background-color: #BCCEBF; }

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

This div background color is #BCCEBF.


Border color

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

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

This div border color is #BCCEBF.


Opacity

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

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

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

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

This text has shadow with #BCCEBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCEBF on black background.


Color preview on white background

This text has color #BCCEBF on white background.



Black color preview on #BCCEBF background

This text has black color on #BCCEBF background.


White color preview on #BCCEBF background

This text has white color on #BCCEBF background.