COLOR #BDC1F4

HEX: #BDC1F4
RGB: (189,193,244)

Color info

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

RGB color model

#BDC1F4 color RGB value is (189,193,244).

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

RGB channels and saturation

R 189 of 255 = 74%
G 193 of 255 = 76%
B 244 of 255 = 96%

189
193
244

R + G + B ~ 82%. #BDC1F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 193 + 244 = 626 (100%)
R 189 of 626 ~ 30.19%
G 193 of 626 ~ 30.83%
B 244 of 626 ~ 38.98%

%30.19
%30.83
%38.98

CMYK color model

#BDC1F4 color CMYK value is (23,21,0,4).

  • cyan value is 22.54%
  • magenta value is 20.90%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(23,21,0,4)
C23M21Y0K4 
(23%,21%,0%,4%)
(0.23/0.21/0.00/0.04)	

CMYK percentages

%22.54
%20.9
%0
%4.31

Codes

Color #BDC1F4 in popluar color models

BDC1F4
RGB189193244
HSL236°71.43%84.90%
HSB/HSV236°22.54%95.69%
CMYK22.54%20.90%0.00%
4.31%

Color #BDC1F4 in popluar number systems.

HEXBDC1F4
Decimal189193244
Binary101111011100000111110100
Octal275301364

Shades and tints

Shades of #BDC1F4

#BDC1F4
(189,193,244)
#ACB0DE
(172,176,222)
#9B9FC8
(155,159,200)
#8A8EB2
(138,142,178)
#797D9C
(121,125,156)
#686C86
(104,108,134)
#575B70
(87,91,112)
#464A5A
(70,74,90)
#353944
(53,57,68)
#24282E
(36,40,46)
#131718
(19,23,24)
#000000
(0,0,0)

Tints of #BDC1F4

#BDC1F4
(189,193,244)
#C3C6F5
(195,198,245)
#C9CBF6
(201,203,246)
#CFD0F7
(207,208,247)
#D5D5F8
(213,213,248)
#DBDAF9
(219,218,249)
#E1DFFA
(225,223,250)
#E7E4FB
(231,228,251)
#EDE9FC
(237,233,252)
#F3EEFD
(243,238,253)
#F9F3FE
(249,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC1F4; }

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

This text font color is #BDC1F4.


Background Color

.myBgColor { background-color: #BDC1F4; }

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

This div background color is #BDC1F4.


Border color

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

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

This div border color is #BDC1F4.


Opacity

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

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

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

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

This text has shadow with #BDC1F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC1F4 on black background.


Color preview on white background

This text has color #BDC1F4 on white background.



Black color preview on #BDC1F4 background

This text has black color on #BDC1F4 background.


White color preview on #BDC1F4 background

This text has white color on #BDC1F4 background.