COLOR #BCCAC5

HEX: #BCCAC5 RGB: (188,202,197)

Color info

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

RGB color model

#BCCAC5 color RGB value is (188,202,197).

RGB: (188,202,197) (74%, 79%, 77%)

RGB channels and saturation

R 188 of 255 = 74%
G 202 of 255 = 79%
B 197 of 255 = 77%

188
202
197

R + G + B ~ 77%. #BCCAC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 202 + 197 = 587 (100%)
R 188 of 587 ~ 32.03%
G 202 of 587 ~ 34.41%
B 197 of 587 ~ 33.56'%

%32.03
%34.41
%33.56

CMYK color model

#BCCAC5 color CMYK value is (7,0,2,21).

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

CMYK: (7,0,2,21)
C7M0Y2K21 (7%, 0%, 2%, 21%)
(0.07 / 0.00 / 0.02 / 0.21)

CMYK percentages

%6.93
%0
%2.48
%20.78

Codes

Color #BCCAC5 in popluar color models

BC CA C5
RGB 188 202 197
HSL 159° 11.67% 76.47%
HSB/HSV 159° 6.93% 79.22%
CMYK 6.93% 0.00% 2.48%
20.78%

Color #BCCAC5 in popluar number systems.

HEX BC CA C5
Decimal 188 202 197
Binary 10111100 11001010 11000101
Octal 274 312 305

Shades and tints

Shades of #BCCAC5

#BCCAC5
(188,202,197)
#ABB8B4
(171,184,180)
#9AA6A3
(154,166,163)
#899492
(137,148,146)
#788281
(120,130,129)
#677070
(103,112,112)
#565E5F
(86,94,95)
#454C4E
(69,76,78)
#343A3D
(52,58,61)
#23282C
(35,40,44)
#12161B
(18,22,27)
#000000
(0,0,0)

Tints of #BCCAC5

#BCCAC5
(188,202,197)
#C2CECA
(194,206,202)
#C8D2CF
(200,210,207)
#CED6D4
(206,214,212)
#D4DAD9
(212,218,217)
#DADEDE
(218,222,222)
#E0E2E3
(224,226,227)
#E6E6E8
(230,230,232)
#ECEAED
(236,234,237)
#F2EEF2
(242,238,242)
#F8F2F7
(248,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCAC5; }

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

This text font color is #BCCAC5.

Background Color

.myBgColor { background-color: #BCCAC5; }

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

This div background color is #BCCAC5.

Border color

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

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

This div border color is #BCCAC5.

Opacity

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

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

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

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

This text has shadow with #BCCAC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCCAC5.

Preview

Color preview on black background

This text has color #BCCAC5 on black background.


Color preview on white background

This text has color #BCCAC5 on white background.


Black color preview on #BCCAC5 background

This text has black color on #BCCAC5 background.


White color preview on #BCCAC5 background

This text has white color on #BCCAC5 background.


Related colors

Complementary color

Complementary color for #hex is #43353A.


I love getcolorcode.com

Triadic colors

1 #C5BCCA and #CAC5BC with #BCCAC5 are triadic colors.

2 #C5CABC and #CABCC5 with #BCCAC5 are triadic colors.