Color Hex Logo

#b2bedd Color Hex

#B2BEDD
(178,190,221)
0 Favorites   0 Comments

Color spaces of #b2bedd

RGB 178190221
HSL0.620.390.78
HSV223°19°87°
CMYK 0.190.140.00   0.13
XYZ49.824751.512375.7234
Yxy51.51230.28140.2909
Hunter Lab71.7721-1.6851-12.3137
CIE-Lab76.98832.3434-16.8711

#b2bedd color RGB value is (178,190,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10111110 11011101
Octal 262 276 335
Decimal 178 190 221
Hex B2 BE DD

RGB Percentages of Color #b2bedd

%30.22
%32.26
%37.52

CMYK Percentages of Color #b2bedd

%19
%14
%0
%13

Triadic Colors of #b2bedd

#b2bedd #ddb2be #beddb2

Analogous Colors of #b2bedd

#b2bedd #bcb2dd #b2d4dd

Monochromatic Colors of #b2bedd

#b2bedd

Complementary Color

#b2bedd #ddd1b2

#b2bedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2bedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2bedd Color CSS Codes

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

#b2bedd Text Font Color

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

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


#b2bedd Background Color

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

This div background color is #b2bedd


#b2bedd Border Color

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

This div border color is #b2bedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2bedd


Comments

No comments written yet.

Please login to write comment.