COLOR #BDCEC1

HEX: #BDCEC1 RGB: (189,206,193)

Color info

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

RGB color model

#BDCEC1 color RGB value is (189,206,193).

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

RGB channels and saturation

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

189
206
193

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

Portions of RGB colors in percentages

R + G + B = 189 + 206 + 193 = 588 (100%)
R 189 of 588 ~ 32.14%
G 206 of 588 ~ 35.03%
B 193 of 588 ~ 32.82'%

%32.14
%35.03
%32.82

CMYK color model

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

  • cyan value is 8.25%
  • magenta value is 0.00%
  • yellow value is 6.31%
  • 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
%6.31
%19.22

Codes

Color #BDCEC1 in popluar color models

BD CE C1
RGB 189 206 193
HSL 134° 14.78% 77.45%
HSB/HSV 134° 8.25% 80.78%
CMYK 8.25% 0.00% 6.31%
19.22%

Color #BDCEC1 in popluar number systems.

HEX BD CE C1
Decimal 189 206 193
Binary 10111101 11001110 11000001
Octal 275 316 301

Shades and tints

Shades of #BDCEC1

#BDCEC1
(189,206,193)
#ACBCB0
(172,188,176)
#9BAA9F
(155,170,159)
#8A988E
(138,152,142)
#79867D
(121,134,125)
#68746C
(104,116,108)
#57625B
(87,98,91)
#46504A
(70,80,74)
#353E39
(53,62,57)
#242C28
(36,44,40)
#131A17
(19,26,23)
#000000
(0,0,0)

Tints of #BDCEC1

#BDCEC1
(189,206,193)
#C3D2C6
(195,210,198)
#C9D6CB
(201,214,203)
#CFDAD0
(207,218,208)
#D5DED5
(213,222,213)
#DBE2DA
(219,226,218)
#E1E6DF
(225,230,223)
#E7EAE4
(231,234,228)
#EDEEE9
(237,238,233)
#F3F2EE
(243,242,238)
#F9F6F3
(249,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDCEC1; }

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

This text font color is #BDCEC1.

Background Color

.myBgColor { background-color: #BDCEC1; }

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

This div background color is #BDCEC1.

Border color

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

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

This div border color is #BDCEC1.

Opacity

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

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

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

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

This text has shadow with #BDCEC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDCEC1.

Preview

Color preview on black background

This text has color #BDCEC1 on black background.


Color preview on white background

This text has color #BDCEC1 on white background.


Black color preview on #BDCEC1 background

This text has black color on #BDCEC1 background.


White color preview on #BDCEC1 background

This text has white color on #BDCEC1 background.


Related colors

Complementary color

Complementary color for #hex is #42313E.


I love getcolorcode.com

Triadic colors

1 #C1BDCE and #CEC1BD with #BDCEC1 are triadic colors.

2 #C1CEBD and #CEBDC1 with #BDCEC1 are triadic colors.