COLOR #B0BBEE

HEX: #B0BBEE
RGB: (176,187,238)

Color info

#B0BBEE contains mainly green and blue colors. Web safe color of #B0BBEE is #99CCFF (or #9CF).

RGB color model

#B0BBEE color RGB value is (176,187,238).

  • red value is 176;
  • green value is 187;
  • blue value is 238.
RGB:
(176,187,238)
(69%,73%,93%)

RGB channels and saturation

R 176 of 255 = 69%
G 187 of 255 = 73%
B 238 of 255 = 93%

176
187
238

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

Portions of RGB colors in percentages

R + G + B =
176 + 187 + 238 = 601 (100%)
R 176 of 601 ~ 29.28%
G 187 of 601 ~ 31.11%
B 238 of 601 ~ 39.6%

%29.28
%31.11
%39.6

CMYK color model

#B0BBEE color CMYK value is (26,21,0,7).

  • cyan value is 26.05%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(26,21,0,7)
C26M21Y0K7 
(26%,21%,0%,7%)
(0.26/0.21/0.00/0.07)	

CMYK percentages

%26.05
%21.43
%0
%6.67

Codes

Color #B0BBEE in popluar color models

B0BBEE
RGB176187238
HSL229°64.58%81.18%
HSB/HSV229°26.05%93.33%
CMYK26.05%21.43%0.00%
6.67%

Color #B0BBEE in popluar number systems.

HEXB0BBEE
Decimal176187238
Binary101100001011101111101110
Octal260273356

Shades and tints

Shades of #B0BBEE

#B0BBEE
(176,187,238)
#A0AAD9
(160,170,217)
#9099C4
(144,153,196)
#8088AF
(128,136,175)
#70779A
(112,119,154)
#606685
(96,102,133)
#505570
(80,85,112)
#40445B
(64,68,91)
#303346
(48,51,70)
#202231
(32,34,49)
#10111C
(16,17,28)
#000000
(0,0,0)

Tints of #B0BBEE

#B0BBEE
(176,187,238)
#B7C1EF
(183,193,239)
#BEC7F0
(190,199,240)
#C5CDF1
(197,205,241)
#CCD3F2
(204,211,242)
#D3D9F3
(211,217,243)
#DADFF4
(218,223,244)
#E1E5F5
(225,229,245)
#E8EBF6
(232,235,246)
#EFF1F7
(239,241,247)
#F6F7F8
(246,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0BBEE color. Also use rgb(176,187,238) instead hex code.

Text Font Color

.myTextColor { color: #B0BBEE; }

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

This text font color is #B0BBEE.


Background Color

.myBgColor { background-color: #B0BBEE; }

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

This div background color is #B0BBEE.


Border color

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

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

This div border color is #B0BBEE.


Opacity

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

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

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

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

This text has shadow with #B0BBEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0BBEE on black background.


Color preview on white background

This text has color #B0BBEE on white background.



Black color preview on #B0BBEE background

This text has black color on #B0BBEE background.


White color preview on #B0BBEE background

This text has white color on #B0BBEE background.