Color Hex Logo

#b2aabb Color Hex

#B2AABB
(178,170,187)
0 Favorites   0 Comments

Color spaces of #b2aabb

RGB 178170187
HSL0.750.110.70
HSV268°73°
CMYK 0.050.090.00   0.27
XYZ41.704541.802352.8843
Yxy41.80230.30580.3065
Hunter Lab64.65471.9929-3.2380
CIE-Lab70.73446.0876-7.6699

#b2aabb color RGB value is (178,170,187).

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

The process color (four color CMYK) of #b2aabb color hex is 0.05, 0.09, 0.00, 0.27. Web safe color of #b2aabb is #9999cc. Color #b2aabb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101010 10111011
Octal 262 252 273
Decimal 178 170 187
Hex B2 AA BB

RGB Percentages of Color #b2aabb

%33.27
%31.78
%34.95

CMYK Percentages of Color #b2aabb

%5
%9
%0
%27

Triadic Colors of #b2aabb

#b2aabb #bbb2aa #aabbb2

Analogous Colors of #b2aabb

#b2aabb #bbaabb #aaabbb

Monochromatic Colors of #b2aabb

#b2aabb

Complementary Color

#b2aabb #b3bbaa

#b2aabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2aabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2aabb Color CSS Codes

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

#b2aabb Text Font Color

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

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


#b2aabb Background Color

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

This div background color is #b2aabb


#b2aabb Border Color

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

This div border color is #b2aabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2aabb


Comments

No comments written yet.

Please login to write comment.