COLOR #BCC8BE

HEX: #BCC8BE RGB: (188,200,190)

Color info

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

RGB color model

#BCC8BE color RGB value is (188,200,190).

RGB: (188,200,190) (74%, 78%, 75%)

RGB channels and saturation

R 188 of 255 = 74%
G 200 of 255 = 78%
B 190 of 255 = 75%

188
200
190

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

Portions of RGB colors in percentages

R + G + B = 188 + 200 + 190 = 578 (100%)
R 188 of 578 ~ 32.53%
G 200 of 578 ~ 34.6%
B 190 of 578 ~ 32.87'%

%32.53
%34.6
%32.87

CMYK color model

#BCC8BE color CMYK value is (6,0,5,22).

  • cyan value is 6.00%
  • magenta value is 0.00%
  • yellow value is 5.00%
  • key color value is 21.57%

CMYK: (6,0,5,22)
C6M0Y5K22 (6%, 0%, 5%, 22%)
(0.06 / 0.00 / 0.05 / 0.22)

CMYK percentages

%6
%0
%5
%21.57

Codes

Color #BCC8BE in popluar color models

BC C8 BE
RGB 188 200 190
HSL 130° 9.84% 76.08%
HSB/HSV 130° 6.00% 78.43%
CMYK 6.00% 0.00% 5.00%
21.57%

Color #BCC8BE in popluar number systems.

HEX BC C8 BE
Decimal 188 200 190
Binary 10111100 11001000 10111110
Octal 274 310 276

Shades and tints

Shades of #BCC8BE

#BCC8BE
(188,200,190)
#ABB6AD
(171,182,173)
#9AA49C
(154,164,156)
#89928B
(137,146,139)
#78807A
(120,128,122)
#676E69
(103,110,105)
#565C58
(86,92,88)
#454A47
(69,74,71)
#343836
(52,56,54)
#232625
(35,38,37)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #BCC8BE

#BCC8BE
(188,200,190)
#C2CDC3
(194,205,195)
#C8D2C8
(200,210,200)
#CED7CD
(206,215,205)
#D4DCD2
(212,220,210)
#DAE1D7
(218,225,215)
#E0E6DC
(224,230,220)
#E6EBE1
(230,235,225)
#ECF0E6
(236,240,230)
#F2F5EB
(242,245,235)
#F8FAF0
(248,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC8BE color. Also use rgb(188,200,190) instead hex code.

Text Font Color

.myTextColor { color: #BCC8BE; }

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

This text font color is #BCC8BE.

Background Color

.myBgColor { background-color: #BCC8BE; }

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

This div background color is #BCC8BE.

Border color

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

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

This div border color is #BCC8BE.

Opacity

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

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

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

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

This text has shadow with #BCC8BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC8BE.

Preview

Color preview on black background

This text has color #BCC8BE on black background.


Color preview on white background

This text has color #BCC8BE on white background.


Black color preview on #BCC8BE background

This text has black color on #BCC8BE background.


White color preview on #BCC8BE background

This text has white color on #BCC8BE background.


Related colors

Complementary color

Complementary color for #hex is #433741.


I love getcolorcode.com

Triadic colors

1 #BEBCC8 and #C8BEBC with #BCC8BE are triadic colors.

2 #BEC8BC and #C8BCBE with #BCC8BE are triadic colors.