COLOR #BCCCB3

HEX: #BCCCB3 RGB: (188,204,179)

Color info

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

RGB color model

#BCCCB3 color RGB value is (188,204,179).

RGB: (188,204,179) (74%, 80%, 70%)

RGB channels and saturation

R 188 of 255 = 74%
G 204 of 255 = 80%
B 179 of 255 = 70%

188
204
179

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

Portions of RGB colors in percentages

R + G + B = 188 + 204 + 179 = 571 (100%)
R 188 of 571 ~ 32.92%
G 204 of 571 ~ 35.73%
B 179 of 571 ~ 31.35'%

%32.92
%35.73
%31.35

CMYK color model

#BCCCB3 color CMYK value is (8,0,12,20).

  • cyan value is 7.84%
  • magenta value is 0.00%
  • yellow value is 12.25%
  • key color value is 20.00%

CMYK: (8,0,12,20)
C8M0Y12K20 (8%, 0%, 12%, 20%)
(0.08 / 0.00 / 0.12 / 0.20)

CMYK percentages

%7.84
%0
%12.25
%20

Codes

Color #BCCCB3 in popluar color models

BC CC B3
RGB 188 204 179
HSL 98° 19.69% 75.10%
HSB/HSV 98° 12.25% 80.00%
CMYK 7.84% 0.00% 12.25%
20.00%

Color #BCCCB3 in popluar number systems.

HEX BC CC B3
Decimal 188 204 179
Binary 10111100 11001100 10110011
Octal 274 314 263

Shades and tints

Shades of #BCCCB3

#BCCCB3
(188,204,179)
#ABBAA3
(171,186,163)
#9AA893
(154,168,147)
#899683
(137,150,131)
#788473
(120,132,115)
#677263
(103,114,99)
#566053
(86,96,83)
#454E43
(69,78,67)
#343C33
(52,60,51)
#232A23
(35,42,35)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #BCCCB3

#BCCCB3
(188,204,179)
#C2D0B9
(194,208,185)
#C8D4BF
(200,212,191)
#CED8C5
(206,216,197)
#D4DCCB
(212,220,203)
#DAE0D1
(218,224,209)
#E0E4D7
(224,228,215)
#E6E8DD
(230,232,221)
#ECECE3
(236,236,227)
#F2F0E9
(242,240,233)
#F8F4EF
(248,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCCCB3 color. Also use rgb(188,204,179) instead hex code.

Text Font Color

.myTextColor { color: #BCCCB3; }

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

This text font color is #BCCCB3.

Background Color

.myBgColor { background-color: #BCCCB3; }

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

This div background color is #BCCCB3.

Border color

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

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

This div border color is #BCCCB3.

Opacity

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

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

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

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

This text has shadow with #BCCCB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCCCB3.

Preview

Color preview on black background

This text has color #BCCCB3 on black background.


Color preview on white background

This text has color #BCCCB3 on white background.


Black color preview on #BCCCB3 background

This text has black color on #BCCCB3 background.


White color preview on #BCCCB3 background

This text has white color on #BCCCB3 background.


Related colors

Complementary color

Complementary color for #hex is #43334C.


I love getcolorcode.com

Triadic colors

1 #B3BCCC and #CCB3BC with #BCCCB3 are triadic colors.

2 #B3CCBC and #CCBCB3 with #BCCCB3 are triadic colors.