Color Hex Logo

#b0abbb Color Hex

#B0ABBB
(176,171,187)
0 Favorites   0 Comments

Color spaces of #b0abbb

RGB 176171187
HSL0.720.110.70
HSV259°73°
CMYK 0.060.090.00   0.27
XYZ41.437041.943852.9257
Yxy41.94380.30400.3077
Hunter Lab64.76400.8699-3.1175
CIE-Lab70.83224.8521-7.5424

#b0abbb color RGB value is (176,171,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10101011 10111011
Octal 260 253 273
Decimal 176 171 187
Hex B0 AB BB

RGB Percentages of Color #b0abbb

%32.96
%32.02
%35.02

CMYK Percentages of Color #b0abbb

%6
%9
%0
%27

Triadic Colors of #b0abbb

#b0abbb #bbb0ab #abbbb0

Analogous Colors of #b0abbb

#b0abbb #b8abbb #abaebb

Monochromatic Colors of #b0abbb

#b0abbb

Complementary Color

#b0abbb #b6bbab

#b0abbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0abbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0abbb Color CSS Codes

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

#b0abbb Text Font Color

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

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


#b0abbb Background Color

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

This div background color is #b0abbb


#b0abbb Border Color

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

This div border color is #b0abbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0abbb


Comments

No comments written yet.

Please login to write comment.