Color Hex Logo

#bbacc6 Color Hex

#BBACC6
(187,172,198)
0 Favorites   0 Comments

Color spaces of #bbacc6

RGB 187172198
HSL0.760.190.73
HSV275°13°78°
CMYK 0.060.130.00   0.22
XYZ45.439144.147159.5524
Yxy44.14710.30470.2960
Hunter Lab66.44335.7965-6.6307
CIE-Lab72.326710.2427-11.2723

#bbacc6 color RGB value is (187,172,198).

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

The process color (four color CMYK) of #bbacc6 color hex is 0.06, 0.13, 0.00, 0.22. Web safe color of #bbacc6 is #cc99cc. Color #bbacc6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101100 11000110
Octal 273 254 306
Decimal 187 172 198
Hex BB AC C6

RGB Percentages of Color #bbacc6

%33.57
%30.88
%35.55

CMYK Percentages of Color #bbacc6

%6
%13
%0
%22

Triadic Colors of #bbacc6

#bbacc6 #c6bbac #acc6bb

Analogous Colors of #bbacc6

#bbacc6 #c6acc4 #aeacc6

Monochromatic Colors of #bbacc6

#bbacc6

Complementary Color

#bbacc6 #b7c6ac

#bbacc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbacc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbacc6 Color CSS Codes

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

#bbacc6 Text Font Color

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

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


#bbacc6 Background Color

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

This div background color is #bbacc6


#bbacc6 Border Color

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

This div border color is #bbacc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbacc6


Comments

No comments written yet.

Please login to write comment.