COLOR #BCA6C7

HEX: #BCA6C7 RGB: (188,166,199)

Color info

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

RGB color model

#BCA6C7 color RGB value is (188,166,199).

RGB: (188,166,199) (74%, 65%, 78%)

RGB channels and saturation

R 188 of 255 = 74%
G 166 of 255 = 65%
B 199 of 255 = 78%

188
166
199

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

Portions of RGB colors in percentages

R + G + B = 188 + 166 + 199 = 553 (100%)
R 188 of 553 ~ 34%
G 166 of 553 ~ 30.02%
B 199 of 553 ~ 35.99'%

%34
%30.02
%35.99

CMYK color model

#BCA6C7 color CMYK value is (6,17,0,22).

  • cyan value is 5.53%
  • magenta value is 16.58%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK: (6,17,0,22) C6M17Y0K22 (6%,17%,0%,22%) (0.06/0.17/0.00/0.22) 

CMYK percentages

%5.53
%16.58
%0
%21.96

Codes

Color #BCA6C7 in popluar color models

BC A6 C7
RGB 188 166 199
HSL 280° 22.76% 71.57%
HSB/HSV 280° 16.58% 78.04%
CMYK 5.53% 16.58% 0.00%
21.96%

Color #BCA6C7 in popluar number systems.

HEX BC A6 C7
Decimal 188 166 199
Binary 10111100 10100110 11000111
Octal 274 246 307

Shades and tints

Shades of #BCA6C7

#BCA6C7
(188,166,199)
#AB97B5
(171,151,181)
#9A88A3
(154,136,163)
#897991
(137,121,145)
#786A7F
(120,106,127)
#675B6D
(103,91,109)
#564C5B
(86,76,91)
#453D49
(69,61,73)
#342E37
(52,46,55)
#231F25
(35,31,37)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #BCA6C7

#BCA6C7
(188,166,199)
#C2AECC
(194,174,204)
#C8B6D1
(200,182,209)
#CEBED6
(206,190,214)
#D4C6DB
(212,198,219)
#DACEE0
(218,206,224)
#E0D6E5
(224,214,229)
#E6DEEA
(230,222,234)
#ECE6EF
(236,230,239)
#F2EEF4
(242,238,244)
#F8F6F9
(248,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCA6C7 color. Also use rgb(188,166,199) instead hex code.

Text Font Color

.myTextColor { color: #BCA6C7; }

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

This text font color is #BCA6C7.

Background Color

.myBgColor { background-color: #BCA6C7; }

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

This div background color is #BCA6C7.

Border color

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

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

This div border color is #BCA6C7.

Opacity

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

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

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

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

This text has shadow with #BCA6C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA6C7.

Preview

Color preview on black background

This text has color #BCA6C7 on black background.


Color preview on white background

This text has color #BCA6C7 on white background.


Black color preview on #BCA6C7 background

This text has black color on #BCA6C7 background.


White color preview on #BCA6C7 background

This text has white color on #BCA6C7 background.


Related colors

Complementary color

Complementary color for #hex is #435938.


I love getcolorcode.com

Triadic colors

1 #C7BCA6 and #A6C7BC with #BCA6C7 are triadic colors.

2 #C7A6BC and #A6BCC7 with #BCA6C7 are triadic colors.