COLOR #BCB0C9

HEX: #BCB0C9 RGB: (188,176,201)

Color info

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

RGB color model

#BCB0C9 color RGB value is (188,176,201).

RGB: (188,176,201) (74%, 69%, 79%)

RGB channels and saturation

R 188 of 255 = 74%
G 176 of 255 = 69%
B 201 of 255 = 79%

188
176
201

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

Portions of RGB colors in percentages

R + G + B = 188 + 176 + 201 = 565 (100%)
R 188 of 565 ~ 33.27%
G 176 of 565 ~ 31.15%
B 201 of 565 ~ 35.58'%

%33.27
%31.15
%35.58

CMYK color model

#BCB0C9 color CMYK value is (6,12,0,21).

  • cyan value is 6.47%
  • magenta value is 12.44%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (6,12,0,21)
C6M12Y0K21 (6%, 12%, 0%, 21%)
(0.06 / 0.12 / 0.00 / 0.21)

CMYK percentages

%6.47
%12.44
%0
%21.18

Codes

Color #BCB0C9 in popluar color models

BC B0 C9
RGB 188 176 201
HSL 269° 18.80% 73.92%
HSB/HSV 269° 12.44% 78.82%
CMYK 6.47% 12.44% 0.00%
21.18%

Color #BCB0C9 in popluar number systems.

HEX BC B0 C9
Decimal 188 176 201
Binary 10111100 10110000 11001001
Octal 274 260 311

Shades and tints

Shades of #BCB0C9

#BCB0C9
(188,176,201)
#ABA0B7
(171,160,183)
#9A90A5
(154,144,165)
#898093
(137,128,147)
#787081
(120,112,129)
#67606F
(103,96,111)
#56505D
(86,80,93)
#45404B
(69,64,75)
#343039
(52,48,57)
#232027
(35,32,39)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #BCB0C9

#BCB0C9
(188,176,201)
#C2B7CD
(194,183,205)
#C8BED1
(200,190,209)
#CEC5D5
(206,197,213)
#D4CCD9
(212,204,217)
#DAD3DD
(218,211,221)
#E0DAE1
(224,218,225)
#E6E1E5
(230,225,229)
#ECE8E9
(236,232,233)
#F2EFED
(242,239,237)
#F8F6F1
(248,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB0C9; }

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

This text font color is #BCB0C9.

Background Color

.myBgColor { background-color: #BCB0C9; }

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

This div background color is #BCB0C9.

Border color

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

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

This div border color is #BCB0C9.

Opacity

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

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

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

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

This text has shadow with #BCB0C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB0C9.

Preview

Color preview on black background

This text has color #BCB0C9 on black background.


Color preview on white background

This text has color #BCB0C9 on white background.


Black color preview on #BCB0C9 background

This text has black color on #BCB0C9 background.


White color preview on #BCB0C9 background

This text has white color on #BCB0C9 background.


Related colors

Complementary color

Complementary color for #hex is #434F36.


I love getcolorcode.com

Triadic colors

1 #C9BCB0 and #B0C9BC with #BCB0C9 are triadic colors.

2 #C9B0BC and #B0BCC9 with #BCB0C9 are triadic colors.