COLOR #BDCEC2

HEX: #BDCEC2 RGB: (189,206,194)

Color info

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

RGB color model

#BDCEC2 color RGB value is (189,206,194).

RGB: (189,206,194) (74%, 81%, 76%)

RGB channels and saturation

R 189 of 255 = 74%
G 206 of 255 = 81%
B 194 of 255 = 76%

189
206
194

R + G + B ~ 77%. #BDCEC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 206 + 194 = 589 (100%)
R 189 of 589 ~ 32.09%
G 206 of 589 ~ 34.97%
B 194 of 589 ~ 32.94'%

%32.09
%34.97
%32.94

CMYK color model

#BDCEC2 color CMYK value is (8,0,6,19).

  • cyan value is 8.25%
  • magenta value is 0.00%
  • yellow value is 5.83%
  • key color value is 19.22%

CMYK: (8,0,6,19)
C8M0Y6K19 (8%, 0%, 6%, 19%)
(0.08 / 0.00 / 0.06 / 0.19)

CMYK percentages

%8.25
%0
%5.83
%19.22

Codes

Color #BDCEC2 in popluar color models

BD CE C2
RGB 189 206 194
HSL 138° 14.78% 77.45%
HSB/HSV 138° 8.25% 80.78%
CMYK 8.25% 0.00% 5.83%
19.22%

Color #BDCEC2 in popluar number systems.

HEX BD CE C2
Decimal 189 206 194
Binary 10111101 11001110 11000010
Octal 275 316 302

Shades and tints

Shades of #BDCEC2

#BDCEC2
(189,206,194)
#ACBCB1
(172,188,177)
#9BAAA0
(155,170,160)
#8A988F
(138,152,143)
#79867E
(121,134,126)
#68746D
(104,116,109)
#57625C
(87,98,92)
#46504B
(70,80,75)
#353E3A
(53,62,58)
#242C29
(36,44,41)
#131A18
(19,26,24)
#000000
(0,0,0)

Tints of #BDCEC2

#BDCEC2
(189,206,194)
#C3D2C7
(195,210,199)
#C9D6CC
(201,214,204)
#CFDAD1
(207,218,209)
#D5DED6
(213,222,214)
#DBE2DB
(219,226,219)
#E1E6E0
(225,230,224)
#E7EAE5
(231,234,229)
#EDEEEA
(237,238,234)
#F3F2EF
(243,242,239)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDCEC2 color. Also use rgb(189,206,194) instead hex code.

Text Font Color

.myTextColor { color: #BDCEC2; }

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

This text font color is #BDCEC2.

Background Color

.myBgColor { background-color: #BDCEC2; }

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

This div background color is #BDCEC2.

Border color

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

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

This div border color is #BDCEC2.

Opacity

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

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

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

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

This text has shadow with #BDCEC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDCEC2.

Preview

Color preview on black background

This text has color #BDCEC2 on black background.


Color preview on white background

This text has color #BDCEC2 on white background.


Black color preview on #BDCEC2 background

This text has black color on #BDCEC2 background.


White color preview on #BDCEC2 background

This text has white color on #BDCEC2 background.


Related colors

Complementary color

Complementary color for #hex is #42313D.


I love getcolorcode.com

Triadic colors

1 #C2BDCE and #CEC2BD with #BDCEC2 are triadic colors.

2 #C2CEBD and #CEBDC2 with #BDCEC2 are triadic colors.