Color Hex Logo

#b0beff Color Hex

#B0BEFF
(176,190,255)
0 Favorites   0 Comments

Color spaces of #b0beff

RGB 176190255
HSL0.641.000.85
HSV229°31°100°
CMYK 0.310.250.00   0.00
XYZ54.368053.2770102.0257
Yxy53.27700.25930.2541
Hunter Lab72.99115.2227-31.7808
CIE-Lab78.03839.7170-33.5751

#b0beff color RGB value is (176,190,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10111110 11111111
Octal 260 276 377
Decimal 176 190 255
Hex B0 BE FF

RGB Percentages of Color #b0beff

%28.34
%30.60
%41.06

CMYK Percentages of Color #b0beff

%31
%25
%0
%0

Triadic Colors of #b0beff

#b0beff #ffb0be #beffb0

Analogous Colors of #b0beff

#b0beff #cab0ff #b0e6ff

Monochromatic Colors of #b0beff

#b0beff

Complementary Color

#b0beff #fff1b0

#b0beff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0beff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0beff Color CSS Codes

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

#b0beff Text Font Color

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

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


#b0beff Background Color

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

This div background color is #b0beff


#b0beff Border Color

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

This div border color is #b0beff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0beff

Related Colors


Comments

No comments written yet.

Please login to write comment.