COLOR #BDCBE1

HEX: #BDCBE1 RGB: (189,203,225)

Color info

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

RGB color model

#BDCBE1 color RGB value is (189,203,225).

RGB: (189,203,225) (74%, 80%, 88%)

RGB channels and saturation

R 189 of 255 = 74%
G 203 of 255 = 80%
B 225 of 255 = 88%

189
203
225

R + G + B ~ 81%. #BDCBE1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 203 + 225 = 617 (100%)
R 189 of 617 ~ 30.63%
G 203 of 617 ~ 32.9%
B 225 of 617 ~ 36.47'%

%30.63
%32.9
%36.47

CMYK color model

#BDCBE1 color CMYK value is (16,10,0,12).

  • cyan value is 16.00%
  • magenta value is 9.78%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (16,10,0,12)
C16M10Y0K12 (16%, 10%, 0%, 12%)
(0.16 / 0.10 / 0.00 / 0.12)

CMYK percentages

%16
%9.78
%0
%11.76

Codes

Color #BDCBE1 in popluar color models

BD CB E1
RGB 189 203 225
HSL 217° 37.50% 81.18%
HSB/HSV 217° 16.00% 88.24%
CMYK 16.00% 9.78% 0.00%
11.76%

Color #BDCBE1 in popluar number systems.

HEX BD CB E1
Decimal 189 203 225
Binary 10111101 11001011 11100001
Octal 275 313 341

Shades and tints

Shades of #BDCBE1

#BDCBE1
(189,203,225)
#ACB9CD
(172,185,205)
#9BA7B9
(155,167,185)
#8A95A5
(138,149,165)
#798391
(121,131,145)
#68717D
(104,113,125)
#575F69
(87,95,105)
#464D55
(70,77,85)
#353B41
(53,59,65)
#24292D
(36,41,45)
#131719
(19,23,25)
#000000
(0,0,0)

Tints of #BDCBE1

#BDCBE1
(189,203,225)
#C3CFE3
(195,207,227)
#C9D3E5
(201,211,229)
#CFD7E7
(207,215,231)
#D5DBE9
(213,219,233)
#DBDFEB
(219,223,235)
#E1E3ED
(225,227,237)
#E7E7EF
(231,231,239)
#EDEBF1
(237,235,241)
#F3EFF3
(243,239,243)
#F9F3F5
(249,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDCBE1 color. Also use rgb(189,203,225) instead hex code.

Text Font Color

.myTextColor { color: #BDCBE1; }

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

This text font color is #BDCBE1.

Background Color

.myBgColor { background-color: #BDCBE1; }

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

This div background color is #BDCBE1.

Border color

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

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

This div border color is #BDCBE1.

Opacity

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

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

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

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

This text has shadow with #BDCBE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDCBE1.

Preview

Color preview on black background

This text has color #BDCBE1 on black background.


Color preview on white background

This text has color #BDCBE1 on white background.


Black color preview on #BDCBE1 background

This text has black color on #BDCBE1 background.


White color preview on #BDCBE1 background

This text has white color on #BDCBE1 background.


Related colors

Complementary color

Complementary color for #hex is #42341E.


I love getcolorcode.com

Triadic colors

1 #E1BDCB and #CBE1BD with #BDCBE1 are triadic colors.

2 #E1CBBD and #CBBDE1 with #BDCBE1 are triadic colors.