Color Hex Logo

#bbabcb Color Hex

#BBABCB
(187,171,203)
0 Favorites   0 Comments

Color spaces of #bbabcb

RGB 187171203
HSL0.750.240.73
HSV270°16°80°
CMYK 0.080.160.00   0.20
XYZ45.835944.002462.5774
Yxy44.00240.30070.2887
Hunter Lab66.33437.2555-9.4980
CIE-Lab72.230111.7939-14.1626

#bbabcb color RGB value is (187,171,203).

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

The process color (four color CMYK) of #bbabcb color hex is 0.08, 0.16, 0.00, 0.20. Web safe color of #bbabcb is #cc99cc. Color #bbabcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101011 11001011
Octal 273 253 313
Decimal 187 171 203
Hex BB AB CB

RGB Percentages of Color #bbabcb

%33.33
%30.48
%36.19

CMYK Percentages of Color #bbabcb

%8
%16
%0
%20

Triadic Colors of #bbabcb

#bbabcb #cbbbab #abcbbb

Analogous Colors of #bbabcb

#bbabcb #cbabcb #ababcb

Monochromatic Colors of #bbabcb

#bbabcb

Complementary Color

#bbabcb #bbcbab

#bbabcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbabcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbabcb Color CSS Codes

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

#bbabcb Text Font Color

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

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


#bbabcb Background Color

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

This div background color is #bbabcb


#bbabcb Border Color

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

This div border color is #bbabcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbabcb


Comments

No comments written yet.

Please login to write comment.