COLOR #BCBBD3

HEX: #BCBBD3 RGB: (188,187,211)

Color info

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

RGB color model

#BCBBD3 color RGB value is (188,187,211).

RGB: (188,187,211) (74%, 73%, 83%)

RGB channels and saturation

R 188 of 255 = 74%
G 187 of 255 = 73%
B 211 of 255 = 83%

188
187
211

R + G + B ~ 77%. #BCBBD3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 187 + 211 = 586 (100%)
R 188 of 586 ~ 32.08%
G 187 of 586 ~ 31.91%
B 211 of 586 ~ 36.01'%

%32.08
%31.91
%36.01

CMYK color model

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

  • cyan value is 10.90%
  • magenta value is 11.37%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK: (11,11,0,17) C11M11Y0K17 (11%,11%,0%,17%) (0.11/0.11/0.00/0.17) 

CMYK percentages

%10.9
%11.37
%0
%17.25

Codes

Color #BCBBD3 in popluar color models

BC BB D3
RGB 188 187 211
HSL 243° 21.43% 78.04%
HSB/HSV 243° 11.37% 82.75%
CMYK 10.90% 11.37% 0.00%
17.25%

Color #BCBBD3 in popluar number systems.

HEX BC BB D3
Decimal 188 187 211
Binary 10111100 10111011 11010011
Octal 274 273 323

Shades and tints

Shades of #BCBBD3

#BCBBD3
(188,187,211)
#ABAAC0
(171,170,192)
#9A99AD
(154,153,173)
#89889A
(137,136,154)
#787787
(120,119,135)
#676674
(103,102,116)
#565561
(86,85,97)
#45444E
(69,68,78)
#34333B
(52,51,59)
#232228
(35,34,40)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #BCBBD3

#BCBBD3
(188,187,211)
#C2C1D7
(194,193,215)
#C8C7DB
(200,199,219)
#CECDDF
(206,205,223)
#D4D3E3
(212,211,227)
#DAD9E7
(218,217,231)
#E0DFEB
(224,223,235)
#E6E5EF
(230,229,239)
#ECEBF3
(236,235,243)
#F2F1F7
(242,241,247)
#F8F7FB
(248,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBBD3; }

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

This text font color is #BCBBD3.

Background Color

.myBgColor { background-color: #BCBBD3; }

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

This div background color is #BCBBD3.

Border color

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

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

This div border color is #BCBBD3.

Opacity

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

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

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

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

This text has shadow with #BCBBD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBBD3.

Preview

Color preview on black background

This text has color #BCBBD3 on black background.


Color preview on white background

This text has color #BCBBD3 on white background.


Black color preview on #BCBBD3 background

This text has black color on #BCBBD3 background.


White color preview on #BCBBD3 background

This text has white color on #BCBBD3 background.


Related colors

Complementary color

Complementary color for #hex is #43442C.


I love getcolorcode.com

Triadic colors

1 #D3BCBB and #BBD3BC with #BCBBD3 are triadic colors.

2 #D3BBBC and #BBBCD3 with #BCBBD3 are triadic colors.