Color Hex Logo

#bface6 Color Hex

#BFACE6
(191,172,230)
0 Favorites   0 Comments

Color spaces of #bface6

RGB 191172230
HSL0.720.540.79
HSV260°25°90°
CMYK 0.170.250.00   0.10
XYZ50.521346.294681.1359
Yxy46.29460.28390.2602
Hunter Lab68.040113.4699-23.0735
CIE-Lab73.736318.2308-26.6031

#bface6 color RGB value is (191,172,230).

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

The process color (four color CMYK) of #bface6 color hex is 0.17, 0.25, 0.00, 0.10. Web safe color of #bface6 is #cc99ff. Color #bface6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101100 11100110
Octal 277 254 346
Decimal 191 172 230
Hex BF AC E6

RGB Percentages of Color #bface6

%32.21
%29.01
%38.79

CMYK Percentages of Color #bface6

%17
%25
%0
%10

Triadic Colors of #bface6

#bface6 #e6bfac #ace6bf

Analogous Colors of #bface6

#bface6 #dcace6 #acb6e6

Monochromatic Colors of #bface6

#bface6

Complementary Color

#bface6 #d3e6ac

#bface6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bface6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bface6 Color CSS Codes

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

#bface6 Text Font Color

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

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


#bface6 Background Color

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

This div background color is #bface6


#bface6 Border Color

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

This div border color is #bface6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bface6


Comments

No comments written yet.

Please login to write comment.