Color Hex Logo

#bbacc8 Color Hex

#BBACC8
(187,172,200)
0 Favorites   0 Comments

Color spaces of #bbacc8

RGB 187172200
HSL0.760.200.73
HSV272°14°78°
CMYK 0.070.140.00   0.22
XYZ45.671444.240060.7756
Yxy44.24000.30310.2936
Hunter Lab66.51326.1694-7.6163
CIE-Lab72.388610.6410-12.2778

#bbacc8 color RGB value is (187,172,200).

#bbacc8 hex color red value is 187, green value is 172 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #bbacc8 hue: 0.76 , saturation: 0.20 and the lightness value of bbacc8 is 0.73.

The process color (four color CMYK) of #bbacc8 color hex is 0.07, 0.14, 0.00, 0.22. Web safe color of #bbacc8 is #cc99cc. Color #bbacc8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101100 11001000
Octal 273 254 310
Decimal 187 172 200
Hex BB AC C8

RGB Percentages of Color #bbacc8

%33.45
%30.77
%35.78

CMYK Percentages of Color #bbacc8

%7
%14
%0
%22

Triadic Colors of #bbacc8

#bbacc8 #c8bbac #acc8bb

Analogous Colors of #bbacc8

#bbacc8 #c8acc7 #adacc8

Monochromatic Colors of #bbacc8

#bbacc8

Complementary Color

#bbacc8 #b9c8ac

#bbacc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbacc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbacc8 Color CSS Codes

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

#bbacc8 Text Font Color

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

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


#bbacc8 Background Color

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

This div background color is #bbacc8


#bbacc8 Border Color

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

This div border color is #bbacc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbacc8


Comments

No comments written yet.

Please login to write comment.