Color Hex Logo

#b69cbf Color Hex

#B69CBF
(182,156,191)
0 Favorites   0 Comments

Color spaces of #b69cbf

RGB 182156191
HSL0.790.210.68
HSV285°18°75°
CMYK 0.050.180.00   0.25
XYZ40.583837.483654.3863
Yxy37.48360.30640.2830
Hunter Lab61.223911.1816-9.8117
CIE-Lab67.638315.9987-14.4825

#b69cbf color RGB value is (182,156,191).

#b69cbf hex color red value is 182, green value is 156 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b69cbf hue: 0.79 , saturation: 0.21 and the lightness value of b69cbf is 0.68.

The process color (four color CMYK) of #b69cbf color hex is 0.05, 0.18, 0.00, 0.25. Web safe color of #b69cbf is #cc99cc. Color #b69cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011100 10111111
Octal 266 234 277
Decimal 182 156 191
Hex B6 9C BF

RGB Percentages of Color #b69cbf

%34.40
%29.49
%36.11

CMYK Percentages of Color #b69cbf

%5
%18
%0
%25

Triadic Colors of #b69cbf

#b69cbf #bfb69c #9cbfb6

Analogous Colors of #b69cbf

#b69cbf #bf9cb7 #a59cbf

Monochromatic Colors of #b69cbf

#b69cbf

Complementary Color

#b69cbf #a5bf9c

#b69cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69cbf Color CSS Codes

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

#b69cbf Text Font Color

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

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


#b69cbf Background Color

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

This div background color is #b69cbf


#b69cbf Border Color

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

This div border color is #b69cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69cbf


Comments

No comments written yet.

Please login to write comment.