Color Hex Logo

#b696bc Color Hex

#B696BC
(182,150,188)
0 Favorites   0 Comments

Color spaces of #b696bc

RGB 182150188
HSL0.810.220.66
HSV291°20°74°
CMYK 0.030.200.00   0.26
XYZ39.274935.388652.3376
Yxy35.38860.30920.2786
Hunter Lab59.488313.7433-10.5213
CIE-Lab66.050118.7523-15.2026

#b696bc color RGB value is (182,150,188).

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

The process color (four color CMYK) of #b696bc color hex is 0.03, 0.20, 0.00, 0.26. Web safe color of #b696bc is #cc99cc. Color #b696bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10010110 10111100
Octal 266 226 274
Decimal 182 150 188
Hex B6 96 BC

RGB Percentages of Color #b696bc

%35.00
%28.85
%36.15

CMYK Percentages of Color #b696bc

%3
%20
%0
%26

Triadic Colors of #b696bc

#b696bc #bcb696 #96bcb6

Analogous Colors of #b696bc

#b696bc #bc96af #a396bc

Monochromatic Colors of #b696bc

#b696bc

Complementary Color

#b696bc #9cbc96

#b696bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b696bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b696bc Color CSS Codes

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

#b696bc Text Font Color

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

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


#b696bc Background Color

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

This div background color is #b696bc


#b696bc Border Color

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

This div border color is #b696bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b696bc


Comments

No comments written yet.

Please login to write comment.