Color Hex Logo

#bba2be Color Hex

#BBA2BE
(187,162,190)
0 Favorites   0 Comments

Color spaces of #bba2be

RGB 187162190
HSL0.820.180.69
HSV294°15°75°
CMYK 0.020.150.00   0.25
XYZ42.708140.123254.2088
Yxy40.12320.31160.2928
Hunter Lab63.34299.5012-6.4003
CIE-Lab69.557214.1854-11.0012

#bba2be color RGB value is (187,162,190).

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

The process color (four color CMYK) of #bba2be color hex is 0.02, 0.15, 0.00, 0.25. Web safe color of #bba2be is #cc99cc. Color #bba2be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100010 10111110
Octal 273 242 276
Decimal 187 162 190
Hex BB A2 BE

RGB Percentages of Color #bba2be

%34.69
%30.06
%35.25

CMYK Percentages of Color #bba2be

%2
%15
%0
%25

Triadic Colors of #bba2be

#bba2be #bebba2 #a2bebb

Analogous Colors of #bba2be

#bba2be #bea2b3 #ada2be

Monochromatic Colors of #bba2be

#bba2be

Complementary Color

#bba2be #a5bea2

#bba2be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba2be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba2be Color CSS Codes

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

#bba2be Text Font Color

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

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


#bba2be Background Color

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

This div background color is #bba2be


#bba2be Border Color

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

This div border color is #bba2be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba2be


Comments

No comments written yet.

Please login to write comment.