COLOR #BCCCBD

HEX: #BCCCBD RGB: (188,204,189)

Color info

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

RGB color model

#BCCCBD color RGB value is (188,204,189).

RGB: (188,204,189) (74%, 80%, 74%)

RGB channels and saturation

R 188 of 255 = 74%
G 204 of 255 = 80%
B 189 of 255 = 74%

188
204
189

R + G + B ~ 76%. #BCCCBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 204 + 189 = 581 (100%)
R 188 of 581 ~ 32.36%
G 204 of 581 ~ 35.11%
B 189 of 581 ~ 32.53'%

%32.36
%35.11
%32.53

CMYK color model

#BCCCBD color CMYK value is (8,0,7,20).

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

CMYK: (8,0,7,20)
C8M0Y7K20 (8%, 0%, 7%, 20%)
(0.08 / 0.00 / 0.07 / 0.20)

CMYK percentages

%7.84
%0
%7.35
%20

Codes

Color #BCCCBD in popluar color models

BC CC BD
RGB 188 204 189
HSL 124° 13.56% 76.86%
HSB/HSV 124° 7.84% 80.00%
CMYK 7.84% 0.00% 7.35%
20.00%

Color #BCCCBD in popluar number systems.

HEX BC CC BD
Decimal 188 204 189
Binary 10111100 11001100 10111101
Octal 274 314 275

Shades and tints

Shades of #BCCCBD

#BCCCBD
(188,204,189)
#ABBAAC
(171,186,172)
#9AA89B
(154,168,155)
#89968A
(137,150,138)
#788479
(120,132,121)
#677268
(103,114,104)
#566057
(86,96,87)
#454E46
(69,78,70)
#343C35
(52,60,53)
#232A24
(35,42,36)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #BCCCBD

#BCCCBD
(188,204,189)
#C2D0C3
(194,208,195)
#C8D4C9
(200,212,201)
#CED8CF
(206,216,207)
#D4DCD5
(212,220,213)
#DAE0DB
(218,224,219)
#E0E4E1
(224,228,225)
#E6E8E7
(230,232,231)
#ECECED
(236,236,237)
#F2F0F3
(242,240,243)
#F8F4F9
(248,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCCBD; }

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

This text font color is #BCCCBD.

Background Color

.myBgColor { background-color: #BCCCBD; }

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

This div background color is #BCCCBD.

Border color

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

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

This div border color is #BCCCBD.

Opacity

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

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

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

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

This text has shadow with #BCCCBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCCCBD.

Preview

Color preview on black background

This text has color #BCCCBD on black background.


Color preview on white background

This text has color #BCCCBD on white background.


Black color preview on #BCCCBD background

This text has black color on #BCCCBD background.


White color preview on #BCCCBD background

This text has white color on #BCCCBD background.


Related colors

Complementary color

Complementary color for #hex is #433342.


I love getcolorcode.com

Triadic colors

1 #BDBCCC and #CCBDBC with #BCCCBD are triadic colors.

2 #BDCCBC and #CCBCBD with #BCCCBD are triadic colors.