Color Hex Logo

#b5bceb Color Hex

#B5BCEB
(181,188,235)
0 Favorites   0 Comments

Color spaces of #b5bceb

RGB 181188235
HSL0.650.570.82
HSV232°23°92°
CMYK 0.230.200.00   0.08
XYZ52.034751.788485.8509
Yxy51.78840.27430.2730
Hunter Lab71.96423.1297-20.3561
CIE-Lab77.15417.5033-24.1566

#b5bceb color RGB value is (181,188,235).

#b5bceb hex color red value is 181, green value is 188 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b5bceb hue: 0.65 , saturation: 0.57 and the lightness value of b5bceb is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10111100 11101011
Octal 265 274 353
Decimal 181 188 235
Hex B5 BC EB

RGB Percentages of Color #b5bceb

%29.97
%31.13
%38.91

CMYK Percentages of Color #b5bceb

%23
%20
%0
%8

Triadic Colors of #b5bceb

#b5bceb #ebb5bc #bcebb5

Analogous Colors of #b5bceb

#b5bceb #c9b5eb #b5d7eb

Monochromatic Colors of #b5bceb

#b5bceb

Complementary Color

#b5bceb #ebe4b5

#b5bceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5bceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5bceb Color CSS Codes

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

#b5bceb Text Font Color

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

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


#b5bceb Background Color

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

This div background color is #b5bceb


#b5bceb Border Color

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

This div border color is #b5bceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5bceb


Comments

No comments written yet.

Please login to write comment.