COLOR #BDCECA

HEX: #BDCECA RGB: (189,206,202)

Color info

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

RGB color model

#BDCECA color RGB value is (189,206,202).

RGB: (189,206,202) (74%, 81%, 79%)

RGB channels and saturation

R 189 of 255 = 74%
G 206 of 255 = 81%
B 202 of 255 = 79%

189
206
202

R + G + B ~ 78%. #BDCECA is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 206 + 202 = 597 (100%)
R 189 of 597 ~ 31.66%
G 206 of 597 ~ 34.51%
B 202 of 597 ~ 33.84'%

%31.66
%34.51
%33.84

CMYK color model

#BDCECA color CMYK value is (8,0,2,19).

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

CMYK: (8,0,2,19)
C8M0Y2K19 (8%, 0%, 2%, 19%)
(0.08 / 0.00 / 0.02 / 0.19)

CMYK percentages

%8.25
%0
%1.94
%19.22

Codes

Color #BDCECA in popluar color models

BD CE CA
RGB 189 206 202
HSL 166° 14.78% 77.45%
HSB/HSV 166° 8.25% 80.78%
CMYK 8.25% 0.00% 1.94%
19.22%

Color #BDCECA in popluar number systems.

HEX BD CE CA
Decimal 189 206 202
Binary 10111101 11001110 11001010
Octal 275 316 312

Shades and tints

Shades of #BDCECA

#BDCECA
(189,206,202)
#ACBCB8
(172,188,184)
#9BAAA6
(155,170,166)
#8A9894
(138,152,148)
#798682
(121,134,130)
#687470
(104,116,112)
#57625E
(87,98,94)
#46504C
(70,80,76)
#353E3A
(53,62,58)
#242C28
(36,44,40)
#131A16
(19,26,22)
#000000
(0,0,0)

Tints of #BDCECA

#BDCECA
(189,206,202)
#C3D2CE
(195,210,206)
#C9D6D2
(201,214,210)
#CFDAD6
(207,218,214)
#D5DEDA
(213,222,218)
#DBE2DE
(219,226,222)
#E1E6E2
(225,230,226)
#E7EAE6
(231,234,230)
#EDEEEA
(237,238,234)
#F3F2EE
(243,242,238)
#F9F6F2
(249,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDCECA; }

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

This text font color is #BDCECA.

Background Color

.myBgColor { background-color: #BDCECA; }

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

This div background color is #BDCECA.

Border color

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

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

This div border color is #BDCECA.

Opacity

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

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

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

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

This text has shadow with #BDCECA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDCECA.

Preview

Color preview on black background

This text has color #BDCECA on black background.


Color preview on white background

This text has color #BDCECA on white background.


Black color preview on #BDCECA background

This text has black color on #BDCECA background.


White color preview on #BDCECA background

This text has white color on #BDCECA background.


Related colors

Complementary color

Complementary color for #hex is #423135.


I love getcolorcode.com

Triadic colors

1 #CABDCE and #CECABD with #BDCECA are triadic colors.

2 #CACEBD and #CEBDCA with #BDCECA are triadic colors.