Color Hex Logo

#bbabd5 Color Hex

#BBABD5
(187,171,213)
0 Favorites   0 Comments

Color spaces of #bbabd5

RGB 187171213
HSL0.730.330.75
HSV263°20°84°
CMYK 0.120.200.00   0.16
XYZ47.066744.494769.0584
Yxy44.49470.29300.2770
Hunter Lab66.70439.2173-14.6894
CIE-Lab72.557913.8595-19.1504

#bbabd5 color RGB value is (187,171,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101011 11010101
Octal 273 253 325
Decimal 187 171 213
Hex BB AB D5

RGB Percentages of Color #bbabd5

%32.75
%29.95
%37.30

CMYK Percentages of Color #bbabd5

%12
%20
%0
%16

Triadic Colors of #bbabd5

#bbabd5 #d5bbab #abd5bb

Analogous Colors of #bbabd5

#bbabd5 #d0abd5 #abb0d5

Monochromatic Colors of #bbabd5

#bbabd5

Complementary Color

#bbabd5 #c5d5ab

#bbabd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbabd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbabd5 Color CSS Codes

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

#bbabd5 Text Font Color

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

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


#bbabd5 Background Color

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

This div background color is #bbabd5


#bbabd5 Border Color

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

This div border color is #bbabd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbabd5


Comments

No comments written yet.

Please login to write comment.