COLOR #BDD2FB

HEX: #BDD2FB RGB: (189,210,251)

Color info

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

RGB color model

#BDD2FB color RGB value is (189,210,251).

RGB: (189,210,251) (74%, 82%, 98%)

RGB channels and saturation

R 189 of 255 = 74%
G 210 of 255 = 82%
B 251 of 255 = 98%

189
210
251

R + G + B ~ 85%. #BDD2FB is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 210 + 251 = 650 (100%)
R 189 of 650 ~ 29.08%
G 210 of 650 ~ 32.31%
B 251 of 650 ~ 38.62'%

%29.08
%32.31
%38.62

CMYK color model

#BDD2FB color CMYK value is (25,16,0,2).

  • cyan value is 24.70%
  • magenta value is 16.33%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (25,16,0,2)
C25M16Y0K2 (25%, 16%, 0%, 2%)
(0.25 / 0.16 / 0.00 / 0.02)

CMYK percentages

%24.7
%16.33
%0
%1.57

Codes

Color #BDD2FB in popluar color models

BD D2 FB
RGB 189 210 251
HSL 220° 88.57% 86.27%
HSB/HSV 220° 24.70% 98.43%
CMYK 24.70% 16.33% 0.00%
1.57%

Color #BDD2FB in popluar number systems.

HEX BD D2 FB
Decimal 189 210 251
Binary 10111101 11010010 11111011
Octal 275 322 373

Shades and tints

Shades of #BDD2FB

#BDD2FB
(189,210,251)
#ACBFE5
(172,191,229)
#9BACCF
(155,172,207)
#8A99B9
(138,153,185)
#7986A3
(121,134,163)
#68738D
(104,115,141)
#576077
(87,96,119)
#464D61
(70,77,97)
#353A4B
(53,58,75)
#242735
(36,39,53)
#13141F
(19,20,31)
#000000
(0,0,0)

Tints of #BDD2FB

#BDD2FB
(189,210,251)
#C3D6FB
(195,214,251)
#C9DAFB
(201,218,251)
#CFDEFB
(207,222,251)
#D5E2FB
(213,226,251)
#DBE6FB
(219,230,251)
#E1EAFB
(225,234,251)
#E7EEFB
(231,238,251)
#EDF2FB
(237,242,251)
#F3F6FB
(243,246,251)
#F9FAFB
(249,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD2FB; }

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

This text font color is #BDD2FB.

Background Color

.myBgColor { background-color: #BDD2FB; }

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

This div background color is #BDD2FB.

Border color

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

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

This div border color is #BDD2FB.

Opacity

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

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

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

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

This text has shadow with #BDD2FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDD2FB.

Preview

Color preview on black background

This text has color #BDD2FB on black background.


Color preview on white background

This text has color #BDD2FB on white background.


Black color preview on #BDD2FB background

This text has black color on #BDD2FB background.


White color preview on #BDD2FB background

This text has white color on #BDD2FB background.


Related colors

Complementary color

Complementary color for #hex is #422D04.


I love getcolorcode.com

Triadic colors

1 #FBBDD2 and #D2FBBD with #BDD2FB are triadic colors.

2 #FBD2BD and #D2BDFB with #BDD2FB are triadic colors.