Color Hex Logo

#b5bcea Color Hex

#B5BCEA
(181,188,234)
0 Favorites   0 Comments

Color spaces of #b5bcea

RGB 181188234
HSL0.640.560.81
HSV232°23°92°
CMYK 0.230.200.00   0.08
XYZ51.890651.730785.0920
Yxy51.73070.27500.2741
Hunter Lab71.92412.9142-19.7980
CIE-Lab77.11957.2745-23.6703

#b5bcea color RGB value is (181,188,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10111100 11101010
Octal 265 274 352
Decimal 181 188 234
Hex B5 BC EA

RGB Percentages of Color #b5bcea

%30.02
%31.18
%38.81

CMYK Percentages of Color #b5bcea

%23
%20
%0
%8

Triadic Colors of #b5bcea

#b5bcea #eab5bc #bceab5

Analogous Colors of #b5bcea

#b5bcea #c9b5ea #b5d7ea

Monochromatic Colors of #b5bcea

#b5bcea

Complementary Color

#b5bcea #eae3b5

#b5bcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5bcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5bcea Color CSS Codes

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

#b5bcea Text Font Color

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

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


#b5bcea Background Color

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

This div background color is #b5bcea


#b5bcea Border Color

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

This div border color is #b5bcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5bcea


Comments

No comments written yet.

Please login to write comment.