Color Hex Logo

#b5bfed Color Hex

#B5BFED
(181,191,237)
0 Favorites   0 Comments

Color spaces of #b5bfed

RGB 181191237
HSL0.640.610.82
HSV229°24°93°
CMYK 0.240.190.00   0.07
XYZ52.972953.199887.5974
Yxy53.19980.27340.2746
Hunter Lab72.93821.9975-20.1494
CIE-Lab77.99286.3320-23.9552

#b5bfed color RGB value is (181,191,237).

#b5bfed hex color red value is 181, green value is 191 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b5bfed hue: 0.64 , saturation: 0.61 and the lightness value of b5bfed is 0.82.

The process color (four color CMYK) of #b5bfed color hex is 0.24, 0.19, 0.00, 0.07. Web safe color of #b5bfed is #ccccff. Color #b5bfed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10111111 11101101
Octal 265 277 355
Decimal 181 191 237
Hex B5 BF ED

RGB Percentages of Color #b5bfed

%29.72
%31.36
%38.92

CMYK Percentages of Color #b5bfed

%24
%19
%0
%7

Triadic Colors of #b5bfed

#b5bfed #edb5bf #bfedb5

Analogous Colors of #b5bfed

#b5bfed #c7b5ed #b5dbed

Monochromatic Colors of #b5bfed

#b5bfed

Complementary Color

#b5bfed #ede3b5

#b5bfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5bfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5bfed Color CSS Codes

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

#b5bfed Text Font Color

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

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


#b5bfed Background Color

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

This div background color is #b5bfed


#b5bfed Border Color

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

This div border color is #b5bfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5bfed


Comments

No comments written yet.

Please login to write comment.