COLOR #BCADAE

HEX: #BCADAE
RGB: (188,173,174)

Color info

#BCADAE contains red, green and blue colors in about the same proportion. Web safe color of #BCADAE is #CC9999 (or #C99).

RGB color model

#BCADAE color RGB value is (188,173,174).

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

RGB channels and saturation

R 188 of 255 = 74%
G 173 of 255 = 68%
B 174 of 255 = 68%

188
173
174

R + G + B ~ 70%. #BCADAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 173 + 174 = 535 (100%)
R 188 of 535 ~ 35.14%
G 173 of 535 ~ 32.34%
B 174 of 535 ~ 32.52%

%35.14
%32.34
%32.52

CMYK color model

#BCADAE color CMYK value is (0,8,7,26).

  • cyan value is 0.00%
  • magenta value is 7.98%
  • yellow value is 7.45%
  • key color value is 26.27%
CMYK:
(0,8,7,26)
C0M8Y7K26 
(0%,8%,7%,26%)
(0.00/0.08/0.07/0.26)	

CMYK percentages

%0
%7.98
%7.45
%26.27

Codes

Color #BCADAE in popluar color models

BCADAE
RGB188173174
HSL356°10.07%70.78%
HSB/HSV356°7.98%73.73%
CMYK0.00%7.98%7.45%
26.27%

Color #BCADAE in popluar number systems.

HEXBCADAE
Decimal188173174
Binary101111001010110110101110
Octal274255256

Shades and tints

Shades of #BCADAE

#BCADAE
(188,173,174)
#AB9E9F
(171,158,159)
#9A8F90
(154,143,144)
#898081
(137,128,129)
#787172
(120,113,114)
#676263
(103,98,99)
#565354
(86,83,84)
#454445
(69,68,69)
#343536
(52,53,54)
#232627
(35,38,39)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #BCADAE

#BCADAE
(188,173,174)
#C2B4B5
(194,180,181)
#C8BBBC
(200,187,188)
#CEC2C3
(206,194,195)
#D4C9CA
(212,201,202)
#DAD0D1
(218,208,209)
#E0D7D8
(224,215,216)
#E6DEDF
(230,222,223)
#ECE5E6
(236,229,230)
#F2ECED
(242,236,237)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCADAE; }

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

This text font color is #BCADAE.


Background Color

.myBgColor { background-color: #BCADAE; }

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

This div background color is #BCADAE.


Border color

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

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

This div border color is #BCADAE.


Opacity

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

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

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

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

This text has shadow with #BCADAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCADAE on black background.


Color preview on white background

This text has color #BCADAE on white background.



Black color preview on #BCADAE background

This text has black color on #BCADAE background.


White color preview on #BCADAE background

This text has white color on #BCADAE background.