COLOR #B4C2EE

HEX: #B4C2EE RGB: (180,194,238)

Color info

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

RGB color model

#B4C2EE color RGB value is (180,194,238).

RGB: (180,194,238) (71%, 76%, 93%)

RGB channels and saturation

R 180 of 255 = 71%
G 194 of 255 = 76%
B 238 of 255 = 93%

180
194
238

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

Portions of RGB colors in percentages

R + G + B = 180 + 194 + 238 = 612 (100%)
R 180 of 612 ~ 29.41%
G 194 of 612 ~ 31.7%
B 238 of 612 ~ 38.89'%

%29.41
%31.7
%38.89

CMYK color model

#B4C2EE color CMYK value is (24,18,0,7).

  • cyan value is 24.37%
  • magenta value is 18.49%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (24,18,0,7)
C24M18Y0K7 (24%, 18%, 0%, 7%)
(0.24 / 0.18 / 0.00 / 0.07)

CMYK percentages

%24.37
%18.49
%0
%6.67

Codes

Color #B4C2EE in popluar color models

B4 C2 EE
RGB 180 194 238
HSL 226° 63.04% 81.96%
HSB/HSV 226° 24.37% 93.33%
CMYK 24.37% 18.49% 0.00%
6.67%

Color #B4C2EE in popluar number systems.

HEX B4 C2 EE
Decimal 180 194 238
Binary 10110100 11000010 11101110
Octal 264 302 356

Shades and tints

Shades of #B4C2EE

#B4C2EE
(180,194,238)
#A4B1D9
(164,177,217)
#94A0C4
(148,160,196)
#848FAF
(132,143,175)
#747E9A
(116,126,154)
#646D85
(100,109,133)
#545C70
(84,92,112)
#444B5B
(68,75,91)
#343A46
(52,58,70)
#242931
(36,41,49)
#14181C
(20,24,28)
#000000
(0,0,0)

Tints of #B4C2EE

#B4C2EE
(180,194,238)
#BAC7EF
(186,199,239)
#C0CCF0
(192,204,240)
#C6D1F1
(198,209,241)
#CCD6F2
(204,214,242)
#D2DBF3
(210,219,243)
#D8E0F4
(216,224,244)
#DEE5F5
(222,229,245)
#E4EAF6
(228,234,246)
#EAEFF7
(234,239,247)
#F0F4F8
(240,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4C2EE color. Also use rgb(180,194,238) instead hex code.

Text Font Color

.myTextColor { color: #B4C2EE; }

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

This text font color is #B4C2EE.

Background Color

.myBgColor { background-color: #B4C2EE; }

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

This div background color is #B4C2EE.

Border color

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

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

This div border color is #B4C2EE.

Opacity

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

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

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

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

This text has shadow with #B4C2EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4C2EE.

Preview

Color preview on black background

This text has color #B4C2EE on black background.


Color preview on white background

This text has color #B4C2EE on white background.


Black color preview on #B4C2EE background

This text has black color on #B4C2EE background.


White color preview on #B4C2EE background

This text has white color on #B4C2EE background.


Related colors

Complementary color

Complementary color for #hex is #4B3D11.


I love getcolorcode.com

Triadic colors

1 #EEB4C2 and #C2EEB4 with #B4C2EE are triadic colors.

2 #EEC2B4 and #C2B4EE with #B4C2EE are triadic colors.