COLOR #BDCCB4

HEX: #BDCCB4 RGB: (189,204,180)

Color info

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

RGB color model

#BDCCB4 color RGB value is (189,204,180).

RGB: (189,204,180) (74%, 80%, 71%)

RGB channels and saturation

R 189 of 255 = 74%
G 204 of 255 = 80%
B 180 of 255 = 71%

189
204
180

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

Portions of RGB colors in percentages

R + G + B = 189 + 204 + 180 = 573 (100%)
R 189 of 573 ~ 32.98%
G 204 of 573 ~ 35.6%
B 180 of 573 ~ 31.41'%

%32.98
%35.6
%31.41

CMYK color model

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

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

CMYK: (7,0,12,20)
C7M0Y12K20 (7%, 0%, 12%, 20%)
(0.07 / 0.00 / 0.12 / 0.20)

CMYK percentages

%7.35
%0
%11.76
%20

Codes

Color #BDCCB4 in popluar color models

BD CC B4
RGB 189 204 180
HSL 98° 19.05% 75.29%
HSB/HSV 98° 11.76% 80.00%
CMYK 7.35% 0.00% 11.76%
20.00%

Color #BDCCB4 in popluar number systems.

HEX BD CC B4
Decimal 189 204 180
Binary 10111101 11001100 10110100
Octal 275 314 264

Shades and tints

Shades of #BDCCB4

#BDCCB4
(189,204,180)
#ACBAA4
(172,186,164)
#9BA894
(155,168,148)
#8A9684
(138,150,132)
#798474
(121,132,116)
#687264
(104,114,100)
#576054
(87,96,84)
#464E44
(70,78,68)
#353C34
(53,60,52)
#242A24
(36,42,36)
#131814
(19,24,20)
#000000
(0,0,0)

Tints of #BDCCB4

#BDCCB4
(189,204,180)
#C3D0BA
(195,208,186)
#C9D4C0
(201,212,192)
#CFD8C6
(207,216,198)
#D5DCCC
(213,220,204)
#DBE0D2
(219,224,210)
#E1E4D8
(225,228,216)
#E7E8DE
(231,232,222)
#EDECE4
(237,236,228)
#F3F0EA
(243,240,234)
#F9F4F0
(249,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDCCB4; }

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

This text font color is #BDCCB4.

Background Color

.myBgColor { background-color: #BDCCB4; }

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

This div background color is #BDCCB4.

Border color

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

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

This div border color is #BDCCB4.

Opacity

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

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

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

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

This text has shadow with #BDCCB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDCCB4.

Preview

Color preview on black background

This text has color #BDCCB4 on black background.


Color preview on white background

This text has color #BDCCB4 on white background.


Black color preview on #BDCCB4 background

This text has black color on #BDCCB4 background.


White color preview on #BDCCB4 background

This text has white color on #BDCCB4 background.


Related colors

Complementary color

Complementary color for #hex is #42334B.


I love getcolorcode.com

Triadic colors

1 #B4BDCC and #CCB4BD with #BDCCB4 are triadic colors.

2 #B4CCBD and #CCBDB4 with #BDCCB4 are triadic colors.