Color Hex Logo

#bb86be Color Hex

#BB86BE
(187,134,190)
0 Favorites   0 Comments

Color spaces of #bb86be

RGB 187134190
HSL0.820.300.64
HSV297°29°75°
CMYK 0.020.290.00   0.25
XYZ38.312931.332752.7437
Yxy31.33270.31300.2560
Hunter Lab55.975624.2182-16.6838
CIE-Lab62.787529.7494-21.2320

#bb86be color RGB value is (187,134,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000110 10111110
Octal 273 206 276
Decimal 187 134 190
Hex BB 86 BE

RGB Percentages of Color #bb86be

%36.59
%26.22
%37.18

CMYK Percentages of Color #bb86be

%2
%29
%0
%25

Triadic Colors of #bb86be

#bb86be #bebb86 #86bebb

Analogous Colors of #bb86be

#bb86be #be86a5 #9f86be

Monochromatic Colors of #bb86be

#bb86be

Complementary Color

#bb86be #89be86

#bb86be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb86be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb86be Color CSS Codes

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

#bb86be Text Font Color

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

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


#bb86be Background Color

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

This div background color is #bb86be


#bb86be Border Color

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

This div border color is #bb86be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,134,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 #bb86be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb86be


Comments

No comments written yet.

Please login to write comment.