Color Hex Logo

#b6baeb Color Hex

#B6BAEB
(182,186,235)
0 Favorites   0 Comments

Color spaces of #b6baeb

RGB 182186235
HSL0.650.570.82
HSV235°23°92°
CMYK 0.230.210.00   0.08
XYZ51.845751.061185.7205
Yxy51.06110.27490.2707
Hunter Lab71.45714.4609-21.1049
CIE-Lab76.71608.8960-24.8184

#b6baeb color RGB value is (182,186,235).

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

The process color (four color CMYK) of #b6baeb color hex is 0.23, 0.21, 0.00, 0.08. Web safe color of #b6baeb is #ccccff. Color #b6baeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10111010 11101011
Octal 266 272 353
Decimal 182 186 235
Hex B6 BA EB

RGB Percentages of Color #b6baeb

%30.18
%30.85
%38.97

CMYK Percentages of Color #b6baeb

%23
%21
%0
%8

Triadic Colors of #b6baeb

#b6baeb #ebb6ba #baebb6

Analogous Colors of #b6baeb

#b6baeb #cdb6eb #b6d5eb

Monochromatic Colors of #b6baeb

#b6baeb

Complementary Color

#b6baeb #ebe7b6

#b6baeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6baeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6baeb Color CSS Codes

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

#b6baeb Text Font Color

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

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


#b6baeb Background Color

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

This div background color is #b6baeb


#b6baeb Border Color

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

This div border color is #b6baeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6baeb


Comments

No comments written yet.

Please login to write comment.