Color Hex Logo

#bba8cd Color Hex

#BBA8CD
(187,168,205)
0 Favorites   0 Comments

Color spaces of #bba8cd

RGB 187168205
HSL0.750.270.73
HSV271°18°80°
CMYK 0.090.180.00   0.20
XYZ45.515642.977863.6542
Yxy42.97780.29920.2825
Hunter Lab65.55759.2044-11.6785
CIE-Lab71.539913.8534-16.3010

#bba8cd color RGB value is (187,168,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101000 11001101
Octal 273 250 315
Decimal 187 168 205
Hex BB A8 CD

RGB Percentages of Color #bba8cd

%33.39
%30.00
%36.61

CMYK Percentages of Color #bba8cd

%9
%18
%0
%20

Triadic Colors of #bba8cd

#bba8cd #cdbba8 #a8cdbb

Analogous Colors of #bba8cd

#bba8cd #cda8cd #a9a8cd

Monochromatic Colors of #bba8cd

#bba8cd

Complementary Color

#bba8cd #bacda8

#bba8cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba8cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba8cd Color CSS Codes

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

#bba8cd Text Font Color

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

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


#bba8cd Background Color

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

This div background color is #bba8cd


#bba8cd Border Color

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

This div border color is #bba8cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba8cd

#bba8cd Color Palettes


Comments

No comments written yet.

Please login to write comment.