COLOR #BCBDCC

HEX: #BCBDCC RGB: (188,189,204)

Color info

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

RGB color model

#BCBDCC color RGB value is (188,189,204).

RGB: (188,189,204) (74%, 74%, 80%)

RGB channels and saturation

R 188 of 255 = 74%
G 189 of 255 = 74%
B 204 of 255 = 80%

188
189
204

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

Portions of RGB colors in percentages

R + G + B = 188 + 189 + 204 = 581 (100%)
R 188 of 581 ~ 32.36%
G 189 of 581 ~ 32.53%
B 204 of 581 ~ 35.11'%

%32.36
%32.53
%35.11

CMYK color model

#BCBDCC color CMYK value is (8,7,0,20).

  • cyan value is 7.84%
  • magenta value is 7.35%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (8,7,0,20)
C8M7Y0K20 (8%, 7%, 0%, 20%)
(0.08 / 0.07 / 0.00 / 0.20)

CMYK percentages

%7.84
%7.35
%0
%20

Codes

Color #BCBDCC in popluar color models

BC BD CC
RGB 188 189 204
HSL 236° 13.56% 76.86%
HSB/HSV 236° 7.84% 80.00%
CMYK 7.84% 7.35% 0.00%
20.00%

Color #BCBDCC in popluar number systems.

HEX BC BD CC
Decimal 188 189 204
Binary 10111100 10111101 11001100
Octal 274 275 314

Shades and tints

Shades of #BCBDCC

#BCBDCC
(188,189,204)
#ABACBA
(171,172,186)
#9A9BA8
(154,155,168)
#898A96
(137,138,150)
#787984
(120,121,132)
#676872
(103,104,114)
#565760
(86,87,96)
#45464E
(69,70,78)
#34353C
(52,53,60)
#23242A
(35,36,42)
#121318
(18,19,24)
#000000
(0,0,0)

Tints of #BCBDCC

#BCBDCC
(188,189,204)
#C2C3D0
(194,195,208)
#C8C9D4
(200,201,212)
#CECFD8
(206,207,216)
#D4D5DC
(212,213,220)
#DADBE0
(218,219,224)
#E0E1E4
(224,225,228)
#E6E7E8
(230,231,232)
#ECEDEC
(236,237,236)
#F2F3F0
(242,243,240)
#F8F9F4
(248,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBDCC; }

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

This text font color is #BCBDCC.

Background Color

.myBgColor { background-color: #BCBDCC; }

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

This div background color is #BCBDCC.

Border color

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

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

This div border color is #BCBDCC.

Opacity

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

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

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

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

This text has shadow with #BCBDCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBDCC.

Preview

Color preview on black background

This text has color #BCBDCC on black background.


Color preview on white background

This text has color #BCBDCC on white background.


Black color preview on #BCBDCC background

This text has black color on #BCBDCC background.


White color preview on #BCBDCC background

This text has white color on #BCBDCC background.


Related colors

Complementary color

Complementary color for #hex is #434233.


I love getcolorcode.com

Triadic colors

1 #CCBCBD and #BDCCBC with #BCBDCC are triadic colors.

2 #CCBDBC and #BDBCCC with #BCBDCC are triadic colors.