Color Hex Logo

#bfacc5 Color Hex

#BFACC5
(191,172,197)
0 Favorites   0 Comments

Color spaces of #bfacc5

RGB 191172197
HSL0.790.180.72
HSV286°13°77°
CMYK 0.030.130.00   0.23
XYZ46.316444.612658.9933
Yxy44.61260.30890.2976
Hunter Lab66.79276.8911-5.6119
CIE-Lab72.636111.4094-10.2255

#bfacc5 color RGB value is (191,172,197).

#bfacc5 hex color red value is 191, green value is 172 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #bfacc5 hue: 0.79 , saturation: 0.18 and the lightness value of bfacc5 is 0.72.

The process color (four color CMYK) of #bfacc5 color hex is 0.03, 0.13, 0.00, 0.23. Web safe color of #bfacc5 is #cc99cc. Color #bfacc5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101100 11000101
Octal 277 254 305
Decimal 191 172 197
Hex BF AC C5

RGB Percentages of Color #bfacc5

%34.11
%30.71
%35.18

CMYK Percentages of Color #bfacc5

%3
%13
%0
%23

Triadic Colors of #bfacc5

#bfacc5 #c5bfac #acc5bf

Analogous Colors of #bfacc5

#bfacc5 #c5acbf #b3acc5

Monochromatic Colors of #bfacc5

#bfacc5

Complementary Color

#bfacc5 #b2c5ac

#bfacc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfacc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfacc5 Color CSS Codes

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

#bfacc5 Text Font Color

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

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


#bfacc5 Background Color

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

This div background color is #bfacc5


#bfacc5 Border Color

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

This div border color is #bfacc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfacc5


Comments

No comments written yet.

Please login to write comment.