Color Hex Logo

#bbbacc Color Hex

#BBBACC
(187,186,204)
0 Favorites   0 Comments

Color spaces of #bbbacc

RGB 187186204
HSL0.680.150.76
HSV243°80°
CMYK 0.080.090.00   0.20
XYZ48.951550.042264.2058
Yxy50.04220.29990.3066
Hunter Lab70.7405-0.2763-4.2947
CIE-Lab76.09523.8241-8.9288

#bbbacc color RGB value is (187,186,204).

#bbbacc hex color red value is 187, green value is 186 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bbbacc hue: 0.68 , saturation: 0.15 and the lightness value of bbbacc is 0.76.

The process color (four color CMYK) of #bbbacc color hex is 0.08, 0.09, 0.00, 0.20. Web safe color of #bbbacc is #cccccc. Color #bbbacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111010 11001100
Octal 273 272 314
Decimal 187 186 204
Hex BB BA CC

RGB Percentages of Color #bbbacc

%32.41
%32.24
%35.36

CMYK Percentages of Color #bbbacc

%8
%9
%0
%20

Triadic Colors of #bbbacc

#bbbacc #ccbbba #baccbb

Analogous Colors of #bbbacc

#bbbacc #c4bacc #bac2cc

Monochromatic Colors of #bbbacc

#bbbacc

Complementary Color

#bbbacc #cbccba

#bbbacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbacc Color CSS Codes

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

#bbbacc Text Font Color

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

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


#bbbacc Background Color

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

This div background color is #bbbacc


#bbbacc Border Color

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

This div border color is #bbbacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbacc


Comments

No comments written yet.

Please login to write comment.