Color Hex Logo

#bb92bf Color Hex

#BB92BF
(187,146,191)
0 Favorites   0 Comments

Color spaces of #bb92bf

RGB 187146191
HSL0.820.260.66
HSV295°24°75°
CMYK 0.020.240.00   0.25
XYZ40.176434.884253.9060
Yxy34.88420.31150.2705
Hunter Lab59.062818.0613-12.7693
CIE-Lab65.658423.2685-17.4276

#bb92bf color RGB value is (187,146,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010010 10111111
Octal 273 222 277
Decimal 187 146 191
Hex BB 92 BF

RGB Percentages of Color #bb92bf

%35.69
%27.86
%36.45

CMYK Percentages of Color #bb92bf

%2
%24
%0
%25

Triadic Colors of #bb92bf

#bb92bf #bfbb92 #92bfbb

Analogous Colors of #bb92bf

#bb92bf #bf92ad #a592bf

Monochromatic Colors of #bb92bf

#bb92bf

Complementary Color

#bb92bf #96bf92

#bb92bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb92bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb92bf Color CSS Codes

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

#bb92bf Text Font Color

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

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


#bb92bf Background Color

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

This div background color is #bb92bf


#bb92bf Border Color

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

This div border color is #bb92bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb92bf


Comments

No comments written yet.

Please login to write comment.