Color Hex Logo

#bb94bf Color Hex

#BB94BF
(187,148,191)
0 Favorites   0 Comments

Color spaces of #bb94bf

RGB 187148191
HSL0.820.250.66
HSV294°23°75°
CMYK 0.020.230.00   0.25
XYZ40.487435.506254.0097
Yxy35.50620.31140.2731
Hunter Lab59.587117.0073-12.0295
CIE-Lab66.140922.1546-16.6971

#bb94bf color RGB value is (187,148,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010100 10111111
Octal 273 224 277
Decimal 187 148 191
Hex BB 94 BF

RGB Percentages of Color #bb94bf

%35.55
%28.14
%36.31

CMYK Percentages of Color #bb94bf

%2
%23
%0
%25

Triadic Colors of #bb94bf

#bb94bf #bfbb94 #94bfbb

Analogous Colors of #bb94bf

#bb94bf #bf94ae #a694bf

Monochromatic Colors of #bb94bf

#bb94bf

Complementary Color

#bb94bf #98bf94

#bb94bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb94bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb94bf Color CSS Codes

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

#bb94bf Text Font Color

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

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


#bb94bf Background Color

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

This div background color is #bb94bf


#bb94bf Border Color

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

This div border color is #bb94bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb94bf


Comments

No comments written yet.

Please login to write comment.