Color Hex Logo

#bb93bf Color Hex

#BB93BF
(187,147,191)
0 Favorites   0 Comments

Color spaces of #bb93bf

RGB 187147191
HSL0.820.260.66
HSV295°23°75°
CMYK 0.020.230.00   0.25
XYZ40.331235.193853.9576
Yxy35.19380.31150.2718
Hunter Lab59.324417.5342-12.3993
CIE-Lab65.899322.7116-17.0627

#bb93bf color RGB value is (187,147,191).

#bb93bf hex color red value is 187, green value is 147 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bb93bf hue: 0.82 , saturation: 0.26 and the lightness value of bb93bf is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010011 10111111
Octal 273 223 277
Decimal 187 147 191
Hex BB 93 BF

RGB Percentages of Color #bb93bf

%35.62
%28.00
%36.38

CMYK Percentages of Color #bb93bf

%2
%23
%0
%25

Triadic Colors of #bb93bf

#bb93bf #bfbb93 #93bfbb

Analogous Colors of #bb93bf

#bb93bf #bf93ad #a593bf

Monochromatic Colors of #bb93bf

#bb93bf

Complementary Color

#bb93bf #97bf93

#bb93bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb93bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb93bf Color CSS Codes

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

#bb93bf Text Font Color

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

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


#bb93bf Background Color

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

This div background color is #bb93bf


#bb93bf Border Color

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

This div border color is #bb93bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb93bf


Comments

No comments written yet.

Please login to write comment.