Color Hex Logo

#bc89bf Color Hex

#BC89BF
(188,137,191)
0 Favorites   0 Comments

Color spaces of #bc89bf

RGB 188137191
HSL0.820.300.64
HSV297°28°75°
CMYK 0.020.280.00   0.25
XYZ39.088732.344353.4731
Yxy32.34430.31290.2589
Hunter Lab56.872023.1587-15.9361
CIE-Lab63.626428.6096-20.5063

#bc89bf color RGB value is (188,137,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001001 10111111
Octal 274 211 277
Decimal 188 137 191
Hex BC 89 BF

RGB Percentages of Color #bc89bf

%36.43
%26.55
%37.02

CMYK Percentages of Color #bc89bf

%2
%28
%0
%25

Triadic Colors of #bc89bf

#bc89bf #bfbc89 #89bfbc

Analogous Colors of #bc89bf

#bc89bf #bf89a7 #a189bf

Monochromatic Colors of #bc89bf

#bc89bf

Complementary Color

#bc89bf #8cbf89

#bc89bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc89bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc89bf Color CSS Codes

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

#bc89bf Text Font Color

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

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


#bc89bf Background Color

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

This div background color is #bc89bf


#bc89bf Border Color

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

This div border color is #bc89bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc89bf


Comments

No comments written yet.

Please login to write comment.