COLOR #BCB1CD

HEX: #BCB1CD RGB: (188,177,205)

Color info

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

RGB color model

#BCB1CD color RGB value is (188,177,205).

RGB: (188,177,205) (74%, 69%, 80%)

RGB channels and saturation

R 188 of 255 = 74%
G 177 of 255 = 69%
B 205 of 255 = 80%

188
177
205

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

Portions of RGB colors in percentages

R + G + B = 188 + 177 + 205 = 570 (100%)
R 188 of 570 ~ 32.98%
G 177 of 570 ~ 31.05%
B 205 of 570 ~ 35.96'%

%32.98
%31.05
%35.96

CMYK color model

#BCB1CD color CMYK value is (8,14,0,20).

  • cyan value is 8.29%
  • magenta value is 13.66%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (8,14,0,20)
C8M14Y0K20 (8%, 14%, 0%, 20%)
(0.08 / 0.14 / 0.00 / 0.20)

CMYK percentages

%8.29
%13.66
%0
%19.61

Codes

Color #BCB1CD in popluar color models

BC B1 CD
RGB 188 177 205
HSL 264° 21.88% 74.90%
HSB/HSV 264° 13.66% 80.39%
CMYK 8.29% 13.66% 0.00%
19.61%

Color #BCB1CD in popluar number systems.

HEX BC B1 CD
Decimal 188 177 205
Binary 10111100 10110001 11001101
Octal 274 261 315

Shades and tints

Shades of #BCB1CD

#BCB1CD
(188,177,205)
#ABA1BB
(171,161,187)
#9A91A9
(154,145,169)
#898197
(137,129,151)
#787185
(120,113,133)
#676173
(103,97,115)
#565161
(86,81,97)
#45414F
(69,65,79)
#34313D
(52,49,61)
#23212B
(35,33,43)
#121119
(18,17,25)
#000000
(0,0,0)

Tints of #BCB1CD

#BCB1CD
(188,177,205)
#C2B8D1
(194,184,209)
#C8BFD5
(200,191,213)
#CEC6D9
(206,198,217)
#D4CDDD
(212,205,221)
#DAD4E1
(218,212,225)
#E0DBE5
(224,219,229)
#E6E2E9
(230,226,233)
#ECE9ED
(236,233,237)
#F2F0F1
(242,240,241)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB1CD color. Also use rgb(188,177,205) instead hex code.

Text Font Color

.myTextColor { color: #BCB1CD; }

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

This text font color is #BCB1CD.

Background Color

.myBgColor { background-color: #BCB1CD; }

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

This div background color is #BCB1CD.

Border color

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

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

This div border color is #BCB1CD.

Opacity

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

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

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

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

This text has shadow with #BCB1CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB1CD.

Preview

Color preview on black background

This text has color #BCB1CD on black background.


Color preview on white background

This text has color #BCB1CD on white background.


Black color preview on #BCB1CD background

This text has black color on #BCB1CD background.


White color preview on #BCB1CD background

This text has white color on #BCB1CD background.


Related colors

Complementary color

Complementary color for #hex is #434E32.


I love getcolorcode.com

Triadic colors

1 #CDBCB1 and #B1CDBC with #BCB1CD are triadic colors.

2 #CDB1BC and #B1BCCD with #BCB1CD are triadic colors.