COLOR #BDCCF4

HEX: #BDCCF4
RGB: (189,204,244)

Color info

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

RGB color model

#BDCCF4 color RGB value is (189,204,244).

  • red value is 189;
  • green value is 204;
  • blue value is 244.
RGB:
(189,204,244)
(74%,80%,96%)

RGB channels and saturation

R 189 of 255 = 74%
G 204 of 255 = 80%
B 244 of 255 = 96%

189
204
244

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

Portions of RGB colors in percentages

R + G + B =
189 + 204 + 244 = 637 (100%)
R 189 of 637 ~ 29.67%
G 204 of 637 ~ 32.03%
B 244 of 637 ~ 38.3%

%29.67
%32.03
%38.3

CMYK color model

#BDCCF4 color CMYK value is (23,16,0,4).

  • cyan value is 22.54%
  • magenta value is 16.39%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(23,16,0,4)
C23M16Y0K4 
(23%,16%,0%,4%)
(0.23/0.16/0.00/0.04)	

CMYK percentages

%22.54
%16.39
%0
%4.31

Codes

Color #BDCCF4 in popluar color models

BDCCF4
RGB189204244
HSL224°71.43%84.90%
HSB/HSV224°22.54%95.69%
CMYK22.54%16.39%0.00%
4.31%

Color #BDCCF4 in popluar number systems.

HEXBDCCF4
Decimal189204244
Binary101111011100110011110100
Octal275314364

Shades and tints

Shades of #BDCCF4

#BDCCF4
(189,204,244)
#ACBADE
(172,186,222)
#9BA8C8
(155,168,200)
#8A96B2
(138,150,178)
#79849C
(121,132,156)
#687286
(104,114,134)
#576070
(87,96,112)
#464E5A
(70,78,90)
#353C44
(53,60,68)
#242A2E
(36,42,46)
#131818
(19,24,24)
#000000
(0,0,0)

Tints of #BDCCF4

#BDCCF4
(189,204,244)
#C3D0F5
(195,208,245)
#C9D4F6
(201,212,246)
#CFD8F7
(207,216,247)
#D5DCF8
(213,220,248)
#DBE0F9
(219,224,249)
#E1E4FA
(225,228,250)
#E7E8FB
(231,232,251)
#EDECFC
(237,236,252)
#F3F0FD
(243,240,253)
#F9F4FE
(249,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDCCF4 color. Also use rgb(189,204,244) instead hex code.

Text Font Color

.myTextColor { color: #BDCCF4; }

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

This text font color is #BDCCF4.


Background Color

.myBgColor { background-color: #BDCCF4; }

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

This div background color is #BDCCF4.


Border color

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

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

This div border color is #BDCCF4.


Opacity

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

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

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

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

This text has shadow with #BDCCF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDCCF4 on black background.


Color preview on white background

This text has color #BDCCF4 on white background.



Black color preview on #BDCCF4 background

This text has black color on #BDCCF4 background.


White color preview on #BDCCF4 background

This text has white color on #BDCCF4 background.