COLOR #B0C0EA

HEX: #B0C0EA RGB: (176,192,234)

Color info

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

RGB color model

#B0C0EA color RGB value is (176,192,234).

RGB: (176,192,234) (69%, 75%, 92%)

RGB channels and saturation

R 176 of 255 = 69%
G 192 of 255 = 75%
B 234 of 255 = 92%

176
192
234

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

Portions of RGB colors in percentages

R + G + B = 176 + 192 + 234 = 602 (100%)
R 176 of 602 ~ 29.24%
G 192 of 602 ~ 31.89%
B 234 of 602 ~ 38.87'%

%29.24
%31.89
%38.87

CMYK color model

#B0C0EA color CMYK value is (25,18,0,8).

  • cyan value is 24.79%
  • magenta value is 17.95%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (25,18,0,8)
C25M18Y0K8 (25%, 18%, 0%, 8%)
(0.25 / 0.18 / 0.00 / 0.08)

CMYK percentages

%24.79
%17.95
%0
%8.24

Codes

Color #B0C0EA in popluar color models

B0 C0 EA
RGB 176 192 234
HSL 223° 58.00% 80.39%
HSB/HSV 223° 24.79% 91.76%
CMYK 24.79% 17.95% 0.00%
8.24%

Color #B0C0EA in popluar number systems.

HEX B0 C0 EA
Decimal 176 192 234
Binary 10110000 11000000 11101010
Octal 260 300 352

Shades and tints

Shades of #B0C0EA

#B0C0EA
(176,192,234)
#A0AFD5
(160,175,213)
#909EC0
(144,158,192)
#808DAB
(128,141,171)
#707C96
(112,124,150)
#606B81
(96,107,129)
#505A6C
(80,90,108)
#404957
(64,73,87)
#303842
(48,56,66)
#20272D
(32,39,45)
#101618
(16,22,24)
#000000
(0,0,0)

Tints of #B0C0EA

#B0C0EA
(176,192,234)
#B7C5EB
(183,197,235)
#BECAEC
(190,202,236)
#C5CFED
(197,207,237)
#CCD4EE
(204,212,238)
#D3D9EF
(211,217,239)
#DADEF0
(218,222,240)
#E1E3F1
(225,227,241)
#E8E8F2
(232,232,242)
#EFEDF3
(239,237,243)
#F6F2F4
(246,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0C0EA color. Also use rgb(176,192,234) instead hex code.

Text Font Color

.myTextColor { color: #B0C0EA; }

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

This text font color is #B0C0EA.

Background Color

.myBgColor { background-color: #B0C0EA; }

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

This div background color is #B0C0EA.

Border color

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

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

This div border color is #B0C0EA.

Opacity

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

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

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

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

This text has shadow with #B0C0EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0C0EA.

Preview

Color preview on black background

This text has color #B0C0EA on black background.


Color preview on white background

This text has color #B0C0EA on white background.


Black color preview on #B0C0EA background

This text has black color on #B0C0EA background.


White color preview on #B0C0EA background

This text has white color on #B0C0EA background.


Related colors

Complementary color

Complementary color for #hex is #4F3F15.


I love getcolorcode.com

Triadic colors

1 #EAB0C0 and #C0EAB0 with #B0C0EA are triadic colors.

2 #EAC0B0 and #C0B0EA with #B0C0EA are triadic colors.