COLOR #BDC6FB

HEX: #BDC6FB
RGB: (189,198,251)

Color info

#BDC6FB contains mainly green and blue colors. Web safe color of #BDC6FB is #CCCCFF (or #CCF).

RGB color model

#BDC6FB color RGB value is (189,198,251).

  • red value is 189;
  • green value is 198;
  • blue value is 251.
RGB:
(189,198,251)
(74%,78%,98%)

RGB channels and saturation

R 189 of 255 = 74%
G 198 of 255 = 78%
B 251 of 255 = 98%

189
198
251

R + G + B ~ 83%. #BDC6FB is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 198 + 251 = 638 (100%)
R 189 of 638 ~ 29.62%
G 198 of 638 ~ 31.03%
B 251 of 638 ~ 39.34%

%29.62
%31.03
%39.34

CMYK color model

#BDC6FB color CMYK value is (25,21,0,2).

  • cyan value is 24.70%
  • magenta value is 21.12%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(25,21,0,2)
C25M21Y0K2 
(25%,21%,0%,2%)
(0.25/0.21/0.00/0.02)	

CMYK percentages

%24.7
%21.12
%0
%1.57

Codes

Color #BDC6FB in popluar color models

BDC6FB
RGB189198251
HSL231°88.57%86.27%
HSB/HSV231°24.70%98.43%
CMYK24.70%21.12%0.00%
1.57%

Color #BDC6FB in popluar number systems.

HEXBDC6FB
Decimal189198251
Binary101111011100011011111011
Octal275306373

Shades and tints

Shades of #BDC6FB

#BDC6FB
(189,198,251)
#ACB4E5
(172,180,229)
#9BA2CF
(155,162,207)
#8A90B9
(138,144,185)
#797EA3
(121,126,163)
#686C8D
(104,108,141)
#575A77
(87,90,119)
#464861
(70,72,97)
#35364B
(53,54,75)
#242435
(36,36,53)
#13121F
(19,18,31)
#000000
(0,0,0)

Tints of #BDC6FB

#BDC6FB
(189,198,251)
#C3CBFB
(195,203,251)
#C9D0FB
(201,208,251)
#CFD5FB
(207,213,251)
#D5DAFB
(213,218,251)
#DBDFFB
(219,223,251)
#E1E4FB
(225,228,251)
#E7E9FB
(231,233,251)
#EDEEFB
(237,238,251)
#F3F3FB
(243,243,251)
#F9F8FB
(249,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC6FB color. Also use rgb(189,198,251) instead hex code.

Text Font Color

.myTextColor { color: #BDC6FB; }

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

This text font color is #BDC6FB.


Background Color

.myBgColor { background-color: #BDC6FB; }

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

This div background color is #BDC6FB.


Border color

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

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

This div border color is #BDC6FB.


Opacity

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

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

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

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

This text has shadow with #BDC6FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC6FB on black background.


Color preview on white background

This text has color #BDC6FB on white background.



Black color preview on #BDC6FB background

This text has black color on #BDC6FB background.


White color preview on #BDC6FB background

This text has white color on #BDC6FB background.