Color Hex Logo

#b096bc Color Hex

#B096BC
(176,150,188)
0 Favorites   0 Comments

Color spaces of #b096bc

RGB 176150188
HSL0.780.220.66
HSV281°20°74°
CMYK 0.060.200.00   0.26
XYZ37.887934.673652.2727
Yxy34.67360.30350.2778
Hunter Lab58.884311.8047-11.4138
CIE-Lab65.493716.7137-16.0971

#b096bc color RGB value is (176,150,188).

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

The process color (four color CMYK) of #b096bc color hex is 0.06, 0.20, 0.00, 0.26. Web safe color of #b096bc is #9999cc. Color #b096bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010110 10111100
Octal 260 226 274
Decimal 176 150 188
Hex B0 96 BC

RGB Percentages of Color #b096bc

%34.24
%29.18
%36.58

CMYK Percentages of Color #b096bc

%6
%20
%0
%26

Triadic Colors of #b096bc

#b096bc #bcb096 #96bcb0

Analogous Colors of #b096bc

#b096bc #bc96b5 #9d96bc

Monochromatic Colors of #b096bc

#b096bc

Complementary Color

#b096bc #a2bc96

#b096bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b096bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b096bc Color CSS Codes

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

#b096bc Text Font Color

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

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


#b096bc Background Color

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

This div background color is #b096bc


#b096bc Border Color

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

This div border color is #b096bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b096bc


Comments

No comments written yet.

Please login to write comment.