COLOR #BCAEC9

HEX: #BCAEC9
RGB: (188,174,201)

Color info

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

RGB color model

#BCAEC9 color RGB value is (188,174,201).

  • red value is 188;
  • green value is 174;
  • blue value is 201.
RGB: (188,174,201) (74%,68%,79%)

RGB channels and saturation

R 188 of 255 = 74%
G 174 of 255 = 68%
B 201 of 255 = 79%

188
174
201

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

Portions of RGB colors in percentages

R + G + B =
188 + 174 + 201 = 563 (100%)
R 188 of 563 ~ 33.39%
G 174 of 563 ~ 30.91%
B 201 of 563 ~ 35.7%

%33.39
%30.91
%35.7

CMYK color model

#BCAEC9 color CMYK value is (6,13,0,21).

  • cyan value is 6.47%
  • magenta value is 13.43%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK: (6,13,0,21) C6M13Y0K21 (6%,13%,0%,21%) (0.06/0.13/0.00/0.21)

CMYK percentages

%6.47
%13.43
%0
%21.18

Codes

Color #BCAEC9 in popluar color models

BCAEC9
RGB188174201
HSL271°20.00%73.53%
HSB/HSV271°13.43%78.82%
CMYK6.47%13.43%0.00%
21.18%

Color #BCAEC9 in popluar number systems.

HEXBCAEC9
Decimal188174201
Binary101111001010111011001001
Octal274256311

Shades and tints

Shades of #BCAEC9

#BCAEC9
(188,174,201)
#AB9FB7
(171,159,183)
#9A90A5
(154,144,165)
#898193
(137,129,147)
#787281
(120,114,129)
#67636F
(103,99,111)
#56545D
(86,84,93)
#45454B
(69,69,75)
#343639
(52,54,57)
#232727
(35,39,39)
#121815
(18,24,21)
#000000
(0,0,0)

Tints of #BCAEC9

#BCAEC9
(188,174,201)
#C2B5CD
(194,181,205)
#C8BCD1
(200,188,209)
#CEC3D5
(206,195,213)
#D4CAD9
(212,202,217)
#DAD1DD
(218,209,221)
#E0D8E1
(224,216,225)
#E6DFE5
(230,223,229)
#ECE6E9
(236,230,233)
#F2EDED
(242,237,237)
#F8F4F1
(248,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAEC9; }

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

This text font color is #BCAEC9.


Background Color

.myBgColor { background-color: #BCAEC9; }

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

This div background color is #BCAEC9.


Border color

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

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

This div border color is #BCAEC9.


Opacity

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

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

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

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

This text has shadow with #BCAEC9 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BCAEC9 on black background.


Color preview on white background

This text has color #BCAEC9 on white background.



Black color preview on #BCAEC9 background

This text has black color on #BCAEC9 background.


White color preview on #BCAEC9 background

This text has white color on #BCAEC9 background.