COLOR #BDC7FF

HEX: #BDC7FF RGB: (189,199,255)

Color info

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

RGB color model

#BDC7FF color RGB value is (189,199,255).

RGB: (189,199,255) (74%, 78%, 100%)

RGB channels and saturation

R 189 of 255 = 74%
G 199 of 255 = 78%
B 255 of 255 = 100%

189
199
255

R + G + B ~ 84%. #BDC7FF is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 199 + 255 = 643 (100%)
R 189 of 643 ~ 29.39%
G 199 of 643 ~ 30.95%
B 255 of 643 ~ 39.66'%

%29.39
%30.95
%39.66

CMYK color model

#BDC7FF color CMYK value is (26,22,0,0).

  • cyan value is 25.88%
  • magenta value is 21.96%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK: (26,22,0,0) C26M22Y0K0 (26%,22%,0%,0%) (0.26/0.22/0.00/0.00) 

CMYK percentages

%25.88
%21.96
%0
%0

Codes

Color #BDC7FF in popluar color models

BD C7 FF
RGB 189 199 255
HSL 231° 100.00% 87.06%
HSB/HSV 231° 25.88% 100.00%
CMYK 25.88% 21.96% 0.00%
0.00%

Color #BDC7FF in popluar number systems.

HEX BD C7 FF
Decimal 189 199 255
Binary 10111101 11000111 11111111
Octal 275 307 377

Shades and tints

Shades of #BDC7FF

#BDC7FF
(189,199,255)
#ACB5E8
(172,181,232)
#9BA3D1
(155,163,209)
#8A91BA
(138,145,186)
#797FA3
(121,127,163)
#686D8C
(104,109,140)
#575B75
(87,91,117)
#46495E
(70,73,94)
#353747
(53,55,71)
#242530
(36,37,48)
#131319
(19,19,25)
#000000
(0,0,0)

Tints of #BDC7FF

#BDC7FF
(189,199,255)
#C3CCFF
(195,204,255)
#C9D1FF
(201,209,255)
#CFD6FF
(207,214,255)
#D5DBFF
(213,219,255)
#DBE0FF
(219,224,255)
#E1E5FF
(225,229,255)
#E7EAFF
(231,234,255)
#EDEFFF
(237,239,255)
#F3F4FF
(243,244,255)
#F9F9FF
(249,249,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC7FF color. Also use rgb(189,199,255) instead hex code.

Text Font Color

.myTextColor { color: #BDC7FF; }

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

This text font color is #BDC7FF.

Background Color

.myBgColor { background-color: #BDC7FF; }

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

This div background color is #BDC7FF.

Border color

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

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

This div border color is #BDC7FF.

Opacity

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

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

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

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

This text has shadow with #BDC7FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC7FF.

Preview

Color preview on black background

This text has color #BDC7FF on black background.


Color preview on white background

This text has color #BDC7FF on white background.


Black color preview on #BDC7FF background

This text has black color on #BDC7FF background.


White color preview on #BDC7FF background

This text has white color on #BDC7FF background.


Related colors

Complementary color

Complementary color for #hex is #423800.


I love getcolorcode.com

Triadic colors

1 #FFBDC7 and #C7FFBD with #BDC7FF are triadic colors.

2 #FFC7BD and #C7BDFF with #BDC7FF are triadic colors.