COLOR #B2BEEB

HEX: #B2BEEB RGB: (178,190,235)

Color info

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

RGB color model

#B2BEEB color RGB value is (178,190,235).

RGB: (178,190,235) (70%, 75%, 92%)

RGB channels and saturation

R 178 of 255 = 70%
G 190 of 255 = 75%
B 235 of 255 = 92%

178
190
235

R + G + B ~ 79%. #B2BEEB is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 190 + 235 = 603 (100%)
R 178 of 603 ~ 29.52%
G 190 of 603 ~ 31.51%
B 235 of 603 ~ 38.97'%

%29.52
%31.51
%38.97

CMYK color model

#B2BEEB color CMYK value is (24,19,0,8).

  • cyan value is 24.26%
  • magenta value is 19.15%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (24,19,0,8) C24M19Y0K8 (24%,19%,0%,8%) (0.24/0.19/0.00/0.08) 

CMYK percentages

%24.26
%19.15
%0
%7.84

Codes

Color #B2BEEB in popluar color models

B2 BE EB
RGB 178 190 235
HSL 227° 58.76% 80.98%
HSB/HSV 227° 24.26% 92.16%
CMYK 24.26% 19.15% 0.00%
7.84%

Color #B2BEEB in popluar number systems.

HEX B2 BE EB
Decimal 178 190 235
Binary 10110010 10111110 11101011
Octal 262 276 353

Shades and tints

Shades of #B2BEEB

#B2BEEB
(178,190,235)
#A2ADD6
(162,173,214)
#929CC1
(146,156,193)
#828BAC
(130,139,172)
#727A97
(114,122,151)
#626982
(98,105,130)
#52586D
(82,88,109)
#424758
(66,71,88)
#323643
(50,54,67)
#22252E
(34,37,46)
#121419
(18,20,25)
#000000
(0,0,0)

Tints of #B2BEEB

#B2BEEB
(178,190,235)
#B9C3EC
(185,195,236)
#C0C8ED
(192,200,237)
#C7CDEE
(199,205,238)
#CED2EF
(206,210,239)
#D5D7F0
(213,215,240)
#DCDCF1
(220,220,241)
#E3E1F2
(227,225,242)
#EAE6F3
(234,230,243)
#F1EBF4
(241,235,244)
#F8F0F5
(248,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2BEEB color. Also use rgb(178,190,235) instead hex code.

Text Font Color

.myTextColor { color: #B2BEEB; }

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

This text font color is #B2BEEB.

Background Color

.myBgColor { background-color: #B2BEEB; }

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

This div background color is #B2BEEB.

Border color

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

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

This div border color is #B2BEEB.

Opacity

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

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

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

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

This text has shadow with #B2BEEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2BEEB.

Preview

Color preview on black background

This text has color #B2BEEB on black background.


Color preview on white background

This text has color #B2BEEB on white background.


Black color preview on #B2BEEB background

This text has black color on #B2BEEB background.


White color preview on #B2BEEB background

This text has white color on #B2BEEB background.


Related colors

Complementary color

Complementary color for #hex is #4D4114.


I love getcolorcode.com

Triadic colors

1 #EBB2BE and #BEEBB2 with #B2BEEB are triadic colors.

2 #EBBEB2 and #BEB2EB with #B2BEEB are triadic colors.