Color Hex Logo

#b2beff Color Hex

#B2BEFF
(178,190,255)
0 Favorites   0 Comments

Color spaces of #b2beff

RGB 178190255
HSL0.641.000.85
HSV231°30°100°
CMYK 0.300.250.00   0.00
XYZ54.823653.5119102.0471
Yxy53.51190.26060.2544
Hunter Lab73.15185.7610-31.5035
CIE-Lab78.176310.2784-33.3509

#b2beff color RGB value is (178,190,255).

#b2beff hex color red value is 178, green value is 190 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b2beff hue: 0.64 , saturation: 1.00 and the lightness value of b2beff is 0.85.

The process color (four color CMYK) of #b2beff color hex is 0.30, 0.25, 0.00, 0.00. Web safe color of #b2beff is #99ccff. Color #b2beff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10111110 11111111
Octal 262 276 377
Decimal 178 190 255
Hex B2 BE FF

RGB Percentages of Color #b2beff

%28.57
%30.50
%40.93

CMYK Percentages of Color #b2beff

%30
%25
%0
%0

Triadic Colors of #b2beff

#b2beff #ffb2be #beffb2

Analogous Colors of #b2beff

#b2beff #cdb2ff #b2e5ff

Monochromatic Colors of #b2beff

#b2beff

Complementary Color

#b2beff #fff3b2

#b2beff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2beff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2beff Color CSS Codes

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

#b2beff Text Font Color

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

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


#b2beff Background Color

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

This div background color is #b2beff


#b2beff Border Color

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

This div border color is #b2beff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,190,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2beff

Related Colors


Comments

No comments written yet.

Please login to write comment.