Color Hex Logo

#b2bedb Color Hex

#B2BEDB
(178,190,219)
0 Favorites   0 Comments

Color spaces of #b2bedb

RGB 178190219
HSL0.620.360.78
HSV222°19°86°
CMYK 0.190.130.00   0.14
XYZ49.559751.406474.3282
Yxy51.40640.28270.2933
Hunter Lab71.6983-2.0881-11.2760
CIE-Lab76.92451.9022-15.8860

#b2bedb color RGB value is (178,190,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10111110 11011011
Octal 262 276 333
Decimal 178 190 219
Hex B2 BE DB

RGB Percentages of Color #b2bedb

%30.32
%32.37
%37.31

CMYK Percentages of Color #b2bedb

%19
%13
%0
%14

Triadic Colors of #b2bedb

#b2bedb #dbb2be #bedbb2

Analogous Colors of #b2bedb

#b2bedb #bbb2db #b2d3db

Monochromatic Colors of #b2bedb

#b2bedb

Complementary Color

#b2bedb #dbcfb2

#b2bedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2bedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2bedb Color CSS Codes

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

#b2bedb Text Font Color

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

This sample text font color is #b2bedb
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.


#b2bedb Background Color

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

This div background color is #b2bedb


#b2bedb Border Color

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

This div border color is #b2bedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2bedb


Comments

No comments written yet.

Please login to write comment.