Color Hex Logo

#b0abbc Color Hex

#B0ABBC
(176,171,188)
0 Favorites   0 Comments

Color spaces of #b0abbc

RGB 176171188
HSL0.720.110.70
HSV258°74°
CMYK 0.060.090.00   0.26
XYZ41.544541.986853.4916
Yxy41.98680.30320.3064
Hunter Lab64.79721.0495-3.5872
CIE-Lab70.86185.0519-8.0497

#b0abbc color RGB value is (176,171,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10101011 10111100
Octal 260 253 274
Decimal 176 171 188
Hex B0 AB BC

RGB Percentages of Color #b0abbc

%32.90
%31.96
%35.14

CMYK Percentages of Color #b0abbc

%6
%9
%0
%26

Triadic Colors of #b0abbc

#b0abbc #bcb0ab #abbcb0

Analogous Colors of #b0abbc

#b0abbc #b9abbc #abafbc

Monochromatic Colors of #b0abbc

#b0abbc

Complementary Color

#b0abbc #b7bcab

#b0abbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0abbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0abbc Color CSS Codes

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

#b0abbc Text Font Color

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

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


#b0abbc Background Color

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

This div background color is #b0abbc


#b0abbc Border Color

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

This div border color is #b0abbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0abbc


Comments

No comments written yet.

Please login to write comment.