COLOR #B8BDEE

HEX: #B8BDEE RGB: (184,189,238)

Color info

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

RGB color model

#B8BDEE color RGB value is (184,189,238).

RGB: (184,189,238) (72%, 74%, 93%)

RGB channels and saturation

R 184 of 255 = 72%
G 189 of 255 = 74%
B 238 of 255 = 93%

184
189
238

R + G + B ~ 80%. #B8BDEE is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 189 + 238 = 611 (100%)
R 184 of 611 ~ 30.11%
G 189 of 611 ~ 30.93%
B 238 of 611 ~ 38.95'%

%30.11
%30.93
%38.95

CMYK color model

#B8BDEE color CMYK value is (23,21,0,7).

  • cyan value is 22.69%
  • magenta value is 20.59%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (23,21,0,7)
C23M21Y0K7 (23%, 21%, 0%, 7%)
(0.23 / 0.21 / 0.00 / 0.07)

CMYK percentages

%22.69
%20.59
%0
%6.67

Codes

Color #B8BDEE in popluar color models

B8 BD EE
RGB 184 189 238
HSL 234° 61.36% 82.75%
HSB/HSV 234° 22.69% 93.33%
CMYK 22.69% 20.59% 0.00%
6.67%

Color #B8BDEE in popluar number systems.

HEX B8 BD EE
Decimal 184 189 238
Binary 10111000 10111101 11101110
Octal 270 275 356

Shades and tints

Shades of #B8BDEE

#B8BDEE
(184,189,238)
#A8ACD9
(168,172,217)
#989BC4
(152,155,196)
#888AAF
(136,138,175)
#78799A
(120,121,154)
#686885
(104,104,133)
#585770
(88,87,112)
#48465B
(72,70,91)
#383546
(56,53,70)
#282431
(40,36,49)
#18131C
(24,19,28)
#000000
(0,0,0)

Tints of #B8BDEE

#B8BDEE
(184,189,238)
#BEC3EF
(190,195,239)
#C4C9F0
(196,201,240)
#CACFF1
(202,207,241)
#D0D5F2
(208,213,242)
#D6DBF3
(214,219,243)
#DCE1F4
(220,225,244)
#E2E7F5
(226,231,245)
#E8EDF6
(232,237,246)
#EEF3F7
(238,243,247)
#F4F9F8
(244,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8BDEE color. Also use rgb(184,189,238) instead hex code.

Text Font Color

.myTextColor { color: #B8BDEE; }

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

This text font color is #B8BDEE.

Background Color

.myBgColor { background-color: #B8BDEE; }

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

This div background color is #B8BDEE.

Border color

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

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

This div border color is #B8BDEE.

Opacity

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

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

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

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

This text has shadow with #B8BDEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8BDEE.

Preview

Color preview on black background

This text has color #B8BDEE on black background.


Color preview on white background

This text has color #B8BDEE on white background.


Black color preview on #B8BDEE background

This text has black color on #B8BDEE background.


White color preview on #B8BDEE background

This text has white color on #B8BDEE background.


Related colors

Complementary color

Complementary color for #hex is #474211.


I love getcolorcode.com

Triadic colors

1 #EEB8BD and #BDEEB8 with #B8BDEE are triadic colors.

2 #EEBDB8 and #BDB8EE with #B8BDEE are triadic colors.