COLOR #BCBBC3

HEX: #BCBBC3 RGB: (188,187,195)

Color info

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

RGB color model

#BCBBC3 color RGB value is (188,187,195).

RGB: (188,187,195) (74%, 73%, 76%)

RGB channels and saturation

R 188 of 255 = 74%
G 187 of 255 = 73%
B 195 of 255 = 76%

188
187
195

R + G + B ~ 74%. #BCBBC3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 187 + 195 = 570 (100%)
R 188 of 570 ~ 32.98%
G 187 of 570 ~ 32.81%
B 195 of 570 ~ 34.21'%

%32.98
%32.81
%34.21

CMYK color model

#BCBBC3 color CMYK value is (4,4,0,24).

  • cyan value is 3.59%
  • magenta value is 4.10%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (4,4,0,24)
C4M4Y0K24 (4%, 4%, 0%, 24%)
(0.04 / 0.04 / 0.00 / 0.24)

CMYK percentages

%3.59
%4.1
%0
%23.53

Codes

Color #BCBBC3 in popluar color models

BC BB C3
RGB 188 187 195
HSL 248° 6.25% 74.90%
HSB/HSV 248° 4.10% 76.47%
CMYK 3.59% 4.10% 0.00%
23.53%

Color #BCBBC3 in popluar number systems.

HEX BC BB C3
Decimal 188 187 195
Binary 10111100 10111011 11000011
Octal 274 273 303

Shades and tints

Shades of #BCBBC3

#BCBBC3
(188,187,195)
#ABAAB2
(171,170,178)
#9A99A1
(154,153,161)
#898890
(137,136,144)
#78777F
(120,119,127)
#67666E
(103,102,110)
#56555D
(86,85,93)
#45444C
(69,68,76)
#34333B
(52,51,59)
#23222A
(35,34,42)
#121119
(18,17,25)
#000000
(0,0,0)

Tints of #BCBBC3

#BCBBC3
(188,187,195)
#C2C1C8
(194,193,200)
#C8C7CD
(200,199,205)
#CECDD2
(206,205,210)
#D4D3D7
(212,211,215)
#DAD9DC
(218,217,220)
#E0DFE1
(224,223,225)
#E6E5E6
(230,229,230)
#ECEBEB
(236,235,235)
#F2F1F0
(242,241,240)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCBBC3 color. Also use rgb(188,187,195) instead hex code.

Text Font Color

.myTextColor { color: #BCBBC3; }

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

This text font color is #BCBBC3.

Background Color

.myBgColor { background-color: #BCBBC3; }

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

This div background color is #BCBBC3.

Border color

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

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

This div border color is #BCBBC3.

Opacity

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

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

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

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

This text has shadow with #BCBBC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBBC3.

Preview

Color preview on black background

This text has color #BCBBC3 on black background.


Color preview on white background

This text has color #BCBBC3 on white background.


Black color preview on #BCBBC3 background

This text has black color on #BCBBC3 background.


White color preview on #BCBBC3 background

This text has white color on #BCBBC3 background.


Related colors

Complementary color

Complementary color for #hex is #43443C.


I love getcolorcode.com

Triadic colors

1 #C3BCBB and #BBC3BC with #BCBBC3 are triadic colors.

2 #C3BBBC and #BBBCC3 with #BCBBC3 are triadic colors.