Color Hex Logo

#bbabd4 Color Hex

#BBABD4
(187,171,212)
0 Favorites   0 Comments

Color spaces of #bbabd4

RGB 187171212
HSL0.730.320.75
HSV263°19°83°
CMYK 0.120.190.00   0.17
XYZ46.940144.444168.3919
Yxy44.44410.29380.2782
Hunter Lab66.66649.0164-14.1581
CIE-Lab72.524313.6492-18.6537

#bbabd4 color RGB value is (187,171,212).

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

The process color (four color CMYK) of #bbabd4 color hex is 0.12, 0.19, 0.00, 0.17. Web safe color of #bbabd4 is #cc99cc. Color #bbabd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101011 11010100
Octal 273 253 324
Decimal 187 171 212
Hex BB AB D4

RGB Percentages of Color #bbabd4

%32.81
%30.00
%37.19

CMYK Percentages of Color #bbabd4

%12
%19
%0
%17

Triadic Colors of #bbabd4

#bbabd4 #d4bbab #abd4bb

Analogous Colors of #bbabd4

#bbabd4 #d0abd4 #abb0d4

Monochromatic Colors of #bbabd4

#bbabd4

Complementary Color

#bbabd4 #c4d4ab

#bbabd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbabd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbabd4 Color CSS Codes

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

#bbabd4 Text Font Color

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

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


#bbabd4 Background Color

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

This div background color is #bbabd4


#bbabd4 Border Color

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

This div border color is #bbabd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbabd4


Comments

No comments written yet.

Please login to write comment.