Color Hex Logo

#bbabd2 Color Hex

#BBABD2
(187,171,210)
0 Favorites   0 Comments

Color spaces of #bbabd2

RGB 187171210
HSL0.740.300.75
HSV265°19°82°
CMYK 0.110.190.00   0.18
XYZ46.689344.343867.0712
Yxy44.34380.29530.2805
Hunter Lab66.59118.6179-13.1036
CIE-Lab72.457713.2313-17.6589

#bbabd2 color RGB value is (187,171,210).

#bbabd2 hex color red value is 187, green value is 171 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #bbabd2 hue: 0.74 , saturation: 0.30 and the lightness value of bbabd2 is 0.75.

The process color (four color CMYK) of #bbabd2 color hex is 0.11, 0.19, 0.00, 0.18. Web safe color of #bbabd2 is #cc99cc. Color #bbabd2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101011 11010010
Octal 273 253 322
Decimal 187 171 210
Hex BB AB D2

RGB Percentages of Color #bbabd2

%32.92
%30.11
%36.97

CMYK Percentages of Color #bbabd2

%11
%19
%0
%18

Triadic Colors of #bbabd2

#bbabd2 #d2bbab #abd2bb

Analogous Colors of #bbabd2

#bbabd2 #cfabd2 #abafd2

Monochromatic Colors of #bbabd2

#bbabd2

Complementary Color

#bbabd2 #c2d2ab

#bbabd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbabd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbabd2 Color CSS Codes

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

#bbabd2 Text Font Color

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

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


#bbabd2 Background Color

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

This div background color is #bbabd2


#bbabd2 Border Color

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

This div border color is #bbabd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbabd2


Comments

No comments written yet.

Please login to write comment.