Color Hex Logo

#bbacce Color Hex

#BBACCE
(187,172,206)
0 Favorites   0 Comments

Color spaces of #bbacce

RGB 187172206
HSL0.740.260.74
HSV266°17°81°
CMYK 0.090.170.00   0.19
XYZ46.386644.526164.5421
Yxy44.52610.29840.2864
Hunter Lab66.72797.3124-10.6383
CIE-Lab72.578711.8551-15.2838

#bbacce color RGB value is (187,172,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101100 11001110
Octal 273 254 316
Decimal 187 172 206
Hex BB AC CE

RGB Percentages of Color #bbacce

%33.10
%30.44
%36.46

CMYK Percentages of Color #bbacce

%9
%17
%0
%19

Triadic Colors of #bbacce

#bbacce #cebbac #accebb

Analogous Colors of #bbacce

#bbacce #ccacce #acaece

Monochromatic Colors of #bbacce

#bbacce

Complementary Color

#bbacce #bfceac

#bbacce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbacce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbacce Color CSS Codes

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

#bbacce Text Font Color

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

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


#bbacce Background Color

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

This div background color is #bbacce


#bbacce Border Color

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

This div border color is #bbacce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbacce


Comments

No comments written yet.

Please login to write comment.