Color Hex Logo

#bba4bc Color Hex

#BBA4BC
(187,164,188)
0 Favorites   0 Comments

Color spaces of #bba4bc

RGB 187164188
HSL0.830.150.69
HSV298°13°74°
CMYK 0.010.130.00   0.26
XYZ42.846140.746653.1836
Yxy40.74660.31330.2979
Hunter Lab63.83318.1051-4.7153
CIE-Lab69.998012.6973-9.2355

#bba4bc color RGB value is (187,164,188).

#bba4bc hex color red value is 187, green value is 164 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bba4bc hue: 0.83 , saturation: 0.15 and the lightness value of bba4bc is 0.69.

The process color (four color CMYK) of #bba4bc color hex is 0.01, 0.13, 0.00, 0.26. Web safe color of #bba4bc is #cc99cc. Color #bba4bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100100 10111100
Octal 273 244 274
Decimal 187 164 188
Hex BB A4 BC

RGB Percentages of Color #bba4bc

%34.69
%30.43
%34.88

CMYK Percentages of Color #bba4bc

%1
%13
%0
%26

Triadic Colors of #bba4bc

#bba4bc #bcbba4 #a4bcbb

Analogous Colors of #bba4bc

#bba4bc #bca4b1 #afa4bc

Monochromatic Colors of #bba4bc

#bba4bc

Complementary Color

#bba4bc #a5bca4

#bba4bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba4bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba4bc Color CSS Codes

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

#bba4bc Text Font Color

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

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


#bba4bc Background Color

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

This div background color is #bba4bc


#bba4bc Border Color

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

This div border color is #bba4bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba4bc


Comments

No comments written yet.

Please login to write comment.