Color Hex Logo

#b6aabb Color Hex

#B6AABB
(182,170,187)
0 Favorites   0 Comments

Color spaces of #b6aabb

RGB 182170187
HSL0.780.110.70
HSV282°73°
CMYK 0.030.090.00   0.27
XYZ42.635842.282452.9279
Yxy42.28240.30930.3067
Hunter Lab65.02493.2460-2.7424
CIE-Lab71.06527.4691-7.1428

#b6aabb color RGB value is (182,170,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10101010 10111011
Octal 266 252 273
Decimal 182 170 187
Hex B6 AA BB

RGB Percentages of Color #b6aabb

%33.77
%31.54
%34.69

CMYK Percentages of Color #b6aabb

%3
%9
%0
%27

Triadic Colors of #b6aabb

#b6aabb #bbb6aa #aabbb6

Analogous Colors of #b6aabb

#b6aabb #bbaab8 #aeaabb

Monochromatic Colors of #b6aabb

#b6aabb

Complementary Color

#b6aabb #afbbaa

#b6aabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6aabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6aabb Color CSS Codes

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

#b6aabb Text Font Color

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

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


#b6aabb Background Color

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

This div background color is #b6aabb


#b6aabb Border Color

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

This div border color is #b6aabb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,170,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 #b6aabb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6aabb


Comments

No comments written yet.

Please login to write comment.