Color Hex Logo

#bba2bc Color Hex

#BBA2BC
(187,162,188)
0 Favorites   0 Comments

Color spaces of #bba2bc

RGB 187162188
HSL0.830.160.69
HSV298°14°74°
CMYK 0.010.140.00   0.26
XYZ42.490940.036353.0652
Yxy40.03630.31340.2953
Hunter Lab63.27429.1392-5.4318
CIE-Lab69.495413.8015-9.9852

#bba2bc color RGB value is (187,162,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100010 10111100
Octal 273 242 274
Decimal 187 162 188
Hex BB A2 BC

RGB Percentages of Color #bba2bc

%34.82
%30.17
%35.01

CMYK Percentages of Color #bba2bc

%1
%14
%0
%26

Triadic Colors of #bba2bc

#bba2bc #bcbba2 #a2bcbb

Analogous Colors of #bba2bc

#bba2bc #bca2b0 #aea2bc

Monochromatic Colors of #bba2bc

#bba2bc

Complementary Color

#bba2bc #a3bca2

#bba2bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba2bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba2bc Color CSS Codes

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

#bba2bc Text Font Color

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

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


#bba2bc Background Color

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

This div background color is #bba2bc


#bba2bc Border Color

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

This div border color is #bba2bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba2bc


Comments

No comments written yet.

Please login to write comment.