Color Hex Logo

#b2bede Color Hex

#B2BEDE
(178,190,222)
0 Favorites   0 Comments

Color spaces of #b2bede

RGB 178190222
HSL0.620.400.78
HSV224°20°87°
CMYK 0.200.140.00   0.13
XYZ49.958451.565876.4274
Yxy51.56580.28070.2898
Hunter Lab71.8093-1.4823-12.8364
CIE-Lab77.02052.5650-17.3631

#b2bede color RGB value is (178,190,222).

#b2bede hex color red value is 178, green value is 190 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b2bede hue: 0.62 , saturation: 0.40 and the lightness value of b2bede is 0.78.

The process color (four color CMYK) of #b2bede color hex is 0.20, 0.14, 0.00, 0.13. Web safe color of #b2bede is #99cccc. Color #b2bede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10111110 11011110
Octal 262 276 336
Decimal 178 190 222
Hex B2 BE DE

RGB Percentages of Color #b2bede

%30.17
%32.20
%37.63

CMYK Percentages of Color #b2bede

%20
%14
%0
%13

Triadic Colors of #b2bede

#b2bede #deb2be #bedeb2

Analogous Colors of #b2bede

#b2bede #bcb2de #b2d4de

Monochromatic Colors of #b2bede

#b2bede

Complementary Color

#b2bede #ded2b2

#b2bede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2bede Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2bede Color CSS Codes

.mybgcolor {background-color:#b2bede; } 
.myforecolor {color:#b2bede; }
.mybordercolor {border:3px solid #b2bede; }

#b2bede Text Font Color

<p style="color:#b2bede">Text here</p>

This sample text font color is #b2bede
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b2bede Background Color

<div style="background-color:#b2bede">
Div content here</div>

This div background color is #b2bede


#b2bede Border Color

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

This div border color is #b2bede


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,190,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b2bede; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b2bede;
  -webkit-box-shadow: 1px 1px 3px 2px #b2bede;
  box-shadow:         1px 1px 3px 2px #b2bede; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,190,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b2bede">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b2bede;
  -webkit-box-shadow: 1px 1px 3px 2px #b2bede;
  box-shadow:         1px 1px 3px 2px #b2bede;">
Div content here</div>

This div box has shadow with color #b2bede


Comments

No comments written yet.

Please login to write comment.