COLOR #B0BDEB

HEX: #B0BDEB RGB: (176,189,235)

Color info

#B0BDEB contains red, green and blue colors in about the same proportion. Web safe color of #B0BDEB is #99CCFF (or #9CF).

RGB color model

#B0BDEB color RGB value is (176,189,235).

RGB: (176,189,235) (69%, 74%, 92%)

RGB channels and saturation

R 176 of 255 = 69%
G 189 of 255 = 74%
B 235 of 255 = 92%

176
189
235

R + G + B ~ 78%. #B0BDEB is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 189 + 235 = 600 (100%)
R 176 of 600 ~ 29.33%
G 189 of 600 ~ 31.5%
B 235 of 600 ~ 39.17'%

%29.33
%31.5
%39.17

CMYK color model

#B0BDEB color CMYK value is (25,20,0,8).

  • cyan value is 25.11%
  • magenta value is 19.57%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (25,20,0,8)
C25M20Y0K8 (25%, 20%, 0%, 8%)
(0.25 / 0.20 / 0.00 / 0.08)

CMYK percentages

%25.11
%19.57
%0
%7.84

Codes

Color #B0BDEB in popluar color models

B0 BD EB
RGB 176 189 235
HSL 227° 59.60% 80.59%
HSB/HSV 227° 25.11% 92.16%
CMYK 25.11% 19.57% 0.00%
7.84%

Color #B0BDEB in popluar number systems.

HEX B0 BD EB
Decimal 176 189 235
Binary 10110000 10111101 11101011
Octal 260 275 353

Shades and tints

Shades of #B0BDEB

#B0BDEB
(176,189,235)
#A0ACD6
(160,172,214)
#909BC1
(144,155,193)
#808AAC
(128,138,172)
#707997
(112,121,151)
#606882
(96,104,130)
#50576D
(80,87,109)
#404658
(64,70,88)
#303543
(48,53,67)
#20242E
(32,36,46)
#101319
(16,19,25)
#000000
(0,0,0)

Tints of #B0BDEB

#B0BDEB
(176,189,235)
#B7C3EC
(183,195,236)
#BEC9ED
(190,201,237)
#C5CFEE
(197,207,238)
#CCD5EF
(204,213,239)
#D3DBF0
(211,219,240)
#DAE1F1
(218,225,241)
#E1E7F2
(225,231,242)
#E8EDF3
(232,237,243)
#EFF3F4
(239,243,244)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0BDEB color. Also use rgb(176,189,235) instead hex code.

Text Font Color

.myTextColor { color: #B0BDEB; }

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

This text font color is #B0BDEB.

Background Color

.myBgColor { background-color: #B0BDEB; }

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

This div background color is #B0BDEB.

Border color

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

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

This div border color is #B0BDEB.

Opacity

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

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

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

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

This text has shadow with #B0BDEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0BDEB.

Preview

Color preview on black background

This text has color #B0BDEB on black background.


Color preview on white background

This text has color #B0BDEB on white background.


Black color preview on #B0BDEB background

This text has black color on #B0BDEB background.


White color preview on #B0BDEB background

This text has white color on #B0BDEB background.


Related colors

Complementary color

Complementary color for #hex is #4F4214.


I love getcolorcode.com

Triadic colors

1 #EBB0BD and #BDEBB0 with #B0BDEB are triadic colors.

2 #EBBDB0 and #BDB0EB with #B0BDEB are triadic colors.