COLOR #BDCBEA

HEX: #BDCBEA RGB: (189,203,234)

Color info

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

RGB color model

#BDCBEA color RGB value is (189,203,234).

RGB: (189,203,234) (74%, 80%, 92%)

RGB channels and saturation

R 189 of 255 = 74%
G 203 of 255 = 80%
B 234 of 255 = 92%

189
203
234

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

Portions of RGB colors in percentages

R + G + B = 189 + 203 + 234 = 626 (100%)
R 189 of 626 ~ 30.19%
G 203 of 626 ~ 32.43%
B 234 of 626 ~ 37.38'%

%30.19
%32.43
%37.38

CMYK color model

#BDCBEA color CMYK value is (19,13,0,8).

  • cyan value is 19.23%
  • magenta value is 13.25%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (19,13,0,8)
C19M13Y0K8 (19%, 13%, 0%, 8%)
(0.19 / 0.13 / 0.00 / 0.08)

CMYK percentages

%19.23
%13.25
%0
%8.24

Codes

Color #BDCBEA in popluar color models

BD CB EA
RGB 189 203 234
HSL 221° 51.72% 82.94%
HSB/HSV 221° 19.23% 91.76%
CMYK 19.23% 13.25% 0.00%
8.24%

Color #BDCBEA in popluar number systems.

HEX BD CB EA
Decimal 189 203 234
Binary 10111101 11001011 11101010
Octal 275 313 352

Shades and tints

Shades of #BDCBEA

#BDCBEA
(189,203,234)
#ACB9D5
(172,185,213)
#9BA7C0
(155,167,192)
#8A95AB
(138,149,171)
#798396
(121,131,150)
#687181
(104,113,129)
#575F6C
(87,95,108)
#464D57
(70,77,87)
#353B42
(53,59,66)
#24292D
(36,41,45)
#131718
(19,23,24)
#000000
(0,0,0)

Tints of #BDCBEA

#BDCBEA
(189,203,234)
#C3CFEB
(195,207,235)
#C9D3EC
(201,211,236)
#CFD7ED
(207,215,237)
#D5DBEE
(213,219,238)
#DBDFEF
(219,223,239)
#E1E3F0
(225,227,240)
#E7E7F1
(231,231,241)
#EDEBF2
(237,235,242)
#F3EFF3
(243,239,243)
#F9F3F4
(249,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDCBEA; }

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

This text font color is #BDCBEA.

Background Color

.myBgColor { background-color: #BDCBEA; }

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

This div background color is #BDCBEA.

Border color

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

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

This div border color is #BDCBEA.

Opacity

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

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

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

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

This text has shadow with #BDCBEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDCBEA.

Preview

Color preview on black background

This text has color #BDCBEA on black background.


Color preview on white background

This text has color #BDCBEA on white background.


Black color preview on #BDCBEA background

This text has black color on #BDCBEA background.


White color preview on #BDCBEA background

This text has white color on #BDCBEA background.


Related colors

Complementary color

Complementary color for #hex is #423415.


I love getcolorcode.com

Triadic colors

1 #EABDCB and #CBEABD with #BDCBEA are triadic colors.

2 #EACBBD and #CBBDEA with #BDCBEA are triadic colors.