COLOR #BCADCF

HEX: #BCADCF
RGB: (188,173,207)

Color info

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

RGB color model

#BCADCF color RGB value is (188,173,207).

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

RGB channels and saturation

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

188
173
207

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

Portions of RGB colors in percentages

R + G + B =
188 + 173 + 207 = 568 (100%)
R 188 of 568 ~ 33.1%
G 173 of 568 ~ 30.46%
B 207 of 568 ~ 36.44%

%33.1
%30.46
%36.44

CMYK color model

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

  • cyan value is 9.18%
  • magenta value is 16.43%
  • 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
%16.43
%0
%18.82

Codes

Color #BCADCF in popluar color models

BCADCF
RGB188173207
HSL266°26.15%74.51%
HSB/HSV266°16.43%81.18%
CMYK9.18%16.43%0.00%
18.82%

Color #BCADCF in popluar number systems.

HEXBCADCF
Decimal188173207
Binary101111001010110111001111
Octal274255317

Shades and tints

Shades of #BCADCF

#BCADCF
(188,173,207)
#AB9EBD
(171,158,189)
#9A8FAB
(154,143,171)
#898099
(137,128,153)
#787187
(120,113,135)
#676275
(103,98,117)
#565363
(86,83,99)
#454451
(69,68,81)
#34353F
(52,53,63)
#23262D
(35,38,45)
#12171B
(18,23,27)
#000000
(0,0,0)

Tints of #BCADCF

#BCADCF
(188,173,207)
#C2B4D3
(194,180,211)
#C8BBD7
(200,187,215)
#CEC2DB
(206,194,219)
#D4C9DF
(212,201,223)
#DAD0E3
(218,208,227)
#E0D7E7
(224,215,231)
#E6DEEB
(230,222,235)
#ECE5EF
(236,229,239)
#F2ECF3
(242,236,243)
#F8F3F7
(248,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCADCF; }

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

This text font color is #BCADCF.


Background Color

.myBgColor { background-color: #BCADCF; }

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

This div background color is #BCADCF.


Border color

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

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

This div border color is #BCADCF.


Opacity

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

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

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

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

This text has shadow with #BCADCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCADCF on black background.


Color preview on white background

This text has color #BCADCF on white background.



Black color preview on #BCADCF background

This text has black color on #BCADCF background.


White color preview on #BCADCF background

This text has white color on #BCADCF background.