Color Hex Logo

#b3bcde Color Hex

#B3BCDE
(179,188,222)
0 Favorites   0 Comments

Color spaces of #b3bcde

RGB 179188222
HSL0.630.390.79
HSV227°19°87°
CMYK 0.190.150.00   0.13
XYZ49.758450.824176.2947
Yxy50.82410.28130.2873
Hunter Lab71.2910-0.1731-13.5476
CIE-Lab76.57233.9575-18.0328

#b3bcde color RGB value is (179,188,222).

#b3bcde hex color red value is 179, green value is 188 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b3bcde hue: 0.63 , saturation: 0.39 and the lightness value of b3bcde is 0.79.

The process color (four color CMYK) of #b3bcde color hex is 0.19, 0.15, 0.00, 0.13. Web safe color of #b3bcde is #cccccc. Color #b3bcde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10111100 11011110
Octal 263 274 336
Decimal 179 188 222
Hex B3 BC DE

RGB Percentages of Color #b3bcde

%30.39
%31.92
%37.69

CMYK Percentages of Color #b3bcde

%19
%15
%0
%13

Triadic Colors of #b3bcde

#b3bcde #deb3bc #bcdeb3

Analogous Colors of #b3bcde

#b3bcde #c0b3de #b3d2de

Monochromatic Colors of #b3bcde

#b3bcde

Complementary Color

#b3bcde #ded5b3

#b3bcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3bcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3bcde Color CSS Codes

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

#b3bcde Text Font Color

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

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


#b3bcde Background Color

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

This div background color is #b3bcde


#b3bcde Border Color

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

This div border color is #b3bcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3bcde


Comments

No comments written yet.

Please login to write comment.