COLOR #B0BEEB

HEX: #B0BEEB RGB: (176,190,235)

Color info

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

RGB color model

#B0BEEB color RGB value is (176,190,235).

RGB: (176,190,235) (69%, 75%, 92%)

RGB channels and saturation

R 176 of 255 = 69%
G 190 of 255 = 75%
B 235 of 255 = 92%

176
190
235

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

Portions of RGB colors in percentages

R + G + B = 176 + 190 + 235 = 601 (100%)
R 176 of 601 ~ 29.28%
G 190 of 601 ~ 31.61%
B 235 of 601 ~ 39.1'%

%29.28
%31.61
%39.1

CMYK color model

#B0BEEB color CMYK value is (25,19,0,8).

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

CMYK: (25,19,0,8)
C25M19Y0K8 (25%, 19%, 0%, 8%)
(0.25 / 0.19 / 0.00 / 0.08)

CMYK percentages

%25.11
%19.15
%0
%7.84

Codes

Color #B0BEEB in popluar color models

B0 BE EB
RGB 176 190 235
HSL 226° 59.60% 80.59%
HSB/HSV 226° 25.11% 92.16%
CMYK 25.11% 19.15% 0.00%
7.84%

Color #B0BEEB in popluar number systems.

HEX B0 BE EB
Decimal 176 190 235
Binary 10110000 10111110 11101011
Octal 260 276 353

Shades and tints

Shades of #B0BEEB

#B0BEEB
(176,190,235)
#A0ADD6
(160,173,214)
#909CC1
(144,156,193)
#808BAC
(128,139,172)
#707A97
(112,122,151)
#606982
(96,105,130)
#50586D
(80,88,109)
#404758
(64,71,88)
#303643
(48,54,67)
#20252E
(32,37,46)
#101419
(16,20,25)
#000000
(0,0,0)

Tints of #B0BEEB

#B0BEEB
(176,190,235)
#B7C3EC
(183,195,236)
#BEC8ED
(190,200,237)
#C5CDEE
(197,205,238)
#CCD2EF
(204,210,239)
#D3D7F0
(211,215,240)
#DADCF1
(218,220,241)
#E1E1F2
(225,225,242)
#E8E6F3
(232,230,243)
#EFEBF4
(239,235,244)
#F6F0F5
(246,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0BEEB; }

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

This text font color is #B0BEEB.

Background Color

.myBgColor { background-color: #B0BEEB; }

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

This div background color is #B0BEEB.

Border color

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

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

This div border color is #B0BEEB.

Opacity

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

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

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

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

This text has shadow with #B0BEEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0BEEB.

Preview

Color preview on black background

This text has color #B0BEEB on black background.


Color preview on white background

This text has color #B0BEEB on white background.


Black color preview on #B0BEEB background

This text has black color on #B0BEEB background.


White color preview on #B0BEEB background

This text has white color on #B0BEEB background.


Related colors

Complementary color

Complementary color for #hex is #4F4114.


I love getcolorcode.com

Triadic colors

1 #EBB0BE and #BEEBB0 with #B0BEEB are triadic colors.

2 #EBBEB0 and #BEB0EB with #B0BEEB are triadic colors.