COLOR #BDC0DB

HEX: #BDC0DB
RGB: (189,192,219)

Color info

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

RGB color model

#BDC0DB color RGB value is (189,192,219).

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

RGB channels and saturation

R 189 of 255 = 74%
G 192 of 255 = 75%
B 219 of 255 = 86%

189
192
219

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

Portions of RGB colors in percentages

R + G + B =
189 + 192 + 219 = 600 (100%)
R 189 of 600 ~ 31.5%
G 192 of 600 ~ 32%
B 219 of 600 ~ 36.5%

%31.5
%32
%36.5

CMYK color model

#BDC0DB color CMYK value is (14,12,0,14).

  • cyan value is 13.70%
  • magenta value is 12.33%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(14,12,0,14)
C14M12Y0K14 
(14%,12%,0%,14%)
(0.14/0.12/0.00/0.14)	

CMYK percentages

%13.7
%12.33
%0
%14.12

Codes

Color #BDC0DB in popluar color models

BDC0DB
RGB189192219
HSL234°29.41%80.00%
HSB/HSV234°13.70%85.88%
CMYK13.70%12.33%0.00%
14.12%

Color #BDC0DB in popluar number systems.

HEXBDC0DB
Decimal189192219
Binary101111011100000011011011
Octal275300333

Shades and tints

Shades of #BDC0DB

#BDC0DB
(189,192,219)
#ACAFC8
(172,175,200)
#9B9EB5
(155,158,181)
#8A8DA2
(138,141,162)
#797C8F
(121,124,143)
#686B7C
(104,107,124)
#575A69
(87,90,105)
#464956
(70,73,86)
#353843
(53,56,67)
#242730
(36,39,48)
#13161D
(19,22,29)
#000000
(0,0,0)

Tints of #BDC0DB

#BDC0DB
(189,192,219)
#C3C5DE
(195,197,222)
#C9CAE1
(201,202,225)
#CFCFE4
(207,207,228)
#D5D4E7
(213,212,231)
#DBD9EA
(219,217,234)
#E1DEED
(225,222,237)
#E7E3F0
(231,227,240)
#EDE8F3
(237,232,243)
#F3EDF6
(243,237,246)
#F9F2F9
(249,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC0DB; }

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

This text font color is #BDC0DB.


Background Color

.myBgColor { background-color: #BDC0DB; }

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

This div background color is #BDC0DB.


Border color

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

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

This div border color is #BDC0DB.


Opacity

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

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

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

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

This text has shadow with #BDC0DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC0DB on black background.


Color preview on white background

This text has color #BDC0DB on white background.



Black color preview on #BDC0DB background

This text has black color on #BDC0DB background.


White color preview on #BDC0DB background

This text has white color on #BDC0DB background.