COLOR #BCCED3

HEX: #BCCED3
RGB: (188,206,211)

Color info

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

RGB color model

#BCCED3 color RGB value is (188,206,211).

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

RGB channels and saturation

R 188 of 255 = 74%
G 206 of 255 = 81%
B 211 of 255 = 83%

188
206
211

R + G + B ~ 79%. #BCCED3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 206 + 211 = 605 (100%)
R 188 of 605 ~ 31.07%
G 206 of 605 ~ 34.05%
B 211 of 605 ~ 34.88%

%31.07
%34.05
%34.88

CMYK color model

#BCCED3 color CMYK value is (11,2,0,17).

  • cyan value is 10.90%
  • magenta value is 2.37%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK: (11,2,0,17) C11M2Y0K17 (11%,2%,0%,17%) (0.11/0.02/0.00/0.17)

CMYK percentages

%10.9
%2.37
%0
%17.25

Codes

Color #BCCED3 in popluar color models

BCCED3
RGB188206211
HSL193°20.72%78.24%
HSB/HSV193°10.90%82.75%
CMYK10.90%2.37%0.00%
17.25%

Color #BCCED3 in popluar number systems.

HEXBCCED3
Decimal188206211
Binary101111001100111011010011
Octal274316323

Shades and tints

Shades of #BCCED3

#BCCED3
(188,206,211)
#ABBCC0
(171,188,192)
#9AAAAD
(154,170,173)
#89989A
(137,152,154)
#788687
(120,134,135)
#677474
(103,116,116)
#566261
(86,98,97)
#45504E
(69,80,78)
#343E3B
(52,62,59)
#232C28
(35,44,40)
#121A15
(18,26,21)
#000000
(0,0,0)

Tints of #BCCED3

#BCCED3
(188,206,211)
#C2D2D7
(194,210,215)
#C8D6DB
(200,214,219)
#CEDADF
(206,218,223)
#D4DEE3
(212,222,227)
#DAE2E7
(218,226,231)
#E0E6EB
(224,230,235)
#E6EAEF
(230,234,239)
#ECEEF3
(236,238,243)
#F2F2F7
(242,242,247)
#F8F6FB
(248,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCED3; }

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

This text font color is #BCCED3.


Background Color

.myBgColor { background-color: #BCCED3; }

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

This div background color is #BCCED3.


Border color

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

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

This div border color is #BCCED3.


Opacity

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

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

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

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

This text has shadow with #BCCED3 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BCCED3 on black background.


Color preview on white background

This text has color #BCCED3 on white background.



Black color preview on #BCCED3 background

This text has black color on #BCCED3 background.


White color preview on #BCCED3 background

This text has white color on #BCCED3 background.