COLOR #BDCEF8

HEX: #BDCEF8 RGB: (189,206,248)

Color info

#BDCEF8 contains red, green and blue colors in about the same proportion. Web safe color of #BDCEF8 is #CCCCFF (or #CCF).

RGB color model

#BDCEF8 color RGB value is (189,206,248).

RGB: (189,206,248) (74%, 81%, 97%)

RGB channels and saturation

R 189 of 255 = 74%
G 206 of 255 = 81%
B 248 of 255 = 97%

189
206
248

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

Portions of RGB colors in percentages

R + G + B = 189 + 206 + 248 = 643 (100%)
R 189 of 643 ~ 29.39%
G 206 of 643 ~ 32.04%
B 248 of 643 ~ 38.57'%

%29.39
%32.04
%38.57

CMYK color model

#BDCEF8 color CMYK value is (24,17,0,3).

  • cyan value is 23.79%
  • magenta value is 16.94%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (24,17,0,3)
C24M17Y0K3 (24%, 17%, 0%, 3%)
(0.24 / 0.17 / 0.00 / 0.03)

CMYK percentages

%23.79
%16.94
%0
%2.75

Codes

Color #BDCEF8 in popluar color models

BD CE F8
RGB 189 206 248
HSL 223° 80.82% 85.69%
HSB/HSV 223° 23.79% 97.25%
CMYK 23.79% 16.94% 0.00%
2.75%

Color #BDCEF8 in popluar number systems.

HEX BD CE F8
Decimal 189 206 248
Binary 10111101 11001110 11111000
Octal 275 316 370

Shades and tints

Shades of #BDCEF8

#BDCEF8
(189,206,248)
#ACBCE2
(172,188,226)
#9BAACC
(155,170,204)
#8A98B6
(138,152,182)
#7986A0
(121,134,160)
#68748A
(104,116,138)
#576274
(87,98,116)
#46505E
(70,80,94)
#353E48
(53,62,72)
#242C32
(36,44,50)
#131A1C
(19,26,28)
#000000
(0,0,0)

Tints of #BDCEF8

#BDCEF8
(189,206,248)
#C3D2F8
(195,210,248)
#C9D6F8
(201,214,248)
#CFDAF8
(207,218,248)
#D5DEF8
(213,222,248)
#DBE2F8
(219,226,248)
#E1E6F8
(225,230,248)
#E7EAF8
(231,234,248)
#EDEEF8
(237,238,248)
#F3F2F8
(243,242,248)
#F9F6F8
(249,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDCEF8 color. Also use rgb(189,206,248) instead hex code.

Text Font Color

.myTextColor { color: #BDCEF8; }

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

This text font color is #BDCEF8.

Background Color

.myBgColor { background-color: #BDCEF8; }

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

This div background color is #BDCEF8.

Border color

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

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

This div border color is #BDCEF8.

Opacity

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

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

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

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

This text has shadow with #BDCEF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDCEF8.

Preview

Color preview on black background

This text has color #BDCEF8 on black background.


Color preview on white background

This text has color #BDCEF8 on white background.


Black color preview on #BDCEF8 background

This text has black color on #BDCEF8 background.


White color preview on #BDCEF8 background

This text has white color on #BDCEF8 background.


Related colors

Complementary color

Complementary color for #hex is #423107.


I love getcolorcode.com

Triadic colors

1 #F8BDCE and #CEF8BD with #BDCEF8 are triadic colors.

2 #F8CEBD and #CEBDF8 with #BDCEF8 are triadic colors.