Color Hex Logo

#bbabc4 Color Hex

#BBABC4
(187,171,196)
0 Favorites   0 Comments

Color spaces of #bbabc4

RGB 187171196
HSL0.770.170.72
HSV278°13°77°
CMYK 0.050.130.00   0.23
XYZ45.020243.676158.2821
Yxy43.67610.30630.2972
Hunter Lab66.08795.9434-6.0256
CIE-Lab72.011510.3964-10.6445

#bbabc4 color RGB value is (187,171,196).

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

The process color (four color CMYK) of #bbabc4 color hex is 0.05, 0.13, 0.00, 0.23. Web safe color of #bbabc4 is #cc99cc. Color #bbabc4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101011 11000100
Octal 273 253 304
Decimal 187 171 196
Hex BB AB C4

RGB Percentages of Color #bbabc4

%33.75
%30.87
%35.38

CMYK Percentages of Color #bbabc4

%5
%13
%0
%23

Triadic Colors of #bbabc4

#bbabc4 #c4bbab #abc4bb

Analogous Colors of #bbabc4

#bbabc4 #c4abc1 #afabc4

Monochromatic Colors of #bbabc4

#bbabc4

Complementary Color

#bbabc4 #b4c4ab

#bbabc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbabc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbabc4 Color CSS Codes

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

#bbabc4 Text Font Color

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

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


#bbabc4 Background Color

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

This div background color is #bbabc4


#bbabc4 Border Color

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

This div border color is #bbabc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbabc4


Comments

No comments written yet.

Please login to write comment.