COLOR #B4BEDE

HEX: #B4BEDE
RGB: (180,190,222)

Color info

#B4BEDE contains red, green and blue colors in about the same proportion. Web safe color of #B4BEDE is #CCCCCC (or #CCC).

RGB color model

#B4BEDE color RGB value is (180,190,222).

  • red value is 180;
  • green value is 190;
  • blue value is 222.
RGB:
(180,190,222)
(71%,75%,87%)

RGB channels and saturation

R 180 of 255 = 71%
G 190 of 255 = 75%
B 222 of 255 = 87%

180
190
222

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

Portions of RGB colors in percentages

R + G + B =
180 + 190 + 222 = 592 (100%)
R 180 of 592 ~ 30.41%
G 190 of 592 ~ 32.09%
B 222 of 592 ~ 37.5%

%30.41
%32.09
%37.5

CMYK color model

#B4BEDE color CMYK value is (19,14,0,13).

  • cyan value is 18.92%
  • magenta value is 14.41%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(19,14,0,13)
C19M14Y0K13 
(19%,14%,0%,13%)
(0.19/0.14/0.00/0.13)	

CMYK percentages

%18.92
%14.41
%0
%12.94

Codes

Color #B4BEDE in popluar color models

B4BEDE
RGB180190222
HSL226°38.89%78.82%
HSB/HSV226°18.92%87.06%
CMYK18.92%14.41%0.00%
12.94%

Color #B4BEDE in popluar number systems.

HEXB4BEDE
Decimal180190222
Binary101101001011111011011110
Octal264276336

Shades and tints

Shades of #B4BEDE

#B4BEDE
(180,190,222)
#A4ADCA
(164,173,202)
#949CB6
(148,156,182)
#848BA2
(132,139,162)
#747A8E
(116,122,142)
#64697A
(100,105,122)
#545866
(84,88,102)
#444752
(68,71,82)
#34363E
(52,54,62)
#24252A
(36,37,42)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #B4BEDE

#B4BEDE
(180,190,222)
#BAC3E1
(186,195,225)
#C0C8E4
(192,200,228)
#C6CDE7
(198,205,231)
#CCD2EA
(204,210,234)
#D2D7ED
(210,215,237)
#D8DCF0
(216,220,240)
#DEE1F3
(222,225,243)
#E4E6F6
(228,230,246)
#EAEBF9
(234,235,249)
#F0F0FC
(240,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4BEDE; }

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

This text font color is #B4BEDE.


Background Color

.myBgColor { background-color: #B4BEDE; }

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

This div background color is #B4BEDE.


Border color

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

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

This div border color is #B4BEDE.


Opacity

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

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

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

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

This text has shadow with #B4BEDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4BEDE on black background.


Color preview on white background

This text has color #B4BEDE on white background.



Black color preview on #B4BEDE background

This text has black color on #B4BEDE background.


White color preview on #B4BEDE background

This text has white color on #B4BEDE background.