COLOR #BCAECF

HEX: #BCAECF
RGB: (188,174,207)

Color info

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

RGB color model

#BCAECF color RGB value is (188,174,207).

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

RGB channels and saturation

R 188 of 255 = 74%
G 174 of 255 = 68%
B 207 of 255 = 81%

188
174
207

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

Portions of RGB colors in percentages

R + G + B =
188 + 174 + 207 = 569 (100%)
R 188 of 569 ~ 33.04%
G 174 of 569 ~ 30.58%
B 207 of 569 ~ 36.38%

%33.04
%30.58
%36.38

CMYK color model

#BCAECF color CMYK value is (9,16,0,19).

  • cyan value is 9.18%
  • magenta value is 15.94%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(9,16,0,19)
C9M16Y0K19 
(9%,16%,0%,19%)
(0.09/0.16/0.00/0.19)	

CMYK percentages

%9.18
%15.94
%0
%18.82

Codes

Color #BCAECF in popluar color models

BCAECF
RGB188174207
HSL265°25.58%74.71%
HSB/HSV265°15.94%81.18%
CMYK9.18%15.94%0.00%
18.82%

Color #BCAECF in popluar number systems.

HEXBCAECF
Decimal188174207
Binary101111001010111011001111
Octal274256317

Shades and tints

Shades of #BCAECF

#BCAECF
(188,174,207)
#AB9FBD
(171,159,189)
#9A90AB
(154,144,171)
#898199
(137,129,153)
#787287
(120,114,135)
#676375
(103,99,117)
#565463
(86,84,99)
#454551
(69,69,81)
#34363F
(52,54,63)
#23272D
(35,39,45)
#12181B
(18,24,27)
#000000
(0,0,0)

Tints of #BCAECF

#BCAECF
(188,174,207)
#C2B5D3
(194,181,211)
#C8BCD7
(200,188,215)
#CEC3DB
(206,195,219)
#D4CADF
(212,202,223)
#DAD1E3
(218,209,227)
#E0D8E7
(224,216,231)
#E6DFEB
(230,223,235)
#ECE6EF
(236,230,239)
#F2EDF3
(242,237,243)
#F8F4F7
(248,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAECF; }

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

This text font color is #BCAECF.


Background Color

.myBgColor { background-color: #BCAECF; }

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

This div background color is #BCAECF.


Border color

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

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

This div border color is #BCAECF.


Opacity

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

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

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

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

This text has shadow with #BCAECF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCAECF on black background.


Color preview on white background

This text has color #BCAECF on white background.



Black color preview on #BCAECF background

This text has black color on #BCAECF background.


White color preview on #BCAECF background

This text has white color on #BCAECF background.