Color Hex Logo

#bbacfc Color Hex

#BBACFC
(187,172,252)
0 Favorites   0 Comments

Color spaces of #bbacfc

RGB 187172252
HSL0.700.930.83
HSV251°32°99°
CMYK 0.260.320.00   0.01
XYZ52.816747.098198.4026
Yxy47.09810.26630.2375
Hunter Lab68.628117.2759-36.9736
CIE-Lab74.252522.0493-37.7577

#bbacfc color RGB value is (187,172,252).

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

The process color (four color CMYK) of #bbacfc color hex is 0.26, 0.32, 0.00, 0.01. Web safe color of #bbacfc is #cc99ff. Color #bbacfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101100 11111100
Octal 273 254 374
Decimal 187 172 252
Hex BB AC FC

RGB Percentages of Color #bbacfc

%30.61
%28.15
%41.24

CMYK Percentages of Color #bbacfc

%26
%32
%0
%1

Triadic Colors of #bbacfc

#bbacfc #fcbbac #acfcbb

Analogous Colors of #bbacfc

#bbacfc #e3acfc #acc5fc

Monochromatic Colors of #bbacfc

#bbacfc

Complementary Color

#bbacfc #edfcac

#bbacfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbacfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbacfc Color CSS Codes

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

#bbacfc Text Font Color

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

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


#bbacfc Background Color

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

This div background color is #bbacfc


#bbacfc Border Color

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

This div border color is #bbacfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbacfc


Comments

No comments written yet.

Please login to write comment.