Color Hex Logo

#bbaccc Color Hex

#BBACCC
(187,172,204)
0 Favorites   0 Comments

Color spaces of #bbaccc

RGB 187172204
HSL0.740.240.74
HSV268°16°80°
CMYK 0.080.160.00   0.20
XYZ46.145144.429563.2704
Yxy44.42950.29990.2888
Hunter Lab66.65556.9272-9.6202
CIE-Lab72.514611.4471-14.2836

#bbaccc color RGB value is (187,172,204).

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

The process color (four color CMYK) of #bbaccc color hex is 0.08, 0.16, 0.00, 0.20. Web safe color of #bbaccc is #cc99cc. Color #bbaccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101100 11001100
Octal 273 254 314
Decimal 187 172 204
Hex BB AC CC

RGB Percentages of Color #bbaccc

%33.21
%30.55
%36.23

CMYK Percentages of Color #bbaccc

%8
%16
%0
%20

Triadic Colors of #bbaccc

#bbaccc #ccbbac #acccbb

Analogous Colors of #bbaccc

#bbaccc #cbaccc #acadcc

Monochromatic Colors of #bbaccc

#bbaccc

Complementary Color

#bbaccc #bdccac

#bbaccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaccc Color CSS Codes

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

#bbaccc Text Font Color

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

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


#bbaccc Background Color

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

This div background color is #bbaccc


#bbaccc Border Color

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

This div border color is #bbaccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaccc


Comments

No comments written yet.

Please login to write comment.