Color Hex Logo

#bba8cc Color Hex

#BBA8CC
(187,168,204)
0 Favorites   0 Comments

Color spaces of #bba8cc

RGB 187168204
HSL0.750.260.73
HSV272°18°80°
CMYK 0.080.180.00   0.20
XYZ45.395242.929763.0204
Yxy42.92970.29990.2837
Hunter Lab65.52089.0101-11.1629
CIE-Lab71.507213.6490-15.8004

#bba8cc color RGB value is (187,168,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101000 11001100
Octal 273 250 314
Decimal 187 168 204
Hex BB A8 CC

RGB Percentages of Color #bba8cc

%33.45
%30.05
%36.49

CMYK Percentages of Color #bba8cc

%8
%18
%0
%20

Triadic Colors of #bba8cc

#bba8cc #ccbba8 #a8ccbb

Analogous Colors of #bba8cc

#bba8cc #cca8cb #a9a8cc

Monochromatic Colors of #bba8cc

#bba8cc

Complementary Color

#bba8cc #b9cca8

#bba8cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba8cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba8cc Color CSS Codes

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

#bba8cc Text Font Color

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

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


#bba8cc Background Color

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

This div background color is #bba8cc


#bba8cc Border Color

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

This div border color is #bba8cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba8cc


Comments

No comments written yet.

Please login to write comment.