COLOR #BCB3C5

HEX: #BCB3C5 RGB: (188,179,197)

Color info

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

RGB color model

#BCB3C5 color RGB value is (188,179,197).

RGB: (188,179,197) (74%, 70%, 77%)

RGB channels and saturation

R 188 of 255 = 74%
G 179 of 255 = 70%
B 197 of 255 = 77%

188
179
197

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

Portions of RGB colors in percentages

R + G + B = 188 + 179 + 197 = 564 (100%)
R 188 of 564 ~ 33.33%
G 179 of 564 ~ 31.74%
B 197 of 564 ~ 34.93'%

%33.33
%31.74
%34.93

CMYK color model

#BCB3C5 color CMYK value is (5,9,0,23).

  • cyan value is 4.57%
  • magenta value is 9.14%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (5,9,0,23)
C5M9Y0K23 (5%, 9%, 0%, 23%)
(0.05 / 0.09 / 0.00 / 0.23)

CMYK percentages

%4.57
%9.14
%0
%22.75

Codes

Color #BCB3C5 in popluar color models

BC B3 C5
RGB 188 179 197
HSL 270° 13.43% 73.73%
HSB/HSV 270° 9.14% 77.25%
CMYK 4.57% 9.14% 0.00%
22.75%

Color #BCB3C5 in popluar number systems.

HEX BC B3 C5
Decimal 188 179 197
Binary 10111100 10110011 11000101
Octal 274 263 305

Shades and tints

Shades of #BCB3C5

#BCB3C5
(188,179,197)
#ABA3B4
(171,163,180)
#9A93A3
(154,147,163)
#898392
(137,131,146)
#787381
(120,115,129)
#676370
(103,99,112)
#56535F
(86,83,95)
#45434E
(69,67,78)
#34333D
(52,51,61)
#23232C
(35,35,44)
#12131B
(18,19,27)
#000000
(0,0,0)

Tints of #BCB3C5

#BCB3C5
(188,179,197)
#C2B9CA
(194,185,202)
#C8BFCF
(200,191,207)
#CEC5D4
(206,197,212)
#D4CBD9
(212,203,217)
#DAD1DE
(218,209,222)
#E0D7E3
(224,215,227)
#E6DDE8
(230,221,232)
#ECE3ED
(236,227,237)
#F2E9F2
(242,233,242)
#F8EFF7
(248,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB3C5 color. Also use rgb(188,179,197) instead hex code.

Text Font Color

.myTextColor { color: #BCB3C5; }

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

This text font color is #BCB3C5.

Background Color

.myBgColor { background-color: #BCB3C5; }

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

This div background color is #BCB3C5.

Border color

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

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

This div border color is #BCB3C5.

Opacity

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

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

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

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

This text has shadow with #BCB3C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB3C5.

Preview

Color preview on black background

This text has color #BCB3C5 on black background.


Color preview on white background

This text has color #BCB3C5 on white background.


Black color preview on #BCB3C5 background

This text has black color on #BCB3C5 background.


White color preview on #BCB3C5 background

This text has white color on #BCB3C5 background.


Related colors

Complementary color

Complementary color for #hex is #434C3A.


I love getcolorcode.com

Triadic colors

1 #C5BCB3 and #B3C5BC with #BCB3C5 are triadic colors.

2 #C5B3BC and #B3BCC5 with #BCB3C5 are triadic colors.