Color Hex Logo

#b9bafb Color Hex

#B9BAFB
(185,186,251)
0 Favorites   0 Comments

Color spaces of #b9bafb

RGB 185186251
HSL0.660.890.85
HSV239°26°98°
CMYK 0.260.260.00   0.02
XYZ54.979152.397198.4827
Yxy52.39710.26710.2545
Hunter Lab72.38588.9006-29.9954
CIE-Lab77.517713.5102-32.1805

#b9bafb color RGB value is (185,186,251).

#b9bafb hex color red value is 185, green value is 186 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b9bafb hue: 0.66 , saturation: 0.89 and the lightness value of b9bafb is 0.85.

The process color (four color CMYK) of #b9bafb color hex is 0.26, 0.26, 0.00, 0.02. Web safe color of #b9bafb is #ccccff. Color #b9bafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10111010 11111011
Octal 271 272 373
Decimal 185 186 251
Hex B9 BA FB

RGB Percentages of Color #b9bafb

%29.74
%29.90
%40.35

CMYK Percentages of Color #b9bafb

%26
%26
%0
%2

Triadic Colors of #b9bafb

#b9bafb #fbb9ba #bafbb9

Analogous Colors of #b9bafb

#b9bafb #d9b9fb #b9dbfb

Monochromatic Colors of #b9bafb

#b9bafb

Complementary Color

#b9bafb #fbfab9

#b9bafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9bafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9bafb Color CSS Codes

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

#b9bafb Text Font Color

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

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


#b9bafb Background Color

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

This div background color is #b9bafb


#b9bafb Border Color

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

This div border color is #b9bafb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,186,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9bafb


Comments

No comments written yet.

Please login to write comment.