Color Hex Logo

#bb93be Color Hex

#BB93BE
(187,147,190)
0 Favorites   0 Comments

Color spaces of #bb93be

RGB 187147190
HSL0.820.250.66
HSV296°23°75°
CMYK 0.020.230.00   0.25
XYZ40.221535.149953.3799
Yxy35.14990.31240.2730
Hunter Lab59.287417.3444-11.8811
CIE-Lab65.865222.5175-16.5546

#bb93be color RGB value is (187,147,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010011 10111110
Octal 273 223 276
Decimal 187 147 190
Hex BB 93 BE

RGB Percentages of Color #bb93be

%35.69
%28.05
%36.26

CMYK Percentages of Color #bb93be

%2
%23
%0
%25

Triadic Colors of #bb93be

#bb93be #bebb93 #93bebb

Analogous Colors of #bb93be

#bb93be #be93ac #a693be

Monochromatic Colors of #bb93be

#bb93be

Complementary Color

#bb93be #96be93

#bb93be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb93be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb93be Color CSS Codes

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

#bb93be Text Font Color

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

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


#bb93be Background Color

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

This div background color is #bb93be


#bb93be Border Color

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

This div border color is #bb93be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb93be


Comments

No comments written yet.

Please login to write comment.