COLOR #BCCAA5

HEX: #BCCAA5 RGB: (188,202,165)

Color info

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

RGB color model

#BCCAA5 color RGB value is (188,202,165).

RGB: (188,202,165) (74%, 79%, 65%)

RGB channels and saturation

R 188 of 255 = 74%
G 202 of 255 = 79%
B 165 of 255 = 65%

188
202
165

R + G + B ~ 73%. #BCCAA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 202 + 165 = 555 (100%)
R 188 of 555 ~ 33.87%
G 202 of 555 ~ 36.4%
B 165 of 555 ~ 29.73'%

%33.87
%36.4
%29.73

CMYK color model

#BCCAA5 color CMYK value is (7,0,18,21).

  • cyan value is 6.93%
  • magenta value is 0.00%
  • yellow value is 18.32%
  • key color value is 20.78%

CMYK: (7,0,18,21)
C7M0Y18K21 (7%, 0%, 18%, 21%)
(0.07 / 0.00 / 0.18 / 0.21)

CMYK percentages

%6.93
%0
%18.32
%20.78

Codes

Color #BCCAA5 in popluar color models

BC CA A5
RGB 188 202 165
HSL 83° 25.87% 71.96%
HSB/HSV 83° 18.32% 79.22%
CMYK 6.93% 0.00% 18.32%
20.78%

Color #BCCAA5 in popluar number systems.

HEX BC CA A5
Decimal 188 202 165
Binary 10111100 11001010 10100101
Octal 274 312 245

Shades and tints

Shades of #BCCAA5

#BCCAA5
(188,202,165)
#ABB896
(171,184,150)
#9AA687
(154,166,135)
#899478
(137,148,120)
#788269
(120,130,105)
#67705A
(103,112,90)
#565E4B
(86,94,75)
#454C3C
(69,76,60)
#343A2D
(52,58,45)
#23281E
(35,40,30)
#12160F
(18,22,15)
#000000
(0,0,0)

Tints of #BCCAA5

#BCCAA5
(188,202,165)
#C2CEAD
(194,206,173)
#C8D2B5
(200,210,181)
#CED6BD
(206,214,189)
#D4DAC5
(212,218,197)
#DADECD
(218,222,205)
#E0E2D5
(224,226,213)
#E6E6DD
(230,230,221)
#ECEAE5
(236,234,229)
#F2EEED
(242,238,237)
#F8F2F5
(248,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCAA5; }

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

This text font color is #BCCAA5.

Background Color

.myBgColor { background-color: #BCCAA5; }

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

This div background color is #BCCAA5.

Border color

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

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

This div border color is #BCCAA5.

Opacity

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

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

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

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

This text has shadow with #BCCAA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCCAA5.

Preview

Color preview on black background

This text has color #BCCAA5 on black background.


Color preview on white background

This text has color #BCCAA5 on white background.


Black color preview on #BCCAA5 background

This text has black color on #BCCAA5 background.


White color preview on #BCCAA5 background

This text has white color on #BCCAA5 background.


Related colors

Complementary color

Complementary color for #hex is #43355A.


I love getcolorcode.com

Triadic colors

1 #A5BCCA and #CAA5BC with #BCCAA5 are triadic colors.

2 #A5CABC and #CABCA5 with #BCCAA5 are triadic colors.