Color Hex Logo

#bba5cc Color Hex

#BBA5CC
(187,165,204)
0 Favorites   0 Comments

Color spaces of #bba5cc

RGB 187165204
HSL0.760.280.72
HSV274°19°80°
CMYK 0.080.190.00   0.20
XYZ44.847741.834762.8379
Yxy41.83470.29990.2798
Hunter Lab64.679710.5789-12.3258
CIE-Lab70.756815.3060-16.9332

#bba5cc color RGB value is (187,165,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100101 11001100
Octal 273 245 314
Decimal 187 165 204
Hex BB A5 CC

RGB Percentages of Color #bba5cc

%33.63
%29.68
%36.69

CMYK Percentages of Color #bba5cc

%8
%19
%0
%20

Triadic Colors of #bba5cc

#bba5cc #ccbba5 #a5ccbb

Analogous Colors of #bba5cc

#bba5cc #cca5ca #a8a5cc

Monochromatic Colors of #bba5cc

#bba5cc

Complementary Color

#bba5cc #b6cca5

#bba5cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba5cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba5cc Color CSS Codes

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

#bba5cc Text Font Color

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

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


#bba5cc Background Color

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

This div background color is #bba5cc


#bba5cc Border Color

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

This div border color is #bba5cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba5cc


Comments

No comments written yet.

Please login to write comment.