Color Hex Logo

#bbabcf Color Hex

#BBABCF
(187,171,207)
0 Favorites   0 Comments

Color spaces of #bbabcf

RGB 187171207
HSL0.740.270.74
HSV267°17°81°
CMYK 0.100.170.00   0.19
XYZ46.318944.195665.1208
Yxy44.19560.29760.2840
Hunter Lab66.47988.0279-11.5422
CIE-Lab72.359012.6105-16.1633

#bbabcf color RGB value is (187,171,207).

#bbabcf hex color red value is 187, green value is 171 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bbabcf hue: 0.74 , saturation: 0.27 and the lightness value of bbabcf is 0.74.

The process color (four color CMYK) of #bbabcf color hex is 0.10, 0.17, 0.00, 0.19. Web safe color of #bbabcf is #cc99cc. Color #bbabcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101011 11001111
Octal 273 253 317
Decimal 187 171 207
Hex BB AB CF

RGB Percentages of Color #bbabcf

%33.10
%30.27
%36.64

CMYK Percentages of Color #bbabcf

%10
%17
%0
%19

Triadic Colors of #bbabcf

#bbabcf #cfbbab #abcfbb

Analogous Colors of #bbabcf

#bbabcf #cdabcf #abadcf

Monochromatic Colors of #bbabcf

#bbabcf

Complementary Color

#bbabcf #bfcfab

#bbabcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbabcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbabcf Color CSS Codes

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

#bbabcf Text Font Color

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

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


#bbabcf Background Color

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

This div background color is #bbabcf


#bbabcf Border Color

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

This div border color is #bbabcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbabcf


Comments

No comments written yet.

Please login to write comment.