Color Hex Logo

#b6bafa Color Hex

#B6BAFA
(182,186,250)
0 Favorites   0 Comments

Color spaces of #b6bafa

RGB 182186250
HSL0.660.870.85
HSV236°27°98°
CMYK 0.270.260.00   0.02
XYZ54.105651.965097.6211
Yxy51.96500.26560.2551
Hunter Lab72.08687.8236-29.8308
CIE-Lab77.259912.4032-32.0592

#b6bafa color RGB value is (182,186,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10111010 11111010
Octal 266 272 372
Decimal 182 186 250
Hex B6 BA FA

RGB Percentages of Color #b6bafa

%29.45
%30.10
%40.45

CMYK Percentages of Color #b6bafa

%27
%26
%0
%2

Triadic Colors of #b6bafa

#b6bafa #fab6ba #bafab6

Analogous Colors of #b6bafa

#b6bafa #d4b6fa #b6dcfa

Monochromatic Colors of #b6bafa

#b6bafa

Complementary Color

#b6bafa #faf6b6

#b6bafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6bafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6bafa Color CSS Codes

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

#b6bafa Text Font Color

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

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


#b6bafa Background Color

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

This div background color is #b6bafa


#b6bafa Border Color

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

This div border color is #b6bafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6bafa


Comments

No comments written yet.

Please login to write comment.