Color Hex Logo

#bbaccf Color Hex

#BBACCF
(187,172,207)
0 Favorites   0 Comments

Color spaces of #bbaccf

RGB 187172207
HSL0.740.270.74
HSV266°17°81°
CMYK 0.100.170.00   0.19
XYZ46.508544.574865.1840
Yxy44.57480.29760.2852
Hunter Lab66.76447.5067-11.1515
CIE-Lab72.611012.0605-15.7833

#bbaccf color RGB value is (187,172,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101100 11001111
Octal 273 254 317
Decimal 187 172 207
Hex BB AC CF

RGB Percentages of Color #bbaccf

%33.04
%30.39
%36.57

CMYK Percentages of Color #bbaccf

%10
%17
%0
%19

Triadic Colors of #bbaccf

#bbaccf #cfbbac #accfbb

Analogous Colors of #bbaccf

#bbaccf #cdaccf #acafcf

Monochromatic Colors of #bbaccf

#bbaccf

Complementary Color

#bbaccf #c0cfac

#bbaccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaccf Color CSS Codes

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

#bbaccf Text Font Color

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

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


#bbaccf Background Color

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

This div background color is #bbaccf


#bbaccf Border Color

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

This div border color is #bbaccf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,172,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 #bbaccf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaccf


Comments

No comments written yet.

Please login to write comment.