Color Hex Logo

#b0bbea Color Hex

#B0BBEA
(176,187,234)
0 Favorites   0 Comments

Color spaces of #b0bbea

RGB 176187234
HSL0.640.580.80
HSV229°25°92°
CMYK 0.250.200.00   0.08
XYZ50.526150.711384.9671
Yxy50.71130.27130.2723
Hunter Lab71.21192.0282-20.8941
CIE-Lab76.50386.3147-24.6417

#b0bbea color RGB value is (176,187,234).

#b0bbea hex color red value is 176, green value is 187 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b0bbea hue: 0.64 , saturation: 0.58 and the lightness value of b0bbea is 0.80.

The process color (four color CMYK) of #b0bbea color hex is 0.25, 0.20, 0.00, 0.08. Web safe color of #b0bbea is #99ccff. Color #b0bbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10111011 11101010
Octal 260 273 352
Decimal 176 187 234
Hex B0 BB EA

RGB Percentages of Color #b0bbea

%29.48
%31.32
%39.20

CMYK Percentages of Color #b0bbea

%25
%20
%0
%8

Triadic Colors of #b0bbea

#b0bbea #eab0bb #bbeab0

Analogous Colors of #b0bbea

#b0bbea #c2b0ea #b0d8ea

Monochromatic Colors of #b0bbea

#b0bbea

Complementary Color

#b0bbea #eadfb0

#b0bbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0bbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0bbea Color CSS Codes

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

#b0bbea Text Font Color

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

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


#b0bbea Background Color

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

This div background color is #b0bbea


#b0bbea Border Color

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

This div border color is #b0bbea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,187,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b0bbea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b0bbea;
  -webkit-box-shadow: 1px 1px 3px 2px #b0bbea;
  box-shadow:         1px 1px 3px 2px #b0bbea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,187,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0bbea


Comments

No comments written yet.

Please login to write comment.