COLOR #BCCBAE

HEX: #BCCBAE
RGB: (188,203,174)

Color info

#BCCBAE contains red, green and blue colors in about the same proportion. Web safe color of #BCCBAE is #CCCC99 (or #CC9).

RGB color model

#BCCBAE color RGB value is (188,203,174).

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

RGB channels and saturation

R 188 of 255 = 74%
G 203 of 255 = 80%
B 174 of 255 = 68%

188
203
174

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

Portions of RGB colors in percentages

R + G + B =
188 + 203 + 174 = 565 (100%)
R 188 of 565 ~ 33.27%
G 203 of 565 ~ 35.93%
B 174 of 565 ~ 30.8%

%33.27
%35.93
%30.8

CMYK color model

#BCCBAE color CMYK value is (7,0,14,20).

  • cyan value is 7.39%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 20.39%
CMYK:
(7,0,14,20)
C7M0Y14K20 
(7%,0%,14%,20%)
(0.07/0.00/0.14/0.20)	

CMYK percentages

%7.39
%0
%14.29
%20.39

Codes

Color #BCCBAE in popluar color models

BCCBAE
RGB188203174
HSL91°21.80%73.92%
HSB/HSV91°14.29%79.61%
CMYK7.39%0.00%14.29%
20.39%

Color #BCCBAE in popluar number systems.

HEXBCCBAE
Decimal188203174
Binary101111001100101110101110
Octal274313256

Shades and tints

Shades of #BCCBAE

#BCCBAE
(188,203,174)
#ABB99F
(171,185,159)
#9AA790
(154,167,144)
#899581
(137,149,129)
#788372
(120,131,114)
#677163
(103,113,99)
#565F54
(86,95,84)
#454D45
(69,77,69)
#343B36
(52,59,54)
#232927
(35,41,39)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #BCCBAE

#BCCBAE
(188,203,174)
#C2CFB5
(194,207,181)
#C8D3BC
(200,211,188)
#CED7C3
(206,215,195)
#D4DBCA
(212,219,202)
#DADFD1
(218,223,209)
#E0E3D8
(224,227,216)
#E6E7DF
(230,231,223)
#ECEBE6
(236,235,230)
#F2EFED
(242,239,237)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCBAE; }

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

This text font color is #BCCBAE.


Background Color

.myBgColor { background-color: #BCCBAE; }

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

This div background color is #BCCBAE.


Border color

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

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

This div border color is #BCCBAE.


Opacity

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

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

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

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

This text has shadow with #BCCBAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCBAE on black background.


Color preview on white background

This text has color #BCCBAE on white background.



Black color preview on #BCCBAE background

This text has black color on #BCCBAE background.


White color preview on #BCCBAE background

This text has white color on #BCCBAE background.