Color Hex Logo

#b2bfea Color Hex

#B2BFEA
(178,191,234)
0 Favorites   0 Comments

Color spaces of #b2bfea

RGB 178191234
HSL0.630.570.81
HSV226°24°92°
CMYK 0.240.180.00   0.08
XYZ51.842252.667185.2753
Yxy52.66710.27320.2775
Hunter Lab72.57210.5111-18.8678
CIE-Lab77.67804.7401-22.8395

#b2bfea color RGB value is (178,191,234).

#b2bfea hex color red value is 178, green value is 191 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b2bfea hue: 0.63 , saturation: 0.57 and the lightness value of b2bfea is 0.81.

The process color (four color CMYK) of #b2bfea color hex is 0.24, 0.18, 0.00, 0.08. Web safe color of #b2bfea is #99ccff. Color #b2bfea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10111111 11101010
Octal 262 277 352
Decimal 178 191 234
Hex B2 BF EA

RGB Percentages of Color #b2bfea

%29.52
%31.67
%38.81

CMYK Percentages of Color #b2bfea

%24
%18
%0
%8

Triadic Colors of #b2bfea

#b2bfea #eab2bf #bfeab2

Analogous Colors of #b2bfea

#b2bfea #c1b2ea #b2dbea

Monochromatic Colors of #b2bfea

#b2bfea

Complementary Color

#b2bfea #eaddb2

#b2bfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2bfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2bfea Color CSS Codes

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

#b2bfea Text Font Color

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

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


#b2bfea Background Color

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

This div background color is #b2bfea


#b2bfea Border Color

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

This div border color is #b2bfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2bfea


Comments

No comments written yet.

Please login to write comment.