COLOR #BCBBCA

HEX: #BCBBCA RGB: (188,187,202)

Color info

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

RGB color model

#BCBBCA color RGB value is (188,187,202).

RGB: (188,187,202) (74%, 73%, 79%)

RGB channels and saturation

R 188 of 255 = 74%
G 187 of 255 = 73%
B 202 of 255 = 79%

188
187
202

R + G + B ~ 75%. #BCBBCA is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 187 + 202 = 577 (100%)
R 188 of 577 ~ 32.58%
G 187 of 577 ~ 32.41%
B 202 of 577 ~ 35.01'%

%32.58
%32.41
%35.01

CMYK color model

#BCBBCA color CMYK value is (7,7,0,21).

  • cyan value is 6.93%
  • magenta value is 7.43%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (7,7,0,21) C7M7Y0K21 (7%,7%,0%,21%) (0.07/0.07/0.00/0.21) 

CMYK percentages

%6.93
%7.43
%0
%20.78

Codes

Color #BCBBCA in popluar color models

BC BB CA
RGB 188 187 202
HSL 244° 12.40% 76.27%
HSB/HSV 244° 7.43% 79.22%
CMYK 6.93% 7.43% 0.00%
20.78%

Color #BCBBCA in popluar number systems.

HEX BC BB CA
Decimal 188 187 202
Binary 10111100 10111011 11001010
Octal 274 273 312

Shades and tints

Shades of #BCBBCA

#BCBBCA
(188,187,202)
#ABAAB8
(171,170,184)
#9A99A6
(154,153,166)
#898894
(137,136,148)
#787782
(120,119,130)
#676670
(103,102,112)
#56555E
(86,85,94)
#45444C
(69,68,76)
#34333A
(52,51,58)
#232228
(35,34,40)
#121116
(18,17,22)
#000000
(0,0,0)

Tints of #BCBBCA

#BCBBCA
(188,187,202)
#C2C1CE
(194,193,206)
#C8C7D2
(200,199,210)
#CECDD6
(206,205,214)
#D4D3DA
(212,211,218)
#DAD9DE
(218,217,222)
#E0DFE2
(224,223,226)
#E6E5E6
(230,229,230)
#ECEBEA
(236,235,234)
#F2F1EE
(242,241,238)
#F8F7F2
(248,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBBCA; }

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

This text font color is #BCBBCA.

Background Color

.myBgColor { background-color: #BCBBCA; }

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

This div background color is #BCBBCA.

Border color

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

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

This div border color is #BCBBCA.

Opacity

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

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

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

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

This text has shadow with #BCBBCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBBCA.

Preview

Color preview on black background

This text has color #BCBBCA on black background.


Color preview on white background

This text has color #BCBBCA on white background.


Black color preview on #BCBBCA background

This text has black color on #BCBBCA background.


White color preview on #BCBBCA background

This text has white color on #BCBBCA background.


Related colors

Complementary color

Complementary color for #hex is #434435.


I love getcolorcode.com

Triadic colors

1 #CABCBB and #BBCABC with #BCBBCA are triadic colors.

2 #CABBBC and #BBBCCA with #BCBBCA are triadic colors.