Color Hex Logo

#bc9abf Color Hex

#BC9ABF
(188,154,191)
0 Favorites   0 Comments

Color spaces of #bc9abf

RGB 188154191
HSL0.820.220.68
HSV295°19°75°
CMYK 0.020.190.00   0.25
XYZ41.698637.564254.3431
Yxy37.56420.31210.2812
Hunter Lab61.289614.1862-9.6673
CIE-Lab67.698219.1568-14.3372

#bc9abf color RGB value is (188,154,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10011010 10111111
Octal 274 232 277
Decimal 188 154 191
Hex BC 9A BF

RGB Percentages of Color #bc9abf

%35.27
%28.89
%35.83

CMYK Percentages of Color #bc9abf

%2
%19
%0
%25

Triadic Colors of #bc9abf

#bc9abf #bfbc9a #9abfbc

Analogous Colors of #bc9abf

#bc9abf #bf9ab0 #aa9abf

Monochromatic Colors of #bc9abf

#bc9abf

Complementary Color

#bc9abf #9dbf9a

#bc9abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc9abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc9abf Color CSS Codes

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

#bc9abf Text Font Color

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

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


#bc9abf Background Color

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

This div background color is #bc9abf


#bc9abf Border Color

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

This div border color is #bc9abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc9abf


Comments

No comments written yet.

Please login to write comment.