COLOR #BC9EA2

HEX: #BC9EA2
RGB: (188,158,162)

Color info

#BC9EA2 contains red, green and blue colors in about the same proportion. Web safe color of #BC9EA2 is #CC9999 (or #C99).

RGB color model

#BC9EA2 color RGB value is (188,158,162).

  • red value is 188;
  • green value is 158;
  • blue value is 162.
RGB: (188,158,162) (74%,62%,64%)

RGB channels and saturation

R 188 of 255 = 74%
G 158 of 255 = 62%
B 162 of 255 = 64%

188
158
162

R + G + B ~ 67%. #BC9EA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 158 + 162 = 508 (100%)
R 188 of 508 ~ 37.01%
G 158 of 508 ~ 31.1%
B 162 of 508 ~ 31.89%

%37.01
%31.1
%31.89

CMYK color model

#BC9EA2 color CMYK value is (0,16,14,26).

  • cyan value is 0.00%
  • magenta value is 15.96%
  • yellow value is 13.83%
  • key color value is 26.27%
CMYK: (0,16,14,26) C0M16Y14K26 (0%,16%,14%,26%) (0.00/0.16/0.14/0.26)

CMYK percentages

%0
%15.96
%13.83
%26.27

Codes

Color #BC9EA2 in popluar color models

BC9EA2
RGB188158162
HSL352°18.29%67.84%
HSB/HSV352°15.96%73.73%
CMYK0.00%15.96%13.83%
26.27%

Color #BC9EA2 in popluar number systems.

HEXBC9EA2
Decimal188158162
Binary101111001001111010100010
Octal274236242

Shades and tints

Shades of #BC9EA2

#BC9EA2
(188,158,162)
#AB9094
(171,144,148)
#9A8286
(154,130,134)
#897478
(137,116,120)
#78666A
(120,102,106)
#67585C
(103,88,92)
#564A4E
(86,74,78)
#453C40
(69,60,64)
#342E32
(52,46,50)
#232024
(35,32,36)
#121216
(18,18,22)
#000000
(0,0,0)

Tints of #BC9EA2

#BC9EA2
(188,158,162)
#C2A6AA
(194,166,170)
#C8AEB2
(200,174,178)
#CEB6BA
(206,182,186)
#D4BEC2
(212,190,194)
#DAC6CA
(218,198,202)
#E0CED2
(224,206,210)
#E6D6DA
(230,214,218)
#ECDEE2
(236,222,226)
#F2E6EA
(242,230,234)
#F8EEF2
(248,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC9EA2 color. Also use rgb(188,158,162) instead hex code.

Text Font Color

.myTextColor { color: #BC9EA2; }

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

This text font color is #BC9EA2.


Background Color

.myBgColor { background-color: #BC9EA2; }

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

This div background color is #BC9EA2.


Border color

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

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

This div border color is #BC9EA2.


Opacity

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

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

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

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

This text has shadow with #BC9EA2 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #BC9EA2; -webkit-box-shadow:	1px 1px 3px 2px #BC9EA2; box-shadow:	1px 1px 3px 2px #BC9EA2; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BC9EA2; -webkit-box-shadow: 1px 1px 3px 2px #BC9EA2; box-shadow:1px 1px 3px 2px #BC9EA2;">
Div content here</div>
This div box has shadow with color #BC9EA2.

Preview

Color preview on black background

This text has color #BC9EA2 on black background.


Color preview on white background

This text has color #BC9EA2 on white background.



Black color preview on #BC9EA2 background

This text has black color on #BC9EA2 background.


White color preview on #BC9EA2 background

This text has white color on #BC9EA2 background.