COLOR #BCCEC9

HEX: #BCCEC9
RGB: (188,206,201)

Color info

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

RGB color model

#BCCEC9 color RGB value is (188,206,201).

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

RGB channels and saturation

R 188 of 255 = 74%
G 206 of 255 = 81%
B 201 of 255 = 79%

188
206
201

R + G + B ~ 78%. #BCCEC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 206 + 201 = 595 (100%)
R 188 of 595 ~ 31.6%
G 206 of 595 ~ 34.62%
B 201 of 595 ~ 33.78%

%31.6
%34.62
%33.78

CMYK color model

#BCCEC9 color CMYK value is (9,0,2,19).

  • cyan value is 8.74%
  • magenta value is 0.00%
  • yellow value is 2.43%
  • key color value is 19.22%
CMYK:
(9,0,2,19)
C9M0Y2K19 
(9%,0%,2%,19%)
(0.09/0.00/0.02/0.19)	

CMYK percentages

%8.74
%0
%2.43
%19.22

Codes

Color #BCCEC9 in popluar color models

BCCEC9
RGB188206201
HSL163°15.52%77.25%
HSB/HSV163°8.74%80.78%
CMYK8.74%0.00%2.43%
19.22%

Color #BCCEC9 in popluar number systems.

HEXBCCEC9
Decimal188206201
Binary101111001100111011001001
Octal274316311

Shades and tints

Shades of #BCCEC9

#BCCEC9
(188,206,201)
#ABBCB7
(171,188,183)
#9AAAA5
(154,170,165)
#899893
(137,152,147)
#788681
(120,134,129)
#67746F
(103,116,111)
#56625D
(86,98,93)
#45504B
(69,80,75)
#343E39
(52,62,57)
#232C27
(35,44,39)
#121A15
(18,26,21)
#000000
(0,0,0)

Tints of #BCCEC9

#BCCEC9
(188,206,201)
#C2D2CD
(194,210,205)
#C8D6D1
(200,214,209)
#CEDAD5
(206,218,213)
#D4DED9
(212,222,217)
#DAE2DD
(218,226,221)
#E0E6E1
(224,230,225)
#E6EAE5
(230,234,229)
#ECEEE9
(236,238,233)
#F2F2ED
(242,242,237)
#F8F6F1
(248,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCEC9; }

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

This text font color is #BCCEC9.


Background Color

.myBgColor { background-color: #BCCEC9; }

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

This div background color is #BCCEC9.


Border color

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

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

This div border color is #BCCEC9.


Opacity

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

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

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

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

This text has shadow with #BCCEC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCEC9 on black background.


Color preview on white background

This text has color #BCCEC9 on white background.



Black color preview on #BCCEC9 background

This text has black color on #BCCEC9 background.


White color preview on #BCCEC9 background

This text has white color on #BCCEC9 background.