COLOR #BDCCB1

HEX: #BDCCB1 RGB: (189,204,177)

Color info

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

RGB color model

#BDCCB1 color RGB value is (189,204,177).

RGB: (189,204,177) (74%, 80%, 69%)

RGB channels and saturation

R 189 of 255 = 74%
G 204 of 255 = 80%
B 177 of 255 = 69%

189
204
177

R + G + B ~ 74%. #BDCCB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 204 + 177 = 570 (100%)
R 189 of 570 ~ 33.16%
G 204 of 570 ~ 35.79%
B 177 of 570 ~ 31.05'%

%33.16
%35.79
%31.05

CMYK color model

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

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

CMYK: (7,0,13,20)
C7M0Y13K20 (7%, 0%, 13%, 20%)
(0.07 / 0.00 / 0.13 / 0.20)

CMYK percentages

%7.35
%0
%13.24
%20

Codes

Color #BDCCB1 in popluar color models

BD CC B1
RGB 189 204 177
HSL 93° 20.93% 74.71%
HSB/HSV 93° 13.24% 80.00%
CMYK 7.35% 0.00% 13.24%
20.00%

Color #BDCCB1 in popluar number systems.

HEX BD CC B1
Decimal 189 204 177
Binary 10111101 11001100 10110001
Octal 275 314 261

Shades and tints

Shades of #BDCCB1

#BDCCB1
(189,204,177)
#ACBAA1
(172,186,161)
#9BA891
(155,168,145)
#8A9681
(138,150,129)
#798471
(121,132,113)
#687261
(104,114,97)
#576051
(87,96,81)
#464E41
(70,78,65)
#353C31
(53,60,49)
#242A21
(36,42,33)
#131811
(19,24,17)
#000000
(0,0,0)

Tints of #BDCCB1

#BDCCB1
(189,204,177)
#C3D0B8
(195,208,184)
#C9D4BF
(201,212,191)
#CFD8C6
(207,216,198)
#D5DCCD
(213,220,205)
#DBE0D4
(219,224,212)
#E1E4DB
(225,228,219)
#E7E8E2
(231,232,226)
#EDECE9
(237,236,233)
#F3F0F0
(243,240,240)
#F9F4F7
(249,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDCCB1; }

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

This text font color is #BDCCB1.

Background Color

.myBgColor { background-color: #BDCCB1; }

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

This div background color is #BDCCB1.

Border color

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

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

This div border color is #BDCCB1.

Opacity

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

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

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

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

This text has shadow with #BDCCB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDCCB1.

Preview

Color preview on black background

This text has color #BDCCB1 on black background.


Color preview on white background

This text has color #BDCCB1 on white background.


Black color preview on #BDCCB1 background

This text has black color on #BDCCB1 background.


White color preview on #BDCCB1 background

This text has white color on #BDCCB1 background.


Related colors

Complementary color

Complementary color for #hex is #42334E.


I love getcolorcode.com

Triadic colors

1 #B1BDCC and #CCB1BD with #BDCCB1 are triadic colors.

2 #B1CCBD and #CCBDB1 with #BDCCB1 are triadic colors.