Color Hex Logo

#b2bdde Color Hex

#B2BDDE
(178,189,222)
0 Favorites   0 Comments

Color spaces of #b2bdde

RGB 178189222
HSL0.630.400.78
HSV225°20°87°
CMYK 0.200.150.00   0.13
XYZ49.742551.134176.3554
Yxy51.13410.28070.2885
Hunter Lab71.5081-0.9710-13.2534
CIE-Lab76.76023.1049-17.7560

#b2bdde color RGB value is (178,189,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10111101 11011110
Octal 262 275 336
Decimal 178 189 222
Hex B2 BD DE

RGB Percentages of Color #b2bdde

%30.22
%32.09
%37.69

CMYK Percentages of Color #b2bdde

%20
%15
%0
%13

Triadic Colors of #b2bdde

#b2bdde #deb2bd #bddeb2

Analogous Colors of #b2bdde

#b2bdde #bdb2de #b2d3de

Monochromatic Colors of #b2bdde

#b2bdde

Complementary Color

#b2bdde #ded3b2

#b2bdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2bdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2bdde Color CSS Codes

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

#b2bdde Text Font Color

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

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


#b2bdde Background Color

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

This div background color is #b2bdde


#b2bdde Border Color

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

This div border color is #b2bdde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,189,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 #b2bdde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2bdde


Comments

No comments written yet.

Please login to write comment.