Color Hex Logo

#b5bbea Color Hex

#B5BBEA
(181,187,234)
0 Favorites   0 Comments

Color spaces of #b5bbea

RGB 181187234
HSL0.650.560.81
HSV233°23°92°
CMYK 0.230.200.00   0.08
XYZ51.677751.304985.0210
Yxy51.30490.27490.2729
Hunter Lab71.62743.4360-20.2374
CIE-Lab76.86337.8192-24.0607

#b5bbea color RGB value is (181,187,234).

#b5bbea hex color red value is 181, green value is 187 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b5bbea hue: 0.65 , saturation: 0.56 and the lightness value of b5bbea is 0.81.

The process color (four color CMYK) of #b5bbea color hex is 0.23, 0.20, 0.00, 0.08. Web safe color of #b5bbea is #ccccff. Color #b5bbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10111011 11101010
Octal 265 273 352
Decimal 181 187 234
Hex B5 BB EA

RGB Percentages of Color #b5bbea

%30.07
%31.06
%38.87

CMYK Percentages of Color #b5bbea

%23
%20
%0
%8

Triadic Colors of #b5bbea

#b5bbea #eab5bb #bbeab5

Analogous Colors of #b5bbea

#b5bbea #cab5ea #b5d6ea

Monochromatic Colors of #b5bbea

#b5bbea

Complementary Color

#b5bbea #eae4b5

#b5bbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5bbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5bbea Color CSS Codes

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

#b5bbea Text Font Color

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

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


#b5bbea Background Color

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

This div background color is #b5bbea


#b5bbea Border Color

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

This div border color is #b5bbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5bbea


Comments

No comments written yet.

Please login to write comment.