COLOR #BDC0E6

HEX: #BDC0E6
RGB: (189,192,230)

Color info

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

RGB color model

#BDC0E6 color RGB value is (189,192,230).

  • red value is 189;
  • green value is 192;
  • blue value is 230.
RGB:
(189,192,230)
(74%,75%,90%)

RGB channels and saturation

R 189 of 255 = 74%
G 192 of 255 = 75%
B 230 of 255 = 90%

189
192
230

R + G + B ~ 80%. #BDC0E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 192 + 230 = 611 (100%)
R 189 of 611 ~ 30.93%
G 192 of 611 ~ 31.42%
B 230 of 611 ~ 37.64%

%30.93
%31.42
%37.64

CMYK color model

#BDC0E6 color CMYK value is (18,17,0,10).

  • cyan value is 17.83%
  • magenta value is 16.52%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(18,17,0,10)
C18M17Y0K10 
(18%,17%,0%,10%)
(0.18/0.17/0.00/0.10)	

CMYK percentages

%17.83
%16.52
%0
%9.8

Codes

Color #BDC0E6 in popluar color models

BDC0E6
RGB189192230
HSL236°45.05%82.16%
HSB/HSV236°17.83%90.20%
CMYK17.83%16.52%0.00%
9.80%

Color #BDC0E6 in popluar number systems.

HEXBDC0E6
Decimal189192230
Binary101111011100000011100110
Octal275300346

Shades and tints

Shades of #BDC0E6

#BDC0E6
(189,192,230)
#ACAFD2
(172,175,210)
#9B9EBE
(155,158,190)
#8A8DAA
(138,141,170)
#797C96
(121,124,150)
#686B82
(104,107,130)
#575A6E
(87,90,110)
#46495A
(70,73,90)
#353846
(53,56,70)
#242732
(36,39,50)
#13161E
(19,22,30)
#000000
(0,0,0)

Tints of #BDC0E6

#BDC0E6
(189,192,230)
#C3C5E8
(195,197,232)
#C9CAEA
(201,202,234)
#CFCFEC
(207,207,236)
#D5D4EE
(213,212,238)
#DBD9F0
(219,217,240)
#E1DEF2
(225,222,242)
#E7E3F4
(231,227,244)
#EDE8F6
(237,232,246)
#F3EDF8
(243,237,248)
#F9F2FA
(249,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC0E6; }

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

This text font color is #BDC0E6.


Background Color

.myBgColor { background-color: #BDC0E6; }

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

This div background color is #BDC0E6.


Border color

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

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

This div border color is #BDC0E6.


Opacity

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

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

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

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

This text has shadow with #BDC0E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC0E6 on black background.


Color preview on white background

This text has color #BDC0E6 on white background.



Black color preview on #BDC0E6 background

This text has black color on #BDC0E6 background.


White color preview on #BDC0E6 background

This text has white color on #BDC0E6 background.