COLOR #BDCBF5

HEX: #BDCBF5 RGB: (189,203,245)

Color info

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

RGB color model

#BDCBF5 color RGB value is (189,203,245).

RGB: (189,203,245) (74%, 80%, 96%)

RGB channels and saturation

R 189 of 255 = 74%
G 203 of 255 = 80%
B 245 of 255 = 96%

189
203
245

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

Portions of RGB colors in percentages

R + G + B = 189 + 203 + 245 = 637 (100%)
R 189 of 637 ~ 29.67%
G 203 of 637 ~ 31.87%
B 245 of 637 ~ 38.46'%

%29.67
%31.87
%38.46

CMYK color model

#BDCBF5 color CMYK value is (23,17,0,4).

  • cyan value is 22.86%
  • magenta value is 17.14%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (23,17,0,4)
C23M17Y0K4 (23%, 17%, 0%, 4%)
(0.23 / 0.17 / 0.00 / 0.04)

CMYK percentages

%22.86
%17.14
%0
%3.92

Codes

Color #BDCBF5 in popluar color models

BD CB F5
RGB 189 203 245
HSL 225° 73.68% 85.10%
HSB/HSV 225° 22.86% 96.08%
CMYK 22.86% 17.14% 0.00%
3.92%

Color #BDCBF5 in popluar number systems.

HEX BD CB F5
Decimal 189 203 245
Binary 10111101 11001011 11110101
Octal 275 313 365

Shades and tints

Shades of #BDCBF5

#BDCBF5
(189,203,245)
#ACB9DF
(172,185,223)
#9BA7C9
(155,167,201)
#8A95B3
(138,149,179)
#79839D
(121,131,157)
#687187
(104,113,135)
#575F71
(87,95,113)
#464D5B
(70,77,91)
#353B45
(53,59,69)
#24292F
(36,41,47)
#131719
(19,23,25)
#000000
(0,0,0)

Tints of #BDCBF5

#BDCBF5
(189,203,245)
#C3CFF5
(195,207,245)
#C9D3F5
(201,211,245)
#CFD7F5
(207,215,245)
#D5DBF5
(213,219,245)
#DBDFF5
(219,223,245)
#E1E3F5
(225,227,245)
#E7E7F5
(231,231,245)
#EDEBF5
(237,235,245)
#F3EFF5
(243,239,245)
#F9F3F5
(249,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDCBF5 color. Also use rgb(189,203,245) instead hex code.

Text Font Color

.myTextColor { color: #BDCBF5; }

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

This text font color is #BDCBF5.

Background Color

.myBgColor { background-color: #BDCBF5; }

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

This div background color is #BDCBF5.

Border color

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

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

This div border color is #BDCBF5.

Opacity

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

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

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

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

This text has shadow with #BDCBF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDCBF5.

Preview

Color preview on black background

This text has color #BDCBF5 on black background.


Color preview on white background

This text has color #BDCBF5 on white background.


Black color preview on #BDCBF5 background

This text has black color on #BDCBF5 background.


White color preview on #BDCBF5 background

This text has white color on #BDCBF5 background.


Related colors

Complementary color

Complementary color for #hex is #42340A.


I love getcolorcode.com

Triadic colors

1 #F5BDCB and #CBF5BD with #BDCBF5 are triadic colors.

2 #F5CBBD and #CBBDF5 with #BDCBF5 are triadic colors.