Color Hex Logo

#bbabd7 Color Hex

#BBABD7
(187,171,215)
0 Favorites   0 Comments

Color spaces of #bbabd7

RGB 187171215
HSL0.730.350.76
HSV262°20°84°
CMYK 0.130.200.00   0.16
XYZ47.322244.596970.4039
Yxy44.59690.29150.2747
Hunter Lab66.78099.6218-15.7600
CIE-Lab72.625714.2819-20.1425

#bbabd7 color RGB value is (187,171,215).

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

The process color (four color CMYK) of #bbabd7 color hex is 0.13, 0.20, 0.00, 0.16. Web safe color of #bbabd7 is #cc99cc. Color #bbabd7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101011 11010111
Octal 273 253 327
Decimal 187 171 215
Hex BB AB D7

RGB Percentages of Color #bbabd7

%32.64
%29.84
%37.52

CMYK Percentages of Color #bbabd7

%13
%20
%0
%16

Triadic Colors of #bbabd7

#bbabd7 #d7bbab #abd7bb

Analogous Colors of #bbabd7

#bbabd7 #d1abd7 #abb1d7

Monochromatic Colors of #bbabd7

#bbabd7

Complementary Color

#bbabd7 #c7d7ab

#bbabd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbabd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbabd7 Color CSS Codes

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

#bbabd7 Text Font Color

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

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


#bbabd7 Background Color

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

This div background color is #bbabd7


#bbabd7 Border Color

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

This div border color is #bbabd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbabd7


Comments

No comments written yet.

Please login to write comment.