COLOR #BCADF9

HEX: #BCADF9
RGB: (188,173,249)

Color info

#BCADF9 contains mainly blue color. Web safe color of #BCADF9 is #CC99FF (or #C9F).

RGB color model

#BCADF9 color RGB value is (188,173,249).

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

RGB channels and saturation

R 188 of 255 = 74%
G 173 of 255 = 68%
B 249 of 255 = 98%

188
173
249

R + G + B ~ 80%. #BCADF9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 173 + 249 = 610 (100%)
R 188 of 610 ~ 30.82%
G 173 of 610 ~ 28.36%
B 249 of 610 ~ 40.82%

%30.82
%28.36
%40.82

CMYK color model

#BCADF9 color CMYK value is (24,31,0,2).

  • cyan value is 24.50%
  • magenta value is 30.52%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(24,31,0,2)
C24M31Y0K2 
(24%,31%,0%,2%)
(0.24/0.31/0.00/0.02)	

CMYK percentages

%24.5
%30.52
%0
%2.35

Codes

Color #BCADF9 in popluar color models

BCADF9
RGB188173249
HSL252°86.36%82.75%
HSB/HSV252°30.52%97.65%
CMYK24.50%30.52%0.00%
2.35%

Color #BCADF9 in popluar number systems.

HEXBCADF9
Decimal188173249
Binary101111001010110111111001
Octal274255371

Shades and tints

Shades of #BCADF9

#BCADF9
(188,173,249)
#AB9EE3
(171,158,227)
#9A8FCD
(154,143,205)
#8980B7
(137,128,183)
#7871A1
(120,113,161)
#67628B
(103,98,139)
#565375
(86,83,117)
#45445F
(69,68,95)
#343549
(52,53,73)
#232633
(35,38,51)
#12171D
(18,23,29)
#000000
(0,0,0)

Tints of #BCADF9

#BCADF9
(188,173,249)
#C2B4F9
(194,180,249)
#C8BBF9
(200,187,249)
#CEC2F9
(206,194,249)
#D4C9F9
(212,201,249)
#DAD0F9
(218,208,249)
#E0D7F9
(224,215,249)
#E6DEF9
(230,222,249)
#ECE5F9
(236,229,249)
#F2ECF9
(242,236,249)
#F8F3F9
(248,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCADF9; }

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

This text font color is #BCADF9.


Background Color

.myBgColor { background-color: #BCADF9; }

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

This div background color is #BCADF9.


Border color

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

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

This div border color is #BCADF9.


Opacity

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

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

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

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

This text has shadow with #BCADF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCADF9 on black background.


Color preview on white background

This text has color #BCADF9 on white background.



Black color preview on #BCADF9 background

This text has black color on #BCADF9 background.


White color preview on #BCADF9 background

This text has white color on #BCADF9 background.