Color Hex Logo

#b2aabc Color Hex

#B2AABC
(178,170,188)
0 Favorites   0 Comments

Color spaces of #b2aabc

RGB 178170188
HSL0.740.120.70
HSV267°10°74°
CMYK 0.050.100.00   0.26
XYZ41.811941.845353.4502
Yxy41.84530.30500.3052
Hunter Lab64.68792.1719-3.7084
CIE-Lab70.76416.2853-8.1774

#b2aabc color RGB value is (178,170,188).

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

The process color (four color CMYK) of #b2aabc color hex is 0.05, 0.10, 0.00, 0.26. Web safe color of #b2aabc is #9999cc. Color #b2aabc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101010 10111100
Octal 262 252 274
Decimal 178 170 188
Hex B2 AA BC

RGB Percentages of Color #b2aabc

%33.21
%31.72
%35.07

CMYK Percentages of Color #b2aabc

%5
%10
%0
%26

Triadic Colors of #b2aabc

#b2aabc #bcb2aa #aabcb2

Analogous Colors of #b2aabc

#b2aabc #bbaabc #aaabbc

Monochromatic Colors of #b2aabc

#b2aabc

Complementary Color

#b2aabc #b4bcaa

#b2aabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2aabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2aabc Color CSS Codes

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

#b2aabc Text Font Color

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

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


#b2aabc Background Color

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

This div background color is #b2aabc


#b2aabc Border Color

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

This div border color is #b2aabc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,170,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2aabc


Comments

No comments written yet.

Please login to write comment.