COLOR #BDCEC0

HEX: #BDCEC0 RGB: (189,206,192)

Color info

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

RGB color model

#BDCEC0 color RGB value is (189,206,192).

RGB: (189,206,192) (74%, 81%, 75%)

RGB channels and saturation

R 189 of 255 = 74%
G 206 of 255 = 81%
B 192 of 255 = 75%

189
206
192

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

Portions of RGB colors in percentages

R + G + B = 189 + 206 + 192 = 587 (100%)
R 189 of 587 ~ 32.2%
G 206 of 587 ~ 35.09%
B 192 of 587 ~ 32.71'%

%32.2
%35.09
%32.71

CMYK color model

#BDCEC0 color CMYK value is (8,0,7,19).

  • cyan value is 8.25%
  • magenta value is 0.00%
  • yellow value is 6.80%
  • key color value is 19.22%
CMYK: (8,0,7,19) C8M0Y7K19 (8%,0%,7%,19%) (0.08/0.00/0.07/0.19) 

CMYK percentages

%8.25
%0
%6.8
%19.22

Codes

Color #BDCEC0 in popluar color models

BD CE C0
RGB 189 206 192
HSL 131° 14.78% 77.45%
HSB/HSV 131° 8.25% 80.78%
CMYK 8.25% 0.00% 6.80%
19.22%

Color #BDCEC0 in popluar number systems.

HEX BD CE C0
Decimal 189 206 192
Binary 10111101 11001110 11000000
Octal 275 316 300

Shades and tints

Shades of #BDCEC0

#BDCEC0
(189,206,192)
#ACBCAF
(172,188,175)
#9BAA9E
(155,170,158)
#8A988D
(138,152,141)
#79867C
(121,134,124)
#68746B
(104,116,107)
#57625A
(87,98,90)
#465049
(70,80,73)
#353E38
(53,62,56)
#242C27
(36,44,39)
#131A16
(19,26,22)
#000000
(0,0,0)

Tints of #BDCEC0

#BDCEC0
(189,206,192)
#C3D2C5
(195,210,197)
#C9D6CA
(201,214,202)
#CFDACF
(207,218,207)
#D5DED4
(213,222,212)
#DBE2D9
(219,226,217)
#E1E6DE
(225,230,222)
#E7EAE3
(231,234,227)
#EDEEE8
(237,238,232)
#F3F2ED
(243,242,237)
#F9F6F2
(249,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDCEC0; }

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

This text font color is #BDCEC0.

Background Color

.myBgColor { background-color: #BDCEC0; }

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

This div background color is #BDCEC0.

Border color

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

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

This div border color is #BDCEC0.

Opacity

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

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

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

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

This text has shadow with #BDCEC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDCEC0.

Preview

Color preview on black background

This text has color #BDCEC0 on black background.


Color preview on white background

This text has color #BDCEC0 on white background.


Black color preview on #BDCEC0 background

This text has black color on #BDCEC0 background.


White color preview on #BDCEC0 background

This text has white color on #BDCEC0 background.


Related colors

Complementary color

Complementary color for #hex is #42313F.


I love getcolorcode.com

Triadic colors

1 #C0BDCE and #CEC0BD with #BDCEC0 are triadic colors.

2 #C0CEBD and #CEBDC0 with #BDCEC0 are triadic colors.