Color Hex Logo

#bbabc6 Color Hex

#BBABC6
(187,171,198)
0 Favorites   0 Comments

Color spaces of #bbabc6

RGB 187171198
HSL0.770.190.72
HSV276°14°78°
CMYK 0.060.140.00   0.22
XYZ45.249543.767859.4892
Yxy43.76780.30470.2947
Hunter Lab66.15726.3133-7.0041
CIE-Lab72.073010.7917-11.6518

#bbabc6 color RGB value is (187,171,198).

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

The process color (four color CMYK) of #bbabc6 color hex is 0.06, 0.14, 0.00, 0.22. Web safe color of #bbabc6 is #cc99cc. Color #bbabc6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101011 11000110
Octal 273 253 306
Decimal 187 171 198
Hex BB AB C6

RGB Percentages of Color #bbabc6

%33.63
%30.76
%35.61

CMYK Percentages of Color #bbabc6

%6
%14
%0
%22

Triadic Colors of #bbabc6

#bbabc6 #c6bbab #abc6bb

Analogous Colors of #bbabc6

#bbabc6 #c6abc4 #aeabc6

Monochromatic Colors of #bbabc6

#bbabc6

Complementary Color

#bbabc6 #b6c6ab

#bbabc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbabc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbabc6 Color CSS Codes

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

#bbabc6 Text Font Color

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

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


#bbabc6 Background Color

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

This div background color is #bbabc6


#bbabc6 Border Color

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

This div border color is #bbabc6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,171,198, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbabc6


Comments

No comments written yet.

Please login to write comment.