Color Hex Logo

#b697bb Color Hex

#B697BB
(182,151,187)
0 Favorites   0 Comments

Color spaces of #b697bb

RGB 182151187
HSL0.810.210.66
HSV292°19°73°
CMYK 0.030.190.00   0.27
XYZ39.327735.666251.8252
Yxy35.66620.31010.2812
Hunter Lab59.721213.0341-9.6462
CIE-Lab66.264117.9967-14.3208

#b697bb color RGB value is (182,151,187).

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

The process color (four color CMYK) of #b697bb color hex is 0.03, 0.19, 0.00, 0.27. Web safe color of #b697bb is #cc99cc. Color #b697bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10010111 10111011
Octal 266 227 273
Decimal 182 151 187
Hex B6 97 BB

RGB Percentages of Color #b697bb

%35.00
%29.04
%35.96

CMYK Percentages of Color #b697bb

%3
%19
%0
%27

Triadic Colors of #b697bb

#b697bb #bbb697 #97bbb6

Analogous Colors of #b697bb

#b697bb #bb97ae #a497bb

Monochromatic Colors of #b697bb

#b697bb

Complementary Color

#b697bb #9cbb97

#b697bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b697bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b697bb Color CSS Codes

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

#b697bb Text Font Color

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

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


#b697bb Background Color

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

This div background color is #b697bb


#b697bb Border Color

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

This div border color is #b697bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,151,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b697bb


Comments

No comments written yet.

Please login to write comment.