Color Hex Logo

#bfabb6 Color Hex

#BFABB6
(191,171,182)
0 Favorites   0 Comments

Color spaces of #bfabb6

RGB 191171182
HSL0.910.140.71
HSV327°10°75°
CMYK 0.000.100.05   0.25
XYZ44.492343.579650.3227
Yxy43.57960.32150.3149
Hunter Lab66.01484.77841.0140
CIE-Lab71.94669.1466-2.9994

#bfabb6 color RGB value is (191,171,182).

#bfabb6 hex color red value is 191, green value is 171 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #bfabb6 hue: 0.91 , saturation: 0.14 and the lightness value of bfabb6 is 0.71.

The process color (four color CMYK) of #bfabb6 color hex is 0.00, 0.10, 0.05, 0.25. Web safe color of #bfabb6 is #cc99cc. Color #bfabb6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101011 10110110
Octal 277 253 266
Decimal 191 171 182
Hex BF AB B6

RGB Percentages of Color #bfabb6

%35.11
%31.43
%33.46

CMYK Percentages of Color #bfabb6

%0
%10
%5
%25

Triadic Colors of #bfabb6

#bfabb6 #b6bfab #abb6bf

Analogous Colors of #bfabb6

#bfabb6 #bfabac #beabbf

Monochromatic Colors of #bfabb6

#bfabb6

Complementary Color

#bfabb6 #abbfb4

#bfabb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfabb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfabb6 Color CSS Codes

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

#bfabb6 Text Font Color

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

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


#bfabb6 Background Color

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

This div background color is #bfabb6


#bfabb6 Border Color

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

This div border color is #bfabb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfabb6


Comments

No comments written yet.

Please login to write comment.