COLOR #BCBBCF

HEX: #BCBBCF RGB: (188,187,207)

Color info

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

RGB color model

#BCBBCF color RGB value is (188,187,207).

RGB: (188,187,207) (74%, 73%, 81%)

RGB channels and saturation

R 188 of 255 = 74%
G 187 of 255 = 73%
B 207 of 255 = 81%

188
187
207

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

Portions of RGB colors in percentages

R + G + B = 188 + 187 + 207 = 582 (100%)
R 188 of 582 ~ 32.3%
G 187 of 582 ~ 32.13%
B 207 of 582 ~ 35.57'%

%32.3
%32.13
%35.57

CMYK color model

#BCBBCF color CMYK value is (9,10,0,19).

  • cyan value is 9.18%
  • magenta value is 9.66%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (9,10,0,19)
C9M10Y0K19 (9%, 10%, 0%, 19%)
(0.09 / 0.10 / 0.00 / 0.19)

CMYK percentages

%9.18
%9.66
%0
%18.82

Codes

Color #BCBBCF in popluar color models

BC BB CF
RGB 188 187 207
HSL 243° 17.24% 77.25%
HSB/HSV 243° 9.66% 81.18%
CMYK 9.18% 9.66% 0.00%
18.82%

Color #BCBBCF in popluar number systems.

HEX BC BB CF
Decimal 188 187 207
Binary 10111100 10111011 11001111
Octal 274 273 317

Shades and tints

Shades of #BCBBCF

#BCBBCF
(188,187,207)
#ABAABD
(171,170,189)
#9A99AB
(154,153,171)
#898899
(137,136,153)
#787787
(120,119,135)
#676675
(103,102,117)
#565563
(86,85,99)
#454451
(69,68,81)
#34333F
(52,51,63)
#23222D
(35,34,45)
#12111B
(18,17,27)
#000000
(0,0,0)

Tints of #BCBBCF

#BCBBCF
(188,187,207)
#C2C1D3
(194,193,211)
#C8C7D7
(200,199,215)
#CECDDB
(206,205,219)
#D4D3DF
(212,211,223)
#DAD9E3
(218,217,227)
#E0DFE7
(224,223,231)
#E6E5EB
(230,229,235)
#ECEBEF
(236,235,239)
#F2F1F3
(242,241,243)
#F8F7F7
(248,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBBCF; }

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

This text font color is #BCBBCF.

Background Color

.myBgColor { background-color: #BCBBCF; }

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

This div background color is #BCBBCF.

Border color

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

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

This div border color is #BCBBCF.

Opacity

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

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

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

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

This text has shadow with #BCBBCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBBCF.

Preview

Color preview on black background

This text has color #BCBBCF on black background.


Color preview on white background

This text has color #BCBBCF on white background.


Black color preview on #BCBBCF background

This text has black color on #BCBBCF background.


White color preview on #BCBBCF background

This text has white color on #BCBBCF background.


Related colors

Complementary color

Complementary color for #hex is #434430.


I love getcolorcode.com

Triadic colors

1 #CFBCBB and #BBCFBC with #BCBBCF are triadic colors.

2 #CFBBBC and #BBBCCF with #BCBBCF are triadic colors.