Color Hex Logo

#b69fbb Color Hex

#B69FBB
(182,159,187)
1 Favorites   0 Comments

Color spaces of #b69fbb

RGB 182159187
HSL0.800.170.68
HSV289°15°73°
CMYK 0.030.150.00   0.27
XYZ40.659238.329252.2690
Yxy38.32920.30980.2920
Hunter Lab61.91068.8847-6.7191
CIE-Lab68.262513.5409-11.3196

#b69fbb color RGB value is (182,159,187).

#b69fbb hex color red value is 182, green value is 159 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b69fbb hue: 0.80 , saturation: 0.17 and the lightness value of b69fbb is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011111 10111011
Octal 266 237 273
Decimal 182 159 187
Hex B6 9F BB

RGB Percentages of Color #b69fbb

%34.47
%30.11
%35.42

CMYK Percentages of Color #b69fbb

%3
%15
%0
%27

Triadic Colors of #b69fbb

#b69fbb #bbb69f #9fbbb6

Analogous Colors of #b69fbb

#b69fbb #bb9fb2 #a89fbb

Monochromatic Colors of #b69fbb

#b69fbb

Complementary Color

#b69fbb #a4bb9f

#b69fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69fbb Color CSS Codes

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

#b69fbb Text Font Color

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

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


#b69fbb Background Color

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

This div background color is #b69fbb


#b69fbb Border Color

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

This div border color is #b69fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69fbb


Comments

No comments written yet.

Please login to write comment.