Color Hex Logo

#b6baee Color Hex

#B6BAEE
(182,186,238)
0 Favorites   0 Comments

Color spaces of #b6baee

RGB 182186238
HSL0.650.620.82
HSV236°24°93°
CMYK 0.240.220.00   0.07
XYZ52.282951.235988.0228
Yxy51.23590.27300.2675
Hunter Lab71.57935.1162-22.8049
CIE-Lab76.82179.5856-26.2750

#b6baee color RGB value is (182,186,238).

#b6baee hex color red value is 182, green value is 186 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b6baee hue: 0.65 , saturation: 0.62 and the lightness value of b6baee is 0.82.

The process color (four color CMYK) of #b6baee color hex is 0.24, 0.22, 0.00, 0.07. Web safe color of #b6baee is #ccccff. Color #b6baee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10111010 11101110
Octal 266 272 356
Decimal 182 186 238
Hex B6 BA EE

RGB Percentages of Color #b6baee

%30.03
%30.69
%39.27

CMYK Percentages of Color #b6baee

%24
%22
%0
%7

Triadic Colors of #b6baee

#b6baee #eeb6ba #baeeb6

Analogous Colors of #b6baee

#b6baee #ceb6ee #b6d6ee

Monochromatic Colors of #b6baee

#b6baee

Complementary Color

#b6baee #eeeab6

#b6baee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6baee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6baee Color CSS Codes

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

#b6baee Text Font Color

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

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


#b6baee Background Color

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

This div background color is #b6baee


#b6baee Border Color

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

This div border color is #b6baee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6baee


Comments

No comments written yet.

Please login to write comment.