COLOR #B4BEEB

HEX: #B4BEEB RGB: (180,190,235)

Color info

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

RGB color model

#B4BEEB color RGB value is (180,190,235).

RGB: (180,190,235) (71%, 75%, 92%)

RGB channels and saturation

R 180 of 255 = 71%
G 190 of 255 = 75%
B 235 of 255 = 92%

180
190
235

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

Portions of RGB colors in percentages

R + G + B = 180 + 190 + 235 = 605 (100%)
R 180 of 605 ~ 29.75%
G 190 of 605 ~ 31.4%
B 235 of 605 ~ 38.84'%

%29.75
%31.4
%38.84

CMYK color model

#B4BEEB color CMYK value is (23,19,0,8).

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

CMYK: (23,19,0,8)
C23M19Y0K8 (23%, 19%, 0%, 8%)
(0.23 / 0.19 / 0.00 / 0.08)

CMYK percentages

%23.4
%19.15
%0
%7.84

Codes

Color #B4BEEB in popluar color models

B4 BE EB
RGB 180 190 235
HSL 229° 57.89% 81.37%
HSB/HSV 229° 23.40% 92.16%
CMYK 23.40% 19.15% 0.00%
7.84%

Color #B4BEEB in popluar number systems.

HEX B4 BE EB
Decimal 180 190 235
Binary 10110100 10111110 11101011
Octal 264 276 353

Shades and tints

Shades of #B4BEEB

#B4BEEB
(180,190,235)
#A4ADD6
(164,173,214)
#949CC1
(148,156,193)
#848BAC
(132,139,172)
#747A97
(116,122,151)
#646982
(100,105,130)
#54586D
(84,88,109)
#444758
(68,71,88)
#343643
(52,54,67)
#24252E
(36,37,46)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #B4BEEB

#B4BEEB
(180,190,235)
#BAC3EC
(186,195,236)
#C0C8ED
(192,200,237)
#C6CDEE
(198,205,238)
#CCD2EF
(204,210,239)
#D2D7F0
(210,215,240)
#D8DCF1
(216,220,241)
#DEE1F2
(222,225,242)
#E4E6F3
(228,230,243)
#EAEBF4
(234,235,244)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4BEEB; }

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

This text font color is #B4BEEB.

Background Color

.myBgColor { background-color: #B4BEEB; }

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

This div background color is #B4BEEB.

Border color

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

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

This div border color is #B4BEEB.

Opacity

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

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

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

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

This text has shadow with #B4BEEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4BEEB.

Preview

Color preview on black background

This text has color #B4BEEB on black background.


Color preview on white background

This text has color #B4BEEB on white background.


Black color preview on #B4BEEB background

This text has black color on #B4BEEB background.


White color preview on #B4BEEB background

This text has white color on #B4BEEB background.


Related colors

Complementary color

Complementary color for #hex is #4B4114.


I love getcolorcode.com

Triadic colors

1 #EBB4BE and #BEEBB4 with #B4BEEB are triadic colors.

2 #EBBEB4 and #BEB4EB with #B4BEEB are triadic colors.