Color Hex Logo

#b2abbc Color Hex

#B2ABBC
(178,171,188)
0 Favorites   0 Comments

Color spaces of #b2abbc

RGB 178171188
HSL0.740.110.70
HSV265°74°
CMYK 0.050.090.00   0.26
XYZ42.000142.221653.5129
Yxy42.22160.30490.3065
Hunter Lab64.97821.6658-3.3437
CIE-Lab71.02345.7373-7.7920

#b2abbc color RGB value is (178,171,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101011 10111100
Octal 262 253 274
Decimal 178 171 188
Hex B2 AB BC

RGB Percentages of Color #b2abbc

%33.15
%31.84
%35.01

CMYK Percentages of Color #b2abbc

%5
%9
%0
%26

Triadic Colors of #b2abbc

#b2abbc #bcb2ab #abbcb2

Analogous Colors of #b2abbc

#b2abbc #bbabbc #abadbc

Monochromatic Colors of #b2abbc

#b2abbc

Complementary Color

#b2abbc #b5bcab

#b2abbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2abbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2abbc Color CSS Codes

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

#b2abbc Text Font Color

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

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


#b2abbc Background Color

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

This div background color is #b2abbc


#b2abbc Border Color

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

This div border color is #b2abbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2abbc


Comments

No comments written yet.

Please login to write comment.