COLOR #BCADBE

HEX: #BCADBE
RGB: (188,173,190)

Color info

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

RGB color model

#BCADBE color RGB value is (188,173,190).

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

RGB channels and saturation

R 188 of 255 = 74%
G 173 of 255 = 68%
B 190 of 255 = 75%

188
173
190

R + G + B ~ 72%. #BCADBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 173 + 190 = 551 (100%)
R 188 of 551 ~ 34.12%
G 173 of 551 ~ 31.4%
B 190 of 551 ~ 34.48%

%34.12
%31.4
%34.48

CMYK color model

#BCADBE color CMYK value is (1,9,0,25).

  • cyan value is 1.05%
  • magenta value is 8.95%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(1,9,0,25)
C1M9Y0K25 
(1%,9%,0%,25%)
(0.01/0.09/0.00/0.25)	

CMYK percentages

%1.05
%8.95
%0
%25.49

Codes

Color #BCADBE in popluar color models

BCADBE
RGB188173190
HSL293°11.56%71.18%
HSB/HSV293°8.95%74.51%
CMYK1.05%8.95%0.00%
25.49%

Color #BCADBE in popluar number systems.

HEXBCADBE
Decimal188173190
Binary101111001010110110111110
Octal274255276

Shades and tints

Shades of #BCADBE

#BCADBE
(188,173,190)
#AB9EAD
(171,158,173)
#9A8F9C
(154,143,156)
#89808B
(137,128,139)
#78717A
(120,113,122)
#676269
(103,98,105)
#565358
(86,83,88)
#454447
(69,68,71)
#343536
(52,53,54)
#232625
(35,38,37)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #BCADBE

#BCADBE
(188,173,190)
#C2B4C3
(194,180,195)
#C8BBC8
(200,187,200)
#CEC2CD
(206,194,205)
#D4C9D2
(212,201,210)
#DAD0D7
(218,208,215)
#E0D7DC
(224,215,220)
#E6DEE1
(230,222,225)
#ECE5E6
(236,229,230)
#F2ECEB
(242,236,235)
#F8F3F0
(248,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCADBE; }

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

This text font color is #BCADBE.


Background Color

.myBgColor { background-color: #BCADBE; }

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

This div background color is #BCADBE.


Border color

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

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

This div border color is #BCADBE.


Opacity

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

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

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

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

This text has shadow with #BCADBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCADBE on black background.


Color preview on white background

This text has color #BCADBE on white background.



Black color preview on #BCADBE background

This text has black color on #BCADBE background.


White color preview on #BCADBE background

This text has white color on #BCADBE background.