Color Hex Logo

#bc96af Color Hex

#BC96AF
(188,150,175)
0 Favorites   0 Comments

Color spaces of #bc96af

RGB 188150175
HSL0.890.220.66
HSV321°20°74°
CMYK 0.000.200.07   0.26
XYZ39.383235.599245.3531
Yxy35.59920.32730.2958
Hunter Lab59.665113.4089-3.3025
CIE-Lab66.212518.3941-7.6181

#bc96af color RGB value is (188,150,175).

#bc96af hex color red value is 188, green value is 150 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bc96af hue: 0.89 , saturation: 0.22 and the lightness value of bc96af is 0.66.

The process color (four color CMYK) of #bc96af color hex is 0.00, 0.20, 0.07, 0.26. Web safe color of #bc96af is #cc9999. Color #bc96af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010110 10101111
Octal 274 226 257
Decimal 188 150 175
Hex BC 96 AF

RGB Percentages of Color #bc96af

%36.65
%29.24
%34.11

CMYK Percentages of Color #bc96af

%0
%20
%7
%26

Triadic Colors of #bc96af

#bc96af #afbc96 #96afbc

Analogous Colors of #bc96af

#bc96af #bc969c #b696bc

Monochromatic Colors of #bc96af

#bc96af

Complementary Color

#bc96af #96bca3

#bc96af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc96af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc96af Color CSS Codes

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

#bc96af Text Font Color

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

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


#bc96af Background Color

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

This div background color is #bc96af


#bc96af Border Color

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

This div border color is #bc96af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,150,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bc96af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc96af


Comments

No comments written yet.

Please login to write comment.