Color Hex Logo

#b2bedc Color Hex

#B2BEDC
(178,190,220)
0 Favorites   0 Comments

Color spaces of #b2bedc

RGB 178190220
HSL0.620.380.78
HSV223°19°86°
CMYK 0.190.140.00   0.14
XYZ49.691851.459275.0237
Yxy51.45920.28210.2921
Hunter Lab71.7351-1.8871-11.7936
CIE-Lab76.95632.1224-16.3788

#b2bedc color RGB value is (178,190,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10111110 11011100
Octal 262 276 334
Decimal 178 190 220
Hex B2 BE DC

RGB Percentages of Color #b2bedc

%30.27
%32.31
%37.41

CMYK Percentages of Color #b2bedc

%19
%14
%0
%14

Triadic Colors of #b2bedc

#b2bedc #dcb2be #bedcb2

Analogous Colors of #b2bedc

#b2bedc #bbb2dc #b2d3dc

Monochromatic Colors of #b2bedc

#b2bedc

Complementary Color

#b2bedc #dcd0b2

#b2bedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2bedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2bedc Color CSS Codes

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

#b2bedc Text Font Color

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

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


#b2bedc Background Color

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

This div background color is #b2bedc


#b2bedc Border Color

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

This div border color is #b2bedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2bedc


Comments

No comments written yet.

Please login to write comment.