Color Hex Logo

#bbacfb Color Hex

#BBACFB
(187,172,251)
0 Favorites   0 Comments

Color spaces of #bbacfb

RGB 187172251
HSL0.700.910.83
HSV251°31°98°
CMYK 0.250.310.00   0.02
XYZ52.658647.034997.5700
Yxy47.03490.26690.2384
Hunter Lab68.582017.0373-36.3431
CIE-Lab74.212121.8128-37.2804

#bbacfb color RGB value is (187,172,251).

#bbacfb hex color red value is 187, green value is 172 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bbacfb hue: 0.70 , saturation: 0.91 and the lightness value of bbacfb is 0.83.

The process color (four color CMYK) of #bbacfb color hex is 0.25, 0.31, 0.00, 0.02. Web safe color of #bbacfb is #cc99ff. Color #bbacfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101100 11111011
Octal 273 254 373
Decimal 187 172 251
Hex BB AC FB

RGB Percentages of Color #bbacfb

%30.66
%28.20
%41.15

CMYK Percentages of Color #bbacfb

%25
%31
%0
%2

Triadic Colors of #bbacfb

#bbacfb #fbbbac #acfbbb

Analogous Colors of #bbacfb

#bbacfb #e3acfb #acc5fb

Monochromatic Colors of #bbacfb

#bbacfb

Complementary Color

#bbacfb #ecfbac

#bbacfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbacfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbacfb Color CSS Codes

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

#bbacfb Text Font Color

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

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


#bbacfb Background Color

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

This div background color is #bbacfb


#bbacfb Border Color

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

This div border color is #bbacfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbacfb


Comments

No comments written yet.

Please login to write comment.