Color Hex Logo

#bba7cc Color Hex

#BBA7CC
(187,167,204)
0 Favorites   0 Comments

Color spaces of #bba7cc

RGB 187167204
HSL0.760.270.73
HSV272°18°80°
CMYK 0.080.180.00   0.20
XYZ45.211342.561962.9591
Yxy42.56190.29990.2824
Hunter Lab65.23959.5323-11.5499
CIE-Lab71.256614.2008-16.1785

#bba7cc color RGB value is (187,167,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100111 11001100
Octal 273 247 314
Decimal 187 167 204
Hex BB A7 CC

RGB Percentages of Color #bba7cc

%33.51
%29.93
%36.56

CMYK Percentages of Color #bba7cc

%8
%18
%0
%20

Triadic Colors of #bba7cc

#bba7cc #ccbba7 #a7ccbb

Analogous Colors of #bba7cc

#bba7cc #cca7cb #a9a7cc

Monochromatic Colors of #bba7cc

#bba7cc

Complementary Color

#bba7cc #b8cca7

#bba7cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba7cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba7cc Color CSS Codes

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

#bba7cc Text Font Color

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

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


#bba7cc Background Color

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

This div background color is #bba7cc


#bba7cc Border Color

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

This div border color is #bba7cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba7cc


Comments

No comments written yet.

Please login to write comment.