COLOR #BDCBED

HEX: #BDCBED
RGB: (189,203,237)

Color info

#BDCBED contains red, green and blue colors in about the same proportion. Web safe color of #BDCBED is #CCCCFF (or #CCF).

RGB color model

#BDCBED color RGB value is (189,203,237).

  • red value is 189;
  • green value is 203;
  • blue value is 237.
RGB:
(189,203,237)
(74%,80%,93%)

RGB channels and saturation

R 189 of 255 = 74%
G 203 of 255 = 80%
B 237 of 255 = 93%

189
203
237

R + G + B ~ 82%. #BDCBED is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 203 + 237 = 629 (100%)
R 189 of 629 ~ 30.05%
G 203 of 629 ~ 32.27%
B 237 of 629 ~ 37.68%

%30.05
%32.27
%37.68

CMYK color model

#BDCBED color CMYK value is (20,14,0,7).

  • cyan value is 20.25%
  • magenta value is 14.35%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(20,14,0,7)
C20M14Y0K7 
(20%,14%,0%,7%)
(0.20/0.14/0.00/0.07)	

CMYK percentages

%20.25
%14.35
%0
%7.06

Codes

Color #BDCBED in popluar color models

BDCBED
RGB189203237
HSL223°57.14%83.53%
HSB/HSV223°20.25%92.94%
CMYK20.25%14.35%0.00%
7.06%

Color #BDCBED in popluar number systems.

HEXBDCBED
Decimal189203237
Binary101111011100101111101101
Octal275313355

Shades and tints

Shades of #BDCBED

#BDCBED
(189,203,237)
#ACB9D8
(172,185,216)
#9BA7C3
(155,167,195)
#8A95AE
(138,149,174)
#798399
(121,131,153)
#687184
(104,113,132)
#575F6F
(87,95,111)
#464D5A
(70,77,90)
#353B45
(53,59,69)
#242930
(36,41,48)
#13171B
(19,23,27)
#000000
(0,0,0)

Tints of #BDCBED

#BDCBED
(189,203,237)
#C3CFEE
(195,207,238)
#C9D3EF
(201,211,239)
#CFD7F0
(207,215,240)
#D5DBF1
(213,219,241)
#DBDFF2
(219,223,242)
#E1E3F3
(225,227,243)
#E7E7F4
(231,231,244)
#EDEBF5
(237,235,245)
#F3EFF6
(243,239,246)
#F9F3F7
(249,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDCBED; }

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

This text font color is #BDCBED.


Background Color

.myBgColor { background-color: #BDCBED; }

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

This div background color is #BDCBED.


Border color

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

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

This div border color is #BDCBED.


Opacity

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

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

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

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

This text has shadow with #BDCBED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDCBED on black background.


Color preview on white background

This text has color #BDCBED on white background.



Black color preview on #BDCBED background

This text has black color on #BDCBED background.


White color preview on #BDCBED background

This text has white color on #BDCBED background.