COLOR #BCCBBD

HEX: #BCCBBD RGB: (188,203,189)

Color info

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

RGB color model

#BCCBBD color RGB value is (188,203,189).

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

RGB channels and saturation

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

188
203
189

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

Portions of RGB colors in percentages

R + G + B = 188 + 203 + 189 = 580 (100%)
R 188 of 580 ~ 32.41%
G 203 of 580 ~ 35%
B 189 of 580 ~ 32.59'%

%32.41
%35
%32.59

CMYK color model

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

  • cyan value is 7.39%
  • magenta value is 0.00%
  • yellow value is 6.90%
  • key color value is 20.39%

CMYK: (7,0,7,20)
C7M0Y7K20 (7%, 0%, 7%, 20%)
(0.07 / 0.00 / 0.07 / 0.20)

CMYK percentages

%7.39
%0
%6.9
%20.39

Codes

Color #BCCBBD in popluar color models

BC CB BD
RGB 188 203 189
HSL 124° 12.61% 76.67%
HSB/HSV 124° 7.39% 79.61%
CMYK 7.39% 0.00% 6.90%
20.39%

Color #BCCBBD in popluar number systems.

HEX BC CB BD
Decimal 188 203 189
Binary 10111100 11001011 10111101
Octal 274 313 275

Shades and tints

Shades of #BCCBBD

#BCCBBD
(188,203,189)
#ABB9AC
(171,185,172)
#9AA79B
(154,167,155)
#89958A
(137,149,138)
#788379
(120,131,121)
#677168
(103,113,104)
#565F57
(86,95,87)
#454D46
(69,77,70)
#343B35
(52,59,53)
#232924
(35,41,36)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #BCCBBD

#BCCBBD
(188,203,189)
#C2CFC3
(194,207,195)
#C8D3C9
(200,211,201)
#CED7CF
(206,215,207)
#D4DBD5
(212,219,213)
#DADFDB
(218,223,219)
#E0E3E1
(224,227,225)
#E6E7E7
(230,231,231)
#ECEBED
(236,235,237)
#F2EFF3
(242,239,243)
#F8F3F9
(248,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCBBD; }

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

This text font color is #BCCBBD.

Background Color

.myBgColor { background-color: #BCCBBD; }

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

This div background color is #BCCBBD.

Border color

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

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

This div border color is #BCCBBD.

Opacity

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

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

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

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

This text has shadow with #BCCBBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCCBBD.

Preview

Color preview on black background

This text has color #BCCBBD on black background.


Color preview on white background

This text has color #BCCBBD on white background.


Black color preview on #BCCBBD background

This text has black color on #BCCBBD background.


White color preview on #BCCBBD background

This text has white color on #BCCBBD background.


Related colors

Complementary color

Complementary color for #hex is #433442.


I love getcolorcode.com

Triadic colors

1 #BDBCCB and #CBBDBC with #BCCBBD are triadic colors.

2 #BDCBBC and #CBBCBD with #BCCBBD are triadic colors.