Color Hex Logo

#b2bce5 Color Hex

#B2BCE5
(178,188,229)
0 Favorites   0 Comments

Color spaces of #b2bce5

RGB 178188229
HSL0.630.500.80
HSV228°22°90°
CMYK 0.220.180.00   0.10
XYZ50.486251.088681.3289
Yxy51.08860.27600.2793
Hunter Lab71.47630.9973-17.4294
CIE-Lab76.73265.2217-21.5806

#b2bce5 color RGB value is (178,188,229).

#b2bce5 hex color red value is 178, green value is 188 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #b2bce5 hue: 0.63 , saturation: 0.50 and the lightness value of b2bce5 is 0.80.

The process color (four color CMYK) of #b2bce5 color hex is 0.22, 0.18, 0.00, 0.10. Web safe color of #b2bce5 is #99cccc. Color #b2bce5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10111100 11100101
Octal 262 274 345
Decimal 178 188 229
Hex B2 BC E5

RGB Percentages of Color #b2bce5

%29.92
%31.60
%38.49

CMYK Percentages of Color #b2bce5

%22
%18
%0
%10

Triadic Colors of #b2bce5

#b2bce5 #e5b2bc #bce5b2

Analogous Colors of #b2bce5

#b2bce5 #c2b2e5 #b2d6e5

Monochromatic Colors of #b2bce5

#b2bce5

Complementary Color

#b2bce5 #e5dbb2

#b2bce5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2bce5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2bce5 Color CSS Codes

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

#b2bce5 Text Font Color

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

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


#b2bce5 Background Color

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

This div background color is #b2bce5


#b2bce5 Border Color

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

This div border color is #b2bce5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2bce5


Comments

No comments written yet.

Please login to write comment.