Color Hex Logo

#b9beff Color Hex

#B9BEFF
(185,190,255)
1 Favorites   0 Comments

Color spaces of #b9beff

RGB 185190255
HSL0.651.000.86
HSV236°27°100°
CMYK 0.270.250.00   0.00
XYZ56.471054.3612102.1242
Yxy54.36120.26520.2553
Hunter Lab73.73007.6884-30.5121
CIE-Lab78.671912.2699-32.5456

#b9beff color RGB value is (185,190,255).

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

The process color (four color CMYK) of #b9beff color hex is 0.27, 0.25, 0.00, 0.00. Web safe color of #b9beff is #ccccff. Color #b9beff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10111110 11111111
Octal 271 276 377
Decimal 185 190 255
Hex B9 BE FF

RGB Percentages of Color #b9beff

%29.37
%30.16
%40.48

CMYK Percentages of Color #b9beff

%27
%25
%0
%0

Triadic Colors of #b9beff

#b9beff #ffb9be #beffb9

Analogous Colors of #b9beff

#b9beff #d7b9ff #b9e1ff

Monochromatic Colors of #b9beff

#b9beff

Complementary Color

#b9beff #fffab9

#b9beff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9beff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9beff Color CSS Codes

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

#b9beff Text Font Color

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

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


#b9beff Background Color

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

This div background color is #b9beff


#b9beff Border Color

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

This div border color is #b9beff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9beff

#b9beff Color Palettes


Comments

No comments written yet.

Please login to write comment.