Color Hex Logo

#b6abbb Color Hex

#B6ABBB
(182,171,187)
0 Favorites   0 Comments

Color spaces of #b6abbb

RGB 182171187
HSL0.780.110.70
HSV281°73°
CMYK 0.030.090.00   0.27
XYZ42.824042.658852.9906
Yxy42.65880.30930.3081
Hunter Lab65.31372.7375-2.3838
CIE-Lab71.32286.9212-6.7607

#b6abbb color RGB value is (182,171,187).

#b6abbb hex color red value is 182, green value is 171 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b6abbb hue: 0.78 , saturation: 0.11 and the lightness value of b6abbb is 0.70.

The process color (four color CMYK) of #b6abbb color hex is 0.03, 0.09, 0.00, 0.27. Web safe color of #b6abbb is #cc99cc. Color #b6abbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10101011 10111011
Octal 266 253 273
Decimal 182 171 187
Hex B6 AB BB

RGB Percentages of Color #b6abbb

%33.70
%31.67
%34.63

CMYK Percentages of Color #b6abbb

%3
%9
%0
%27

Triadic Colors of #b6abbb

#b6abbb #bbb6ab #abbbb6

Analogous Colors of #b6abbb

#b6abbb #bbabb8 #aeabbb

Monochromatic Colors of #b6abbb

#b6abbb

Complementary Color

#b6abbb #b0bbab

#b6abbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6abbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6abbb Color CSS Codes

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

#b6abbb Text Font Color

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

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


#b6abbb Background Color

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

This div background color is #b6abbb


#b6abbb Border Color

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

This div border color is #b6abbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6abbb


Comments

No comments written yet.

Please login to write comment.