Color Hex Logo

#bbabc8 Color Hex

#BBABC8
(187,171,200)
0 Favorites   0 Comments

Color spaces of #bbabc8

RGB 187171200
HSL0.760.210.73
HSV273°15°78°
CMYK 0.070.150.00   0.22
XYZ45.481843.860760.7124
Yxy43.86070.30310.2923
Hunter Lab66.22746.6872-7.9935
CIE-Lab72.135311.1902-12.6575

#bbabc8 color RGB value is (187,171,200).

#bbabc8 hex color red value is 187, green value is 171 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #bbabc8 hue: 0.76 , saturation: 0.21 and the lightness value of bbabc8 is 0.73.

The process color (four color CMYK) of #bbabc8 color hex is 0.07, 0.15, 0.00, 0.22. Web safe color of #bbabc8 is #cc99cc. Color #bbabc8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101011 11001000
Octal 273 253 310
Decimal 187 171 200
Hex BB AB C8

RGB Percentages of Color #bbabc8

%33.51
%30.65
%35.84

CMYK Percentages of Color #bbabc8

%7
%15
%0
%22

Triadic Colors of #bbabc8

#bbabc8 #c8bbab #abc8bb

Analogous Colors of #bbabc8

#bbabc8 #c8abc7 #adabc8

Monochromatic Colors of #bbabc8

#bbabc8

Complementary Color

#bbabc8 #b8c8ab

#bbabc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbabc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbabc8 Color CSS Codes

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

#bbabc8 Text Font Color

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

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


#bbabc8 Background Color

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

This div background color is #bbabc8


#bbabc8 Border Color

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

This div border color is #bbabc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbabc8


Comments

No comments written yet.

Please login to write comment.