COLOR #BCB0B9

HEX: #BCB0B9 RGB: (188,176,185)

Color info

#BCB0B9 contains red, green and blue colors in about the same proportion. Web safe color of #BCB0B9 is #CC99CC (or #C9C).

RGB color model

#BCB0B9 color RGB value is (188,176,185).

RGB: (188,176,185) (74%, 69%, 73%)

RGB channels and saturation

R 188 of 255 = 74%
G 176 of 255 = 69%
B 185 of 255 = 73%

188
176
185

R + G + B ~ 72%. #BCB0B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 176 + 185 = 549 (100%)
R 188 of 549 ~ 34.24%
G 176 of 549 ~ 32.06%
B 185 of 549 ~ 33.7'%

%34.24
%32.06
%33.7

CMYK color model

#BCB0B9 color CMYK value is (0,6,2,26).

  • cyan value is 0.00%
  • magenta value is 6.38%
  • yellow value is 1.60%
  • key color value is 26.27%

CMYK: (0,6,2,26)
C0M6Y2K26 (0%, 6%, 2%, 26%)
(0.00 / 0.06 / 0.02 / 0.26)

CMYK percentages

%0
%6.38
%1.6
%26.27

Codes

Color #BCB0B9 in popluar color models

BC B0 B9
RGB 188 176 185
HSL 315° 8.22% 71.37%
HSB/HSV 315° 6.38% 73.73%
CMYK 0.00% 6.38% 1.60%
26.27%

Color #BCB0B9 in popluar number systems.

HEX BC B0 B9
Decimal 188 176 185
Binary 10111100 10110000 10111001
Octal 274 260 271

Shades and tints

Shades of #BCB0B9

#BCB0B9
(188,176,185)
#ABA0A9
(171,160,169)
#9A9099
(154,144,153)
#898089
(137,128,137)
#787079
(120,112,121)
#676069
(103,96,105)
#565059
(86,80,89)
#454049
(69,64,73)
#343039
(52,48,57)
#232029
(35,32,41)
#121019
(18,16,25)
#000000
(0,0,0)

Tints of #BCB0B9

#BCB0B9
(188,176,185)
#C2B7BF
(194,183,191)
#C8BEC5
(200,190,197)
#CEC5CB
(206,197,203)
#D4CCD1
(212,204,209)
#DAD3D7
(218,211,215)
#E0DADD
(224,218,221)
#E6E1E3
(230,225,227)
#ECE8E9
(236,232,233)
#F2EFEF
(242,239,239)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB0B9 color. Also use rgb(188,176,185) instead hex code.

Text Font Color

.myTextColor { color: #BCB0B9; }

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

This text font color is #BCB0B9.

Background Color

.myBgColor { background-color: #BCB0B9; }

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

This div background color is #BCB0B9.

Border color

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

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

This div border color is #BCB0B9.

Opacity

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

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

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

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

This text has shadow with #BCB0B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB0B9.

Preview

Color preview on black background

This text has color #BCB0B9 on black background.


Color preview on white background

This text has color #BCB0B9 on white background.


Black color preview on #BCB0B9 background

This text has black color on #BCB0B9 background.


White color preview on #BCB0B9 background

This text has white color on #BCB0B9 background.


Related colors

Complementary color

Complementary color for #hex is #434F46.


I love getcolorcode.com

Triadic colors

1 #B9BCB0 and #B0B9BC with #BCB0B9 are triadic colors.

2 #B9B0BC and #B0BCB9 with #BCB0B9 are triadic colors.