COLOR #BCCABA

HEX: #BCCABA
RGB: (188,202,186)

Color info

#BCCABA contains red, green and blue colors in about the same proportion. Web safe color of #BCCABA is #CCCCCC (or #CCC).

RGB color model

#BCCABA color RGB value is (188,202,186).

  • red value is 188;
  • green value is 202;
  • blue value is 186.
RGB:
(188,202,186)
(74%,79%,73%)

RGB channels and saturation

R 188 of 255 = 74%
G 202 of 255 = 79%
B 186 of 255 = 73%

188
202
186

R + G + B ~ 75%. #BCCABA is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 202 + 186 = 576 (100%)
R 188 of 576 ~ 32.64%
G 202 of 576 ~ 35.07%
B 186 of 576 ~ 32.29%

%32.64
%35.07
%32.29

CMYK color model

#BCCABA color CMYK value is (7,0,8,21).

  • cyan value is 6.93%
  • magenta value is 0.00%
  • yellow value is 7.92%
  • key color value is 20.78%
CMYK:
(7,0,8,21)
C7M0Y8K21 
(7%,0%,8%,21%)
(0.07/0.00/0.08/0.21)	

CMYK percentages

%6.93
%0
%7.92
%20.78

Codes

Color #BCCABA in popluar color models

BCCABA
RGB188202186
HSL113°13.11%76.08%
HSB/HSV113°7.92%79.22%
CMYK6.93%0.00%7.92%
20.78%

Color #BCCABA in popluar number systems.

HEXBCCABA
Decimal188202186
Binary101111001100101010111010
Octal274312272

Shades and tints

Shades of #BCCABA

#BCCABA
(188,202,186)
#ABB8AA
(171,184,170)
#9AA69A
(154,166,154)
#89948A
(137,148,138)
#78827A
(120,130,122)
#67706A
(103,112,106)
#565E5A
(86,94,90)
#454C4A
(69,76,74)
#343A3A
(52,58,58)
#23282A
(35,40,42)
#12161A
(18,22,26)
#000000
(0,0,0)

Tints of #BCCABA

#BCCABA
(188,202,186)
#C2CEC0
(194,206,192)
#C8D2C6
(200,210,198)
#CED6CC
(206,214,204)
#D4DAD2
(212,218,210)
#DADED8
(218,222,216)
#E0E2DE
(224,226,222)
#E6E6E4
(230,230,228)
#ECEAEA
(236,234,234)
#F2EEF0
(242,238,240)
#F8F2F6
(248,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCCABA color. Also use rgb(188,202,186) instead hex code.

Text Font Color

.myTextColor { color: #BCCABA; }

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

This text font color is #BCCABA.


Background Color

.myBgColor { background-color: #BCCABA; }

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

This div background color is #BCCABA.


Border color

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

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

This div border color is #BCCABA.


Opacity

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

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

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

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

This text has shadow with #BCCABA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCABA on black background.


Color preview on white background

This text has color #BCCABA on white background.



Black color preview on #BCCABA background

This text has black color on #BCCABA background.


White color preview on #BCCABA background

This text has white color on #BCCABA background.